How does Haiku resolve definitions stored in a shared object library? It is different from Linux because there is no: ld.so.conf, ldconfig, or LD_LIBRARY_PATH...
Thanks
Use LIBRARY_PATH variable instead of LD_LIBRARY_PATH.
Comments
Re: Resolving a .so lib?
Use LIBRARY_PATH variable instead of LD_LIBRARY_PATH.