cheers
moth
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