• [^] # Re: Etrange

    Posté par . 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 :

    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:

    lrwxrwxrwx 1 root root 19 21 août 00:07 /usr/local/lib/libwraster.so -> libwraster.so.6.1.0
    lrwxrwxrwx 1 root root 19 21 août 00:07 /usr/local/lib/libwraster.so.6 -> libwraster.so.6.1.0
    -rwxr-xr-x 1 root root 417312 21 août 00:07 /usr/local/lib/libwraster.so.6.1.0

    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 ?