LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 04-17-2012, 11:26 AM   #1
Pinglu
LQ Newbie
 
Registered: Sep 2011
Posts: 17

Rep: Reputation: Disabled
Installing Teamviewer on CentOS 5(64 bit) failed


Hi,

I'm trying to install Teamviewer on CentOS 5(64bit), after I download the Teamviewer package and install it, it gives me the following error

[itls@localhost ~]$ rpm -ivh teamviewer_linux.rpm
warning: teamviewer_linux.rpm: Header V3 DSA signature: NOKEY, key ID 72db573c
error: Failed dependencies:
glibc(x86-32) >= 2.7 is needed by teamviewer7-7.0.9348-1.i386
libgcc(x86-32) is needed by teamviewer7-7.0.9348-1.i386
alsa-lib(x86-32) is needed by teamviewer7-7.0.9348-1.i386
zlib(x86-32) is needed by teamviewer7-7.0.9348-1.i386
libSM(x86-32) is needed by teamviewer7-7.0.9348-1.i386
libXext(x86-32) is needed by teamviewer7-7.0.9348-1.i386
libXtst(x86-32) is needed by teamviewer7-7.0.9348-1.i386
libXdamage(x86-32) is needed by teamviewer7-7.0.9348-1.i386
libXfixes(x86-32) is needed by teamviewer7-7.0.9348-1.i386
libXrender(x86-32) is needed by teamviewer7-7.0.9348-1.i386
freetype(x86-32) is needed by teamviewer7-7.0.9348-1.i386


I even installed the packages mentioned above manually, but it still gives me the same error.
 
Old 04-17-2012, 12:45 PM   #2
MensaWater
LQ Guru
 
Registered: May 2005
Location: Atlanta Georgia USA
Distribution: Redhat (RHEL), CentOS, Fedora, CoreOS, Debian, FreeBSD, HP-UX, Solaris, SCO
Posts: 7,831
Blog Entries: 15

Rep: Reputation: 1669Reputation: 1669Reputation: 1669Reputation: 1669Reputation: 1669Reputation: 1669Reputation: 1669Reputation: 1669Reputation: 1669Reputation: 1669Reputation: 1669
Did you in fact install the i386 versions of the packages or the x86_64 versions? By default yum would install the x86_64 on your 64 bit install so you'd have to explicitly tell it to install the i386 packages as well since those are what are listed as dependencies. Alternatively you might want to see if there is an x86_64 version Teamviewer (or compile your own).
 
Old 04-17-2012, 01:17 PM   #3
knudfl
LQ 5k Club
 
Registered: Jan 2008
Location: Copenhagen DK
Distribution: PCLinuxOS2023 Fedora38 + 50+ other Linux OS, for test only.
Posts: 17,511

Rep: Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641
Quote:
glibc(x86-32) >= 2.7 is needed by teamviewer7
Teamviewer7 is for CentOS 6, which has a later glibc version.
CentOS 5 has glibc-2.5 : Cannot be changed !

The Teamviewer version for CentOS5 is "teamviewer_v5" (Version 5.x) :
http://www.teamviewer.com/en/download/dyngate.aspx


# yum search alsa-lib : And then install the suggested i386 package.
The same for all other dependencies, ref. post # 2.

.
 
Old 04-18-2012, 10:03 AM   #4
Pinglu
LQ Newbie
 
Registered: Sep 2011
Posts: 17

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by knudfl View Post
Teamviewer7 is for CentOS 6, which has a later glibc version.
CentOS 5 has glibc-2.5 : Cannot be changed !

The Teamviewer version for CentOS5 is "teamviewer_v5" (Version 5.x) :
http://www.teamviewer.com/en/download/dyngate.aspx


# yum search alsa-lib : And then install the suggested i386 package.
The same for all other dependencies, ref. post # 2.

.
Thanks for the reply, now I try to install Teamviewer7 on CentOS 6(64bit), but it gives me the same error, so I'm suspecting the Teamviewer package I downloaded is only for 32-bit Redhat. I downloaded from http://www.teamviewer.com/en/download/index.aspx, and I chose the Linux -- Red Hat, Fedora, Mandriva (32/64-Bit) version, I don't know if this package just support Mandriva(32/64-Bit) or it also support Red Hat 64-Bit as well.
 
Old 04-18-2012, 11:59 AM   #5
knudfl
LQ 5k Club
 
Registered: Jan 2008
Location: Copenhagen DK
Distribution: PCLinuxOS2023 Fedora38 + 50+ other Linux OS, for test only.
Posts: 17,511

Rep: Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641
Quote:
... now I try to install Teamviewer7 on CentOS 6(64bit)
It's the same as for CentOS5: Teamviewer7 also depends on some packages.i686 :

# yum install libgcc.i686 alsa-lib.i686 zlib.i686 libSM.i686 libXext.i686 ..
etc. etc.

I installed Teamviewer7 on the 64bits CentOS6 / Scientific SL6
yesterday : No issues. The 'teamviewer' GUI opens OK.

.

Last edited by knudfl; 04-18-2012 at 02:41 PM.
 
Old 04-18-2012, 12:10 PM   #6
MensaWater
LQ Guru
 
Registered: May 2005
Location: Atlanta Georgia USA
Distribution: Redhat (RHEL), CentOS, Fedora, CoreOS, Debian, FreeBSD, HP-UX, Solaris, SCO
Posts: 7,831
Blog Entries: 15

Rep: Reputation: 1669Reputation: 1669Reputation: 1669Reputation: 1669Reputation: 1669Reputation: 1669Reputation: 1669Reputation: 1669Reputation: 1669Reputation: 1669Reputation: 1669
i686 is not the same as x86_64 - it is 32 bit like i386. Only x86_64 is 64 bit.
 
Old 04-18-2012, 07:28 PM   #7
Pinglu
LQ Newbie
 
Registered: Sep 2011
Posts: 17

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by knudfl View Post
It's the same as for CentOS5: Teamviewer7 also depends on some packages.i686 :

# yum install libgcc.i686 alsa-lib.i686 zlib.i686 libSM.i686 libXext.i686 ..
etc. etc.

I installed Teamviewer7 on the 64bits CentOS6 / Scientific SL6
yesterday : No issues. The 'teamviewer' GUI opens OK.

.
Yes, I also installed Teamviewer 7 successfully on CentOS 6(64-Bit) by installing those 32-bit missing packages, the only issue with CentOS 5 now is the glibc which has to be >= 2.7, but in CentOS 5, it only support 2.5, so I couldn't install glibc.2.7, looks like Teamviewer can'nt be installed on CentOS 5. Any suggestion?
 
Old 04-19-2012, 12:25 AM   #8
knudfl
LQ 5k Club
 
Registered: Jan 2008
Location: Copenhagen DK
Distribution: PCLinuxOS2023 Fedora38 + 50+ other Linux OS, for test only.
Posts: 17,511

Rep: Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641
# 7

Quote:
looks like Teamviewer can'nt be installed on CentOS 5

Please see post #3 : Teamviewer5 works.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Dependency error while installing TEAMVIEWER on CentOS 5.5 htongaria Linux - Software 4 09-04-2012 04:11 PM
RHEL5 32 bit fuse-ntfs not installing..depencies failed mebidyut Linux - Server 12 02-29-2012 11:45 AM
[SOLVED] installing teamviewer with aptitude felipe monroy Linux - Newbie 1 10-26-2011 12:21 AM
Installing PF_RING on CentOS 6 64-bit vip2442 Linux - Security 1 09-22-2011 03:20 AM
Failed Dependency error occurs while installing openssl in centos prak86 Linux - Software 9 12-23-2009 06:07 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 03:44 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration