/
ldconfig (Linux)
ldconfig (Linux)
may be used to use shared libraries from non-standard directories.
Assuming that a shared library is in the directory
/usr/local/lib/StepOver/NativeDeviceAPI-Linux-x64/
adding that path to a file in /etc/ld.so.conf.d/
echo /usr/local/lib/StepOver/NativeDeviceAPI-Linux-x64/ > /etc/ld.so.conf.d/StepOver.conf
and running ldconfig(8)
ldconfig
should create the necessary links and cache the most recent shared libraries in that directory
such that the dynamic linker/loader finds shared libraries inside there.
, multiple selections available,
Related content
SOPAD_findLibrary
SOPAD_findLibrary
More like this
Install the native library
Install the native library
More like this
Install the native library
Install the native library
More like this
Maven settings
Maven settings
More like this
Delphi/ Pascal interface for SOPad.dll
Delphi/ Pascal interface for SOPad.dll
More like this
Third party libraries
Third party libraries
More like this