Linux Shared Libraries

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

External

Internal

Configuration

Additional directories to load dynamic libraries from can be specified in /etc/ld.so.conf or in individual *.conf files in /etc/ld.so.conf.d. Such a file should list the full path of the directories to load libraries from, one per line:

/conda/envs/jep/lib
/usr/lib/jvm/java-1.8.0-amazon-corretto/jre/lib/amd64/server

The functionality is equivalent to LD_LIBRARY_PATH.

Environment Variables

Troubleshooting

ldconfig -v
ldd libjep.so