Je viens de voir un truc dans la man page de ldconfig :
Note that ldconfig will only look at files that are named lib*.so* (for
regular shared objects) or ld-.so (for the dynamic loader itself).
Other files will be ignored. Also, ldconfig expects a certain pattern
to how the symlinks are set up, like this example, where the middle
file (libfoo.so.1 here) is the SONAME for the library:
libfoo.so -> libfoo.so.1 -> libfoo.so.1.12
Or, quand je regarde le contenu de /usr/local/lib:
[^] # Re: Etrange
Posté par totof2000 . En réponse au message Échec au démarrage de windowmaker 0.96 (libwraster). Évalué à 3.
Je viens de voir un truc dans la man page de ldconfig :
Or, quand je regarde le contenu de /usr/local/lib:
sauf si mes yeux me trompent tu devrais plutot avoir :
/usr/local/lib/libwraster.so => /usr/local/lib/libwraster.so.6
et
/usr/local/lib/libwraster.so.6 => libwraster.so.6.1.0
En essayant de construire les liens comme demandé par ldconfig, peut-être que ça marchera mieux ?