> 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 > > 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
Then you linked it wrong (should have used a -R /path/to/libdir option (probably same directory as with the -L option) when you linked it). Doing something system-wide to accommodate a defectively produced binary probably isn't sensible. Having said all that, if you insist on doing the wrong thing, read the crle man page; it can arrange to alter various dynamic linker behavior, including additional directories to search. -- This message posted from opensolaris.org