CentOS6 64位 下安装 utorrent howto BT

    下载utorrent

    wget http://download.utorrent.com/linux/utorrent-server-3.0-ubuntu-10.10-27079.x64.tar.gz

    解压

    tar zxvf utorrent-server-3.0-ubuntu-10.10-27079.x64.tar.gz

    进入目录

    cd utorrent-server-v3_0

    安装openssl 0.98并解决依赖库的问题

    yum install openssl098e -y
    ln -s /usr/lib64/libssl.so.0.9.8e /usr/lib64/libssl.so.0.9.8
    ln -s /usr/lib64/libcrypto.so.0.9.8e /usr/lib64/libcrypto.so.0.9.8

    启动

    screen -d -m -L ./utserver

    添加任务

    访问http://ip:8080/gui/,初始用户名是admin,密码为空,进去后可设置密码。

     

     

    Related Post

    发表评论

    邮箱地址不会被公开。 必填项已用*标注