Hi Matt,

its interesting that the output of ldd is finding 2 implementations of libxml2
       libxml2.so.2 =>  /usr/lib/libxml2.so.2
       libxml2.so.2 =>  /usr/local/lib/libxml2.so.2

maybe some of the libraries are using rpath, and some are not or
directly linking to the shared object's full path instead of using -l

the output of readelf -d on the various libraries output from ldd
might help shed some light on the answer to that question

No "readelf" on Solaris. However, rebuilding GNUstep from scratch solved the problem.

Thanks,

  Andreas



_______________________________________________
Discuss-gnustep mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/discuss-gnustep

Reply via email to