[SOLVED] utorrent is not working on centos5.5
Posted by harvarinder on 2011/3/11 11:59:44
Hi Guys,
I have download the utorrent from http://www.utorrent.com/downloads/complete?os=linux and the file is (utorrent-server-3.0-24733.tar.gz) .
when I am trying to run I am getting the following messages:
[oracle@harvey-dt utorrent-server-v3_0]$ ./utserver
./utserver: /lib/libcrypto.so.0.9.8: no version information available (required by ./utserver)
./utserver: /lib/libssl.so.0.9.8: no version information available (required by ./utserver)
./utserver: /lib/libc.so.6: version `GLIBC_2.11' not found (required by ./utserver)
[oracle@harvey-dt utorrent-server-v3_0]$
I have done some steps to resolve the issue but not worked:
[root@harvey-dt lib]# ln -s /lib/libcrypto.so.0.9.8e /lib/libcrypto.so.0.9.8
[root@harvey-dt lib]# ln -s /lib/libssl.so.0.9.8e /lib/libssl.so.0.9.8
Other information is :
[oracle@harvey-dt lib]$ rpm -qa | grep glibc
glibc-common-2.5-49.el5_5.7
compat-glibc-headers-2.3.4-2.26
glibc-headers-2.5-49.el5_5.7
compat-glibc-2.3.4-2.26
glibc-devel-2.5-49.el5_5.7
glibc-2.5-49.el5_5.7
glibc-utils-2.5-49.el5_5.7
[root@harvey-dt lib]# cat /etc/-release*
cat: /etc/lsb-release.d: Is a directory
CentOS release 5.5 (Final)
[root@harvey-dt lib]#
please let me know how can GLIBC_2.11 be installed. if there is not way to resolve the issue then let me know any other version of torrent software which I can use and works on CentOS.
Any help will be greatly appreciated.
Thank you.
--Harvey
Re: utorrent is not working on centos5.5
Posted by TrevorH on 2011/3/11 12:40:03
Azureus works. I don't think you'll find a way to install a newer glibc on CentOS 5 as everything depends on it so changing the version is almost impossible.
Re: utorrent is not working on centos5.5
Posted by AlanBartlett on 2011/3/11 13:18:29
Quote:
Have you checked the packages that are available from RPMforge?
let me know any other version of torrent software which I can use and works on CentOS.
[ajb@Build32R5 ~]$ sudo yum --disablerepo \* --enablerepo rpmforge list \*torrent\* <snip> Available Packages bittorrent.noarch 4.4.0-1.el5.rf rpmforge bittorrent-gui.noarch 4.4.0-1.el5.rf rpmforge ktorrent.i386 2.2.8-1.el5.rf rpmforge libtorrent.i386 0.12.6-1.el5.rf rpmforge libtorrent-devel.i386 0.12.6-1.el5.rf rpmforge rtorrent.i386 0.8.6-2.el5.rf rpmforge torrentzip.i386 0.2-1.el5.rf rpmforge
[SOLVED] utorrent is not working on centos5.5
Posted by harvarinder on 2011/3/11 18:33:31
O boy it worked like a charm you rock AlanBartlett.
@TrevorH yes I was able to install Azureus but some times it crashes. thanks
I ran $ sudo yum --disablerepo \* --enablerepo rpmforge list \*torrent\*
and I was able to see what can be installed and then I have installed ktorrent.
Thank you for the quick help.
To mark it closed we just change the subject with [SOLVED] ?
Many thanks.
--Harvey
Then become root by running:
Type in the root password:
The Package Manager opens. Go to the
Then go to the
Do the same for the
Click on
Accept the license agreement by clicking on
Then download the VMware Server for Linux
To get the serial number you need to run VMware Server, go to
To install VMware Server, open a terminal (
When you start it, select
Afterwards, you can create virtual machines (or import your virtual Windows machine that you created with
1) root로 접속하기
$ su -
cd /root/
wget h-tp://download3.vmware.com/software/vmserver/VMware-server-1.0.7-108231.tar.gz
tar xvfz VMware-server-1.0.7-108231.tar.gz
cd vmware-server-distrib/
2) kernel과 build 프로그램 설치
$ yum install gcc kernel-devel
3) linux headers가 서로 같은지 확인할 것
$ uname -r # running kernel
=> 2.6.18-194.17.4.el5
$ rpm -q kernel-devel # installed kernel headers
=> kernel-devel-2.6.18-194.17.4.el5 # 커널버전이 틀리므로 kernel header를 업데이트
커널버전이 맞는지 확인하려면..
$ ls -d /usr/src/kernels/$(uname -r)*-include
해서 정상적으로 나오면 4)번을 건너뛰고
해당 폴더가 없다고 나오면 4)번을 수행한다.
4) 만약 headers 버전이 틀릴 경우에는
$ yum -y upgrade kernel kernel-devel
centos 5.6버전에서는 업그래이드로 해결되지 않는다 강제로 인스톨해줘야한다
아래와 같이 인스톨 해준다
[root@localhost tmp]# yum list kernel*
Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
* base: data.nicehosting.co.kr
* extras: data.nicehosting.co.kr
* updates: data.nicehosting.co.kr
Installed Packages
kernel.i686 2.6.18-238.9.1.el5 installed
kernel-PAE.i686 2.6.18-238.el5 installed
kernel-PAE.i686 2.6.18-238.9.1.el5 installed
kernel-PAE-devel.i686 2.6.18-238.9.1.el5 installed
kernel-devel.i686 2.6.18-238.9.1.el5 다 installed
kernel-headers.i386 2.6.18-238.9.1.el5 installed
Available Packages
kernel-debug.i686 2.6.18-238.9.1.el5 updates
kernel-debug-devel.i686 2.6.18-238.9.1.el5 updates
kernel-doc.noarch 2.6.18-238.9.1.el5 updates
kernel-xen.i686 2.6.18-238.9.1.el5 updates
kernel-xen-devel.i686 2.6.18-238.9.1.el5 updates
[root@localhost tmp]#
$ reboot
5) VmWare 설치
perl vmware-install.pl
나머지는 vmware가 요청하는데로 계속해서 입력해 주면 됨
tip :
vmware guest 화면에 따라 자동으로 화면이 변경되도록 하기 위해서는
menu => View => Autofit GuestOS 만 체크해주면 됨
9118N-Y6YAU-2A474-41KC9
99M8H-Y4V2G-22M5N-4CLUE
99M05-YDV2Y-2A1G5-43KT4
91H0J-YFA0G-20NGM-41KCJ
9312J-YFF2C-281G0-433U5



최근 덧글