Ethereal-users: [Ethereal-users] Make problem libethereal.so: No such file or directory

Note: This archive is from the project's previous web site, ethereal.com. This list is no longer active.

From: "aymeric trotignon" <atrotign@xxxxxxxxxxx>
Date: Wed, 10 Aug 2005 11:32:23 +0000
Hi,

I was trying to install ethereal 0.10.12 on sparc Solaris 8.

After doing ./configure it gives an error when I do make.
It says it does'nt find libetheteal.so or actually there is a libethereal.so file in /usr/local/lib/
(ls gives : libethereal.so -> libethereal.so.0.0.1)

gcc -shared -Wl,-h -Wl,acn.so -o .libs/acn.so  .libs/packet-acn.o
-R/usr/local/lib -R/usr/local/lib -L/usr/local/BerkeleyDB.4.1/lib
-L/usr/local/ssl/lib -L/usr/openwin/lib -L/usr/lib -L/usr/local/lib
-L/free/ethereal-0.10.12/epan /usr/local/lib/libethereal.so
/usr/local/lib/libgmodule-2.0.so -ldl /usr/local/lib/libglib-2.0.so
/usr/local/lib/libiconv.so -lm -lc
gcc: /usr/local/lib/libethereal.so: No such file or directory
*** Error code 1
make: Fatal error: Command failed for target `acn.la'
Current working directory /free/ethereal-0.10.12/plugins/acn
*** Error code 1
make: Fatal error: Command failed for target `all-recursive'
Current working directory /free/ethereal-0.10.12/plugins
*** Error code 1
make: Fatal error: Command failed for target `all-recursive'
Current working directory /free/ethereal-0.10.12
*** Error code 1
make: Fatal error: Command failed for target `all'

Thanx in advance,

Aymeric