> is there anything like /etc/ld.so.conf in solaris?
> 
> I finally got rtorrent working but i have to EXPORT
> LD_LIBRARY_PATH=/usr/local/lib 

Setting LD_LIBRARY_PATH is not a good workaround,
it modifies shared library searching for all binaries ...

> i know i can add this to my .profile but is there
> another way similar to how you would od it in linux
> or bsd?
> 
> otherwise i get these types of errors:
> ld.so.1: rtorrent: fatal: libsigc-2.0.so.0: open
> failed: No such file or directory
> Killed

Compile the shared library search path into the
binary, you need something like -R /usr/local/lib

A quick workaround could be to link the binary
with LD_OPTIONS=-R/usr/local/lib defined in the
environment.
-- 
This message posted from opensolaris.org

Reply via email to