Suche dringend libssl.so.2 und libcrypto.so.2



  • Ich wollte auf meinem Mandrake 8.2 System Anjuta installieren. Dazu fehlen mir aber die o.g. Libs. In dem Paket "libopenssl" sind bei mir nur die Versionen
    libssl.so.0.9.7 und libcrypto.so.0.9.7 enthalten.
    Ich habe schon das Internet abgerast, aber nirgendwo ein Paket gefunden, das
    (nur) diese Libs inder Version 2 enthält.

    Martin



  • Ich habe jetzt im Web folgendes gefunden:

    ln -f -s libcrypto.so.0.9.6 libcrypto.so.2
    ln -f -s libcrypto.so.2 libcrypto.so
    ln -f -s libssl.so.0.9.6 libssl.so.2
    ln -f -s libssl.so.2 libssl.so

    Sollte das die Lösung sein? (libssl.so.2 = libssl.so.0.9.x)



  • Also das Anjuta-RPM für Mandrake "Cooker" http://speakeasy.rpmfind.net//linux/RPM/cooker/contrib/i586/anjuta-1.1.97-2mdk.i586.html benötigt bloss die libcrypto.so.0.9.7 und libssl.so.0.9.7 aber keine libssl.so.2 oder libcrypto.so.2

    Solltest vielleicht mal das openssl RPM Paket deiner Distribution aktualisieren.

    Wegen den Symlinks...
    Zum Vergleich mal kurz in meiner (RedHat-) Installation nachgeschaut:

    $ ls -l /lib/*ssl*
    -rwxr-xr-x   1 root    root   215940 11. Jul 23:45 /lib/libssl.so.0.9.7a
    lrwxrwxrwx   1 root    root       16 22. Auf 06:45 /lib/libssl.so.4 -> libssl.so.0.9.7a
    $ rpm -qf /lib/libssl.so.4
    die Datei "/lib/libssl.so.4" gehört zu keinem Paket
    $ rpm -qf /lib/libssl.so.0.9.7a
    openssl-0.9.7a-16
    $ ls -l /lib/*crypto*
    -rwxr-xr-x   1 root    root   968924 11. Jul 23:45 /lib/libcrypto.so.0.9.7a
    lrwxrwxrwx   1 root    root       19 22. Auf 06:45 /lib/libcrypto.so.4 -> libcrypto.so.0.9.7a
    $ rpm -qf /lib/libcrypto.so.4
    die Datei "/lib/libcrypto.so.4" gehört zu keinem Paket
    $ rpm -qf /lib/libcrypto.so.0.9.7a
    openssl-0.9.7a-16
    

    Deine Symlinks scheinen ok zu sein 🙂


Anmelden zum Antworten