User Tools

Site Tools


linux:updatelibrarysearchpath

Differences

This shows you the differences between two versions of the page.


Previous revision
linux:updatelibrarysearchpath [2022/12/02 22:02] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +====== Update the search path for libraries ======
 +
 +
 +Las rutas de búsqueda de librerías están en el fichero de configuración 
 +/etc/ld.so.conf. Para actualizarlas, basta con modificar el fichero para
 +que contenga las nuevas rutas y ejecutar el comando ldconfig: 
 +
 +<code>
 +  # echo "/usr/local/lib" >>/etc/ld.so.conf 
 +  # ldconfig 
 +</code>
 +
 +De esta forma se actualizará el fichero /etc/ld.so.cache.