ldconfig : How to?

1) add the path of the missing libraries in the file /etc/ld.so.conf
2) execute the following command: ldconfig
this way, you’ll add the new libraries to the default ones.

3) To check whether the new libraries have been linked,
execute the following command: ldconfig -p
to have the list of libraries currently linked by default.


ldconfig : How to?, Hostripples Web Hosting
HR-ADMIN