CentOS 5.6에서 torrent설치하기기 CentOS

[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:
let me know any other version of torrent software which I can use and works on CentOS.
Have you checked the packages that are available from RPMforge?
[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

CentOS 5.6에서 vmware server설치하기기 CentOS

CentOS 5.6에서 vmware설치 방법

1 Find Out Your Kernel Version

Before we go on and install additional software, it's a good idea to find out about your kernel version because in chapter 2 we will install the package kernel-devel which is needed by VMware Server. There are multiple kernel-devel packages available, and to select the right one you need to know your kernel version. To find out about your kernel version, open a terminal (Applications > Accessories > Terminal): Then become root by running:
su
Then run
uname -r
The output should look like this:
[root@localhost Desktop]# uname -r 2.6.18-8.1.3.el5
which means you have kernel 2.6.18-8.1.3.el5 installled.

2 Installing Required Packages

Before we install VMware Server, we must install some prerequisites. To install them, go to Applications > Add/Remove Software: Type in the root password: The Package Manager opens. Go to the Browse tab and select:
  • Development > Development Libraries
  • Development > Development Tools
Then go to the Search tab and search for xinetd. Select the xinetd package for installation: Do the same for the kernel-devel package. Please make sure you select the kernel-devel package that corresponds to your current kernel (so if you kernel is 2.6.18-8.1.3.el5, select the kernel-devel - 2.6.18-8.1.3.el5.i686 package). Click on Apply afterwards. The Package Manager will then resolve all dependencies, download the packages, maybe ask you to accept some unknown software keys (please accept them), and finally install the packages.

3 VMware Server

To download VMware Server, go to http://www.vmware.com/download/server/ and click on Download Now: Accept the license agreement by clicking on Yes: Then download the VMware Server for Linux .tar.gz file (not the rpm file!) to your desktop (e.g. to /home/falko/Desktop): To get the serial number you need to run VMware Server, go to http://register.vmware.com/content/registration.html. Fill in your personal details. Afterwards you will get a page with a serial number for VMware Server. Write it down or print it out: To install VMware Server, open a terminal (Applications > Accessories > Terminal) and become root:
su
Then go to the location where you saved the VMware Server .tar.gz file, e.g. /home/falko/Desktop (replace falko with your own username!):
cd /home/falko/Desktop
Unpack the VMware Server .tar.gz file and run the installer:
tar xvfz VMware-server-*.tar.gz cd vmware-server-distrib ./vmware-install.pl
The installer will ask you a lot of questions. You can always accept the default values simply by hitting <ENTER>. When it asks you
In which directory do you want to keep your virtual machine files? [/var/lib/vmware/Virtual Machines]
you can accept the default value or specify a different location where you have more free disk space, e.g. like /home/falko/virtual_machines, but this is up to you and not necessary. At the end of the installation, you will be asked to enter a serial number:
Please enter your 20-character serial number.
Type XXXXX-XXXXX-XXXXX-XXXXX or 'Enter' to cancel:
Fill in your serial number for VMware Server. After the successful installation, you can delete the VMware Server download file and the installation directory:
cd ../ rm -f VMware-server* rm -fr vmware-server-distrib/
You will now find VMware Server under Applications > System Tools: When you start it, select Local host: Afterwards, you can create virtual machines (or import your virtual Windows machine that you created with VMware Converter): 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

1