Linux Shared Libraries: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
Line 7: Line 7:
=Configuration=
=Configuration=


Additional directories where to load libraries from:
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:
 
<syntaxhighlight lang='text'>
/etc/ld.so.conf
/conda/envs/jep/lib
/usr/lib/jvm/java-1.8.0-amazon-corretto/jre/lib/amd64/server
</syntaxhighlight>


=Environment Variables=
=Environment Variables=

Revision as of 03:57, 5 February 2021

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

Environment Variables

Troubleshooting

ldconfig -v
ldd libjep.so