Solaris problem w/ dynamic linking

Andrew M. Duncan aduncan at cs.ucsb.edu
Fri Jun 26 20:16:28 UTC 1998


All:

I'm running Solaris 2.5.1 and have a strange linking problem. Running
the executable gives this error:

% ./SqueakVM* Squeak*.image
ld.so.1: ./SqueakVM-2.0-sparc-solaris-2.5.1: fatal: libXext.so.0: can't
open file: errno=2

But running ldd reports this:

% ldd SqueakVM-2.0-sparc-solaris-2.5.1
        libX11.so.4 =>   /usr/lib/libX11.so.4
        libXext.so.0 =>  (not found)                    <-----+
        libm.so.1 =>     /usr/lib/libm.so.1                   |
        ... etc ...                                           | ???
        libXext.so.0 =>  /usr/openwin/lib/libXext/so.0  <-----+

There's a conflict between the second and fifth lines quoted here. Is
libXext.so.0 found or isn't it?? Suggestions welcome.

Andrew Duncan
aduncan at cs.ucsb.edu
http://www.cs.ucsb.edu/~aduncan





More information about the Squeak-dev mailing list