> Here's the output of ldd
> /usr/apache/libexec/libphp5.so:
> 
>     libz.so.1 =>     /usr/lib/libz.so.1
> libexpat.so.0 =>     /usr/lib/libexpat.so.0
>     librt.so.1 =>     /lib/librt.so.1
> libresolv.so.2 =>     /lib/libresolv.so.2
>     libm.so.2 =>     /lib/libm.so.2
> libnsl.so.1 =>     /lib/libnsl.so.1
>     libsocket.so.1 =>     /lib/libsocket.so.1
> libxml2.so.2 =>     /usr/lib/libxml2.so.2
> libssl.so.0.9.8 =>
>      /usr/sfw/lib/libssl.so.0.9.8
> ibcrypto.so.0.9.8 =>
>     /usr/sfw/lib/libcrypto.so.0.9.8
> libdl.so.1 =>     /lib/libdl.so.1
>     libc.so.1 =>     /lib/libc.so.1
> libmp.so.2 =>     /lib/libmp.so.2
>     libmd.so.1 =>     /lib/libmd.so.1
> libscf.so.1 =>     /lib/libscf.so.1
>     libpthread.so.1 =>     /lib/libpthread.so.1
> libuutil.so.1 =>     /lib/libuutil.so.1
>     libgen.so.1 =>     /lib/libgen.so.1
> libssl_extra.so.0.9.8 =>
>     /usr/sfw/lib/libssl_extra.so.0.9.8
> libcrypto_extra.so.0.9.8 =>
>     /usr/sfw/lib/libcrypto_extra.so.0.9.8
> nks for your help.

OK, that output shows that all the runtime dependencies are found, which leads 
me to believe libphp5.so has been linked against one or more versions of some 
other libraries which are newer than what is supported on your system. This is 
what an "unresolved symbol usually" means.

If possible, I suggest that you upgrade the operating system and see if you get 
the same error. There seems to be shared object library or libraries which are 
being pulled in and don't have the necessary object(s) in them.
 
 
This message posted from opensolaris.org
_______________________________________________
opensolaris-discuss mailing list
[email protected]

Reply via email to