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 01-22-2010, 05:28 AM   #1
shariefbe
Member
 
Registered: Aug 2008
Location: Tiruchirappalli, India
Distribution: UBUNTU 11.04
Posts: 368

Rep: Reputation: 31
skype installation problem


I am using Benq netbook with ubuntu netbook remix detribution. i that i tried to install skype and it installs file with ubuntu skype deb package. after that when i start skype i am getting the below error. Please tell me how to solve this issue
Code:
sharief@sharief-laptop:/usr/lib$ skype
skype: symbol lookup error: /usr/lib/libQtDBus.so.4: undefined symbol: _ZN14QObjectPrivate15checkWindowRoleEv
Please help me
 
Old 01-22-2010, 05:38 AM   #2
repo
LQ 5k Club
 
Registered: May 2001
Location: Belgium
Distribution: Arch
Posts: 8,529

Rep: Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899
Did you installed everything ?
Quote:
skype
skype-common
skype-static
 
Old 01-22-2010, 05:38 AM   #3
knudfl
LQ 5k Club
 
Registered: Jan 2008
Location: Copenhagen DK
Distribution: PCLinuxOS2023 Fedora38 + 50+ other Linux OS, for test only.
Posts: 17,513

Rep: Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641
You can do : sudo apt-get install skype

.. if all other prerequisites has been prepared

http://blog.dipinkrishna.info/2009/0...buntu-910.html

Which should take care that all
dependencies will fit together.
.....
 
Old 01-22-2010, 06:02 AM   #4
shariefbe
Member
 
Registered: Aug 2008
Location: Tiruchirappalli, India
Distribution: UBUNTU 11.04
Posts: 368

Original Poster
Rep: Reputation: 31
see. This is the output

skype:
Code:
sharief@sharief-laptop:/usr$ sudo apt-get install skype
Reading package lists... Done
Building dependency tree       
Reading state information... Done
skype is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 177 not upgraded.
skype-common
Code:
sharief@sharief-laptop:/usr$ sudo apt-get install skype-common
Reading package lists... Done
Building dependency tree       
Reading state information... Done
E: Couldn't find package skype-common
skype-static
Code:
sharief@sharief-laptop:/usr$ sudo apt-get install skype-static
Reading package lists... Done
Building dependency tree       
Reading state information... Done
E: Couldn't find package skype-static
sharief@sharief-laptop:/usr$
 
Old 01-22-2010, 07:13 AM   #5
shariefbe
Member
 
Registered: Aug 2008
Location: Tiruchirappalli, India
Distribution: UBUNTU 11.04
Posts: 368

Original Poster
Rep: Reputation: 31
i am getting this also. when i install any package using "apt-get" at last i am getting like this
Code:
Setting up qt4-qtconfig (4.5.3really4.5.2-0ubuntu1) ...
update-alternatives: using /usr/bin/qtconfig-qt4 to provide /usr/bin/qtconfig (qtconfig) in auto mode.

Processing triggers for libc-bin ...
ldconfig deferred processing now taking place
/sbin/ldconfig.real: /usr/local/lib/libQtXmlPatterns.so.4 is not a symbolic link

/sbin/ldconfig.real: /usr/local/lib/libQtAssistantClient.so.4 is not a symbolic link

/sbin/ldconfig.real: /usr/local/lib/libQtHelp.so.4 is not a symbolic link

/sbin/ldconfig.real: /usr/local/lib/libQtDesigner.so.4 is not a symbolic link

/sbin/ldconfig.real: /usr/local/lib/libQtScriptTools.so.4 is not a symbolic link

/sbin/ldconfig.real: /usr/local/lib/libQtCLucene.so.4 is not a symbolic link

/sbin/ldconfig.real: /usr/local/lib/libQtGui.so.4 is not a symbolic link

/sbin/ldconfig.real: /usr/local/lib/libQt3Support.so.4 is not a symbolic link

/sbin/ldconfig.real: /usr/local/lib/libQtScript.so.4 is not a symbolic link

/sbin/ldconfig.real: /usr/local/lib/libQtWebKit.so.4 is not a symbolic link

/sbin/ldconfig.real: /usr/local/lib/libQtMultimedia.so.4 is not a symbolic link

/sbin/ldconfig.real: /usr/local/lib/libQtTest.so.4 is not a symbolic link

/sbin/ldconfig.real: /usr/local/lib/libQtCore.so.4 is not a symbolic link

/sbin/ldconfig.real: /usr/local/lib/libQtSql.so.4 is not a symbolic link

/sbin/ldconfig.real: /usr/local/lib/libQtXml.so.4 is not a symbolic link

/sbin/ldconfig.real: /usr/local/lib/libQtNetwork.so.4 is not a symbolic link

/sbin/ldconfig.real: /usr/local/lib/libQtSvg.so.4 is not a symbolic link

/sbin/ldconfig.real: /usr/local/lib/libQtDesignerComponents.so.4 is not a symbolic l
. I think these libraries is build for any other processor. but i didnt do anything. please help me
 
Old 01-22-2010, 11:51 AM   #6
dpeterson3
Member
 
Registered: Jun 2008
Distribution: Debian
Posts: 164

Rep: Reputation: 16
Try removing skype using aptitude and the purge option. Then try aptitude install skype and see if that works. Sometimes aptitude can deal with problems that apt can't. I use it in cases like this and it usually solves my problem.
 
Old 01-23-2010, 12:44 AM   #7
knudfl
LQ 5k Club
 
Registered: Jan 2008
Location: Copenhagen DK
Distribution: PCLinuxOS2023 Fedora38 + 50+ other Linux OS, for test only.
Posts: 17,513

Rep: Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641
All libraries for "another processor" are supposed
not to be in a system path, but e.g. in :

/usr/local/arm/ or /usr/lolocal/Qt4<arch>/
.. or may be /opt/<arch> .
 
Old 01-23-2010, 01:46 AM   #8
shariefbe
Member
 
Registered: Aug 2008
Location: Tiruchirappalli, India
Distribution: UBUNTU 11.04
Posts: 368

Original Poster
Rep: Reputation: 31
it is not from another processor. It is from x86 same processor. but different computer. i compiled the code in intel dual core and installed Atom processor netbook. thas all. But bpth are x86 processor only.
 
Old 01-24-2010, 04:48 AM   #9
knudfl
LQ 5k Club
 
Registered: Jan 2008
Location: Copenhagen DK
Distribution: PCLinuxOS2023 Fedora38 + 50+ other Linux OS, for test only.
Posts: 17,513

Rep: Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641
The "errors" or warnings, you show in post # 5
are relatively harmless, I guess ..

All *.so4 = the "library so name",
are supposed to be symlinks.

The files you have seems to be renamed copies of the
"library real name".
So ld / ldconfig will complain every time they are run.


Just have a look at a any system with Qt4 installed.
Or unpack a Qt4 binary package, to see how the libs
are linked together.
.....

Library conventions ..
http://tldp.org/HOWTO/Program-Librar...libraries.html
.....
 
Old 10-26-2010, 11:03 AM   #10
jomabo
LQ Newbie
 
Registered: Oct 2010
Posts: 1

Rep: Reputation: 0
skype on ubuntu linux 7.0

I cant install skype 2.1.0.81 on my Linux 7.04 Ubuntu...PLS help? I have download package of skype but when i install it says wrong arhitecture "amd 64"!
 
Old 10-26-2010, 11:35 AM   #11
ifranklin
Member
 
Registered: May 2010
Location: New Jersey, USA
Distribution: Ubuntu
Posts: 66

Rep: Reputation: 4
check your system and see if it requires a 32 bit package or a 64 bit package and then if download the right architecture for your machine, when you open it, it will be installed upon your command, as i can see looks like you downloaded a 64 bit package when your pc is a 32 bit system
 
Old 10-26-2010, 11:46 AM   #12
ifranklin
Member
 
Registered: May 2010
Location: New Jersey, USA
Distribution: Ubuntu
Posts: 66

Rep: Reputation: 4
as a matter of fact both of you guyz should go to this site and download either a 32 bit or 64 bit skype for linux depending on your PC's and install them, i hope this helps
http://skype.in/intl/en-us/get-skype...post-download/
 
Old 10-26-2010, 12:01 PM   #13
wikapuki
Member
 
Registered: Jun 2009
Distribution: Debian
Posts: 80

Rep: Reputation: 15
I have a skype on my AMD64 debian box. Use to be often that skype would fail after updates and often when I first installed it.

What I leaned to do was launch it from a console and see what erros appeared if any.

Note this is on debian so you made need a distribution specific command.

If library errors I would then do the following:

Find out where skype binary is:
whereis skype

Find out what library's the skype binary needs using ldd
ldd /usr/bin/skype

I tend to do this though as it just tells me if anything is missing:
ldd /usr/bin/skype | grep 'not found'

If there is a missing 32 bit library, I then search debian for this library and download the .deb file. Then I extract the package files and manually install them (cp) into the correct location:

So I had these files missing at some point:
dpkg -x libasound2_1.0.16-2_i386.deb libasound2
dpkg -x zlib1g_1.2.3.3.dfsg-12_i386.deb zlib1g
dpkg -x libstdc++6_4.3.2-1.1_i386.deb libstdc++6
dpkg -x libgcc1_4.3.2-1.1_i386.deb libgcc

Here are the notes I refer to when skype goes wrong, which it has not for ages lately.

Run skype from console to get error.

skype

1) Always re-install the ia-32 libs

2) Find missing libraries from error given:
ldd /opt/Skype/skype_static-2.1.0.81/skype | grep 'not found'

If no results all is good so run skype, if not....

libasound.so.2 => not found
libXv.so.1 => not found
libXss.so.1 => not found
libSM.so.6 => not found
libICE.so.6 => not found
libXi.so.6 => not found
libXrender.so.1 => not found
libXrandr.so.2 => not found
libfreetype.so.6 => not found
libfontconfig.so.1 => not found
libXext.so.6 => not found
libX11.so.6 => not found
libz.so.1 => not found
libgthread-2.0.so.0 => not found
libstdc++.so.6 => not found
libgcc_s.so.1 => not found
libpcre.so.3 => not found


3) get missing libs 32 bit ones from debian
4) Extract the files: eg for libasound2
dpkg -x libasound2_1.0.16-2_i386.deb libasound2
5) Copy the library and library link to (/opt/ copy for future preserves):
/opt/Skype/usr-lib32
/usr/lib32
6) Repeat step 2 until nothing missing


It works for me, but do listen to any expert if they say not to do this.
 
Old 10-26-2010, 12:32 PM   #14
jdkaye
LQ Guru
 
Registered: Dec 2008
Location: Westgate-on-Sea, Kent, UK
Distribution: Debian Testing Amd64
Posts: 5,465

Rep: Reputation: Disabled
Quote:
Originally Posted by jomabo View Post
I cant install skype 2.1.0.81 on my Linux 7.04 Ubuntu...PLS help? I have download package of skype but when i install it says wrong arhitecture "amd 64"!
Jomabo please don't hijack threads. If you have a question then start your own thread. It gets very confusing when different people are asking different things on the same thread.
jdk
 
Old 10-26-2010, 12:46 PM   #15
ifranklin
Member
 
Registered: May 2010
Location: New Jersey, USA
Distribution: Ubuntu
Posts: 66

Rep: Reputation: 4
jdkayei hope he got that clear
 
  


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
qt4-x11 >= 4.2 is needed by skype-2.1.0.47-fc10.i586 (From Installation of SKYPE)RHEL miaomiaoga Linux - Software 8 08-28-2010 07:15 AM
noise in skype to skype calls in skype v2.1 beta for fedora mq15 Linux - Software 0 01-20-2010 12:04 AM
[SOLVED] skype installation? levian4 Debian 12 10-04-2009 07:29 PM
skype Installation. farooqhussain Linux - Desktop 1 09-29-2009 10:06 AM
Skype installation thort Linux - Newbie 4 02-03-2005 10:58 AM

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

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