si a runtime la aplikazion no nkuentra la libreria kompartida rezien kreada, puede ke sea nezesario ejekutar ldconfig
ldconfig creates, updates, and removes the necessary links and cache (for use by the run-time linker, ld.so) to the most recent shared libraries found in the directories specified on the command line, in the file /etc/ld.so.conf, and in the trusted directories (/usr/lib and /lib).
las librerias utilizan 3 nombres: el nombre real, un nombre-so i un nombre-link.
real: libxxx.so.v.m.r o libxxx.so.v.m [con xxx el nombre, v la bersion, m el menor i r la rebision] ke suele ser la libreria.
soname: libxxx.so.v ke lo típiko es ke sea un enlaze al real kreado por ldconfig i utilizado por las aplikaziones
link name: libxxx.so ke suele ser un enlaze al real kreado 'a mano' utilizado por el kompilador.