Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

link libraries

614 views
Skip to first unread message

rancid moth

unread,
Oct 26, 2005, 1:46:06 AM10/26/05
to
trying to configure the *.so library paths in AIX much akin to ldconfig in
Linux. is there such a system in AIX?

cheers
moth


Laurenz Albe

unread,
Oct 27, 2005, 5:10:10 AM10/27/05
to
rancid moth <ranci...@yahoo.com> wrote:
> trying to configure the *.so library paths in AIX much akin to ldconfig in
> Linux. is there such a system in AIX?

I don't think there is.

You can use the LIBPATH environment variable (maybe set it in
/etc/environment) that corresponds to Linux LD_LIBRARY_PATH.

To include a search path in an executable, you can invoke the linker
with -L /my/shared/libs, which has a effect similar to
-rpath /my/shared/libs in GNU ld on Linux.

Yours,
Laurenz Albe

0 new messages