LinuxQuestions.org
Review your favorite Linux distribution.
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-09-2011, 10:04 AM   #1
davholla
Member
 
Registered: Jun 2003
Location: London
Distribution: Linux Mint 13 Maya
Posts: 729

Rep: Reputation: 32
Skype does not work on Oracle enterprise Linux


When trying run Skype on Oracle Enterprise Linux
I get
Code:
 ./skype 
./skype: error while loading shared libraries: libQtDBus.so.4: cannot open shared object file: No such file or directory
If I use the static version I get

Code:
 ./skype 
./skype: /usr/lib/libstdc++.so.6: version `GLIBCXX_3.4.9' not found (required by ./skype)
Any ideas?

I have googled both of these but without sucessed.

If I try to install the latest version of GLIB I get
Code:
glib-1.2.10-20.el5.i386 already installed and latest version
Nothing to do
 
Old 04-10-2011, 03:50 PM   #2
Peacedog
LQ Guru
 
Registered: Sep 2003
Location: Danville, VA
Distribution: Slackware, Windows, FreeBSD, OpenBSD, Mac OS X
Posts: 5,296

Rep: Reputation: 168Reputation: 168
Hi davholla, Looks like you don't have the updated libstdc++.so.6 package installed. Try one of these.

http://rpm.pbone.net/index.php3/stat...(GLIBCXX_3.4.9)

Good luck. ;-)
 
Old 04-11-2011, 04:21 AM   #3
davholla
Member
 
Registered: Jun 2003
Location: London
Distribution: Linux Mint 13 Maya
Posts: 729

Original Poster
Rep: Reputation: 32
Thanks for that but when I tried various packages e.g glibc-2.5-58.x86_64.rpm I got a message that it was already installed.
Do you know which package I need?

This is the version of glibc I have
Code:
 rpm -qa glibc
glibc-2.5-58
 
Old 04-11-2011, 07:52 PM   #4
Peacedog
LQ Guru
 
Registered: Sep 2003
Location: Danville, VA
Distribution: Slackware, Windows, FreeBSD, OpenBSD, Mac OS X
Posts: 5,296

Rep: Reputation: 168Reputation: 168
Looks like libstdc++.so.6.0.9 or newer includes GLIBCXX_3.4.9, which is what error says is missing.

Good luck. ;-)
 
Old 04-14-2011, 04:22 AM   #5
davholla
Member
 
Registered: Jun 2003
Location: London
Distribution: Linux Mint 13 Maya
Posts: 729

Original Poster
Rep: Reputation: 32
Thanks for that when http://rpm.pbone.net/ is working I will try again.
 
Old 04-14-2011, 08:50 PM   #6
Peacedog
LQ Guru
 
Registered: Sep 2003
Location: Danville, VA
Distribution: Slackware, Windows, FreeBSD, OpenBSD, Mac OS X
Posts: 5,296

Rep: Reputation: 168Reputation: 168
There are more rpm databases.

http://www.rpmfind.net/linux/rpm2htm...(GLIBCXX_3.4.9)

Good luck. ;-)
 
Old 04-17-2011, 03:18 PM   #7
davholla
Member
 
Registered: Jun 2003
Location: London
Distribution: Linux Mint 13 Maya
Posts: 729

Original Poster
Rep: Reputation: 32
Thanks for that. All the ones I found gave me dependcies problems - I will try again tomorrow.
Fortunately I don't need to use Skype at the moment !!!
 
Old 04-17-2011, 07:59 PM   #8
Peacedog
LQ Guru
 
Registered: Sep 2003
Location: Danville, VA
Distribution: Slackware, Windows, FreeBSD, OpenBSD, Mac OS X
Posts: 5,296

Rep: Reputation: 168Reputation: 168
Is there any particular reason you're intent on staying with Oracle when there are more mature Distros available with less problems and more documentation? Just curious.

Good luck. ;-)
 
Old 04-23-2011, 03:50 PM   #9
davholla
Member
 
Registered: Jun 2003
Location: London
Distribution: Linux Mint 13 Maya
Posts: 729

Original Poster
Rep: Reputation: 32
Good question. I work with Oracle and need Oracle Linux to run Oracle R12 applications for private study reasons.
I tried to install it on Mandriva but it didn't work.
I don't have space for a dedicated PC (London houses are small) and my PC doesn't support virtulization.
Hence using Oracle Linux.

I did get Skype to start using the instructions here
http://www.linuxquestions.org/questions/linux-software-2/`glibcxx_3-4-9-not-found-811663/

But I could not type my user name.

I am going to try wine.With Skype 4.1.0.179 - I can install but it can not connect to the internet

Last edited by davholla; 04-23-2011 at 03:59 PM. Reason: Greater clarity
 
Old 04-23-2011, 04:10 PM   #10
davholla
Member
 
Registered: Jun 2003
Location: London
Distribution: Linux Mint 13 Maya
Posts: 729

Original Poster
Rep: Reputation: 32
Code:
rpm -V qt qt-x11
prelink: /lib/libc-2.5.so has a dependency cycle
S.?.....    /usr/lib/qt-3.3/lib/libqt-mt.so.3.3.6
package qt-x11 is not installed
I get this which could be why Skype is not working.
 
Old 04-24-2011, 08:32 PM   #11
Peacedog
LQ Guru
 
Registered: Sep 2003
Location: Danville, VA
Distribution: Slackware, Windows, FreeBSD, OpenBSD, Mac OS X
Posts: 5,296

Rep: Reputation: 168Reputation: 168
I do believe qt-x11 is a required dependency of skype, along with libX11, libv4l, alsa-plugins-pulseaudio, libXScrnSaver. Check for all of those packages then try skype again.

Good luck. ;-)
 
  


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
Oracle Enterprise Linux bkone Linux - Enterprise 3 11-02-2009 10:32 PM
LXer: Oracle and Symantec Certify Veritas Data Center Solutions on Oracle(R) Enterprise Linux LXer Syndicated Linux News 0 07-18-2007 06:31 AM
LXer: Oracle(R) Database Standard Edition One and Oracle Enterprise Linux on HP Set New World Record for Price Performance with TPC-C Benchmark LXer Syndicated Linux News 0 06-12-2007 05:01 PM
Oracle for Redhat Linux Enterprise 4 ? bangkok Red Hat 3 05-09-2005 07:14 AM

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

All times are GMT -5. The time now is 01:18 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