utorrent server and libssl.so.0.9.8

  • Hi


    Being total noob in Linux I'm trying to install uTorrent server following these:

    Code
    wget sitedesign.hu/utorrent/utorrent-server_3.3-30470_amd64.deb
    dpkg -i utorrent*.debupdate-rc.d utorrent-server defaults
    Reboot
    then do example:192.168.1.25:8080/gui/


    It seems to work to the moment when I can't actually start server with the following error:

    Code
    ./utserver: error while loading shared libraries: libssl.so.0.9.8: cannot open shared object file: No such file or directory


    I try

    Code
    apt-get install libssl0.9.8


    with no luck.


    I know that there's transmission, but it can't do proxy which is critical for me. What am I doing wrong?
    Thanks

  • You should already have this installed as part of the openssl package.


    Do:
    dpkg -l | grep libssl



    I just checked that library was in Squeeze but not Wheezy.

  • What you need to do is create a symbolic link for the name that utorrent is looking for to the new library and see if it works.


    cd /usr/lib/x86_64-linux-gnu
    ln -s libssl.so.1.0.0 libssl.so.0.9.8
    ldconfig


    You are linking it to the newer version of the library.

  • Thanks, I managed to install older version of library in the meantime (bad idea?). Utorrent kinda works, but I still have to start it manually:

    Code
    utserver -settingspath /opt/utorrent-server-v3_0/


    When I do, console session hangs for good:

    The server works after that, but it seems that I messed things up considerably.
    How can I clean up utorrent mess (return to baseline) without messing up even more?

Jetzt mitmachen!

Sie haben noch kein Benutzerkonto auf unserer Seite? Registrieren Sie sich kostenlos und nehmen Sie an unserer Community teil!