public inbox for linux-newbie@vger.kernel.org
 help / color / mirror / Atom feed
* Sype wont't open
@ 2005-03-01  5:50 Peter H.
  2005-03-01  6:21 ` Ray Olszewski
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Peter H. @ 2005-03-01  5:50 UTC (permalink / raw)
  To: linux

Hi,

in slackware10 trying to open skype a program
for Internet telephony I get the following error:

relocation error: /usr/lib/qt/lib/libqt-mt.so.3: undefined symbol: 
XkbSetPerClientControls

and the program aborts.

How to resolve?

Thanks & regards
-- 
Peter

-
To unsubscribe from this list: send the line "unsubscribe linux-newbie" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.linux-learn.org/faqs

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: Sype wont't open
  2005-03-01  5:50 Peter H.
@ 2005-03-01  6:21 ` Ray Olszewski
  2005-03-01  7:10   ` Richard Adams
  2005-03-01  6:58 ` Richard Adams
  2005-03-01  9:46 ` chuck gelm
  2 siblings, 1 reply; 7+ messages in thread
From: Ray Olszewski @ 2005-03-01  6:21 UTC (permalink / raw)
  To: linux

At 01:50 PM 3/1/2005 +0800, Peter H. wrote:
>Hi,
>
>in slackware10 trying to open skype a program
>for Internet telephony I get the following error:
>
>relocation error: /usr/lib/qt/lib/libqt-mt.so.3: undefined symbol:
>XkbSetPerClientControls
>
>and the program aborts.
>
>How to resolve?
>
>Thanks & regards

Probably by getting a newer version of libqt-mt.so.3 . An undefined symbol 
usually means you have an older version of a library than the app was 
compiled against. (If you have the library's -dev package installed ... or 
whatever Slackware calls the packages with the headers files for various 
libraries ... you could check the headers for this function call, as a way 
of confirming my guess.)

In Debian-Sid, the current version of this package is 3.2.3-4 . The 
installed copy I have on a system here is timestamped last July, but I 
doubt my version is the current package. The Skype site says you need at 
least version 3.2 of this library.

I'm guessing that you got Skype from the Skype site, not as part of 
Slackware, probably the dynamic binary the site offers for download. The 
Skype site does also  list a version that has QT 3.2 compiled statically. I 
imagine that includes the libqt-mt part, so using that might be an 
effective workaround.

PS - Just to avoid misunderstanding ... libqt-mt.so.3 is normally a 
symlink, to something like this:

         /usr/lib/libqt-mt.so.3 -> libqt-mt.so.3.2.3

  You need to check the underlying library it is a symlink to to determine 
the version.


-
To unsubscribe from this list: send the line "unsubscribe linux-newbie" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.linux-learn.org/faqs

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: Sype wont't open
  2005-03-01  5:50 Peter H.
  2005-03-01  6:21 ` Ray Olszewski
@ 2005-03-01  6:58 ` Richard Adams
  2005-03-01  9:46 ` chuck gelm
  2 siblings, 0 replies; 7+ messages in thread
From: Richard Adams @ 2005-03-01  6:58 UTC (permalink / raw)
  To: Peter H.; +Cc: linux

On Tuesday 01 March 2005 06:50, Peter H. wrote:
> Hi,
>
> in slackware10 trying to open skype a program
> for Internet telephony I get the following error:
>
> relocation error: /usr/lib/qt/lib/libqt-mt.so.3: undefined symbol:
> XkbSetPerClientControls

I did not get confronted with this problem when i tryed skype with 
slackware-10, i found all sorts of problems tho'.

The following URL may well help you;

https://www.redhat.com/archives/fedora-list/2004-May/msg04589.html

If that helps then your problems are not over as you will meet many problems 
with skype and slackware-10. I may well be able to help you tho´.

I did manage to get skype started but performance was lousy and to be honest i 
was very dissapointed with it.

I have it running under fedora 3, performance is fine and it was not to much 
hassel to get going.

> and the program aborts.
>
> How to resolve?
>
> Thanks & regards
-
To unsubscribe from this list: send the line "unsubscribe linux-newbie" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.linux-learn.org/faqs

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: Sype wont't open
  2005-03-01  6:21 ` Ray Olszewski
@ 2005-03-01  7:10   ` Richard Adams
  0 siblings, 0 replies; 7+ messages in thread
From: Richard Adams @ 2005-03-01  7:10 UTC (permalink / raw)
  To: Ray Olszewski; +Cc: linux

On Tuesday 01 March 2005 07:21, Ray Olszewski wrote:
> PS - Just to avoid misunderstanding ... libqt-mt.so.3 is normally a
> symlink, to something like this:
>
>          /usr/lib/libqt-mt.so.3 -> libqt-mt.so.3.2.3
>
>   You need to check the underlying library it is a symlink to to determine
> the version.

Standard slack-10 has 3.3.2 installed in/

/usr/lib/qt which should be linked to qt-3.3.2
My slack-10 /etc/ld.so.conf looks like;

/usr/local/lib
/usr/X11R6/lib
/usr/i486-slackware-linux/lib
/opt/kde/lib
/usr/lib/qt/lib
/usr/lib/xine
/usr/lib
/lib

I found many questions about this error on www.google.com/linux.
A few answers all saying the same as i pointed Peter to in my other reply.

Regards Richard.
-
To unsubscribe from this list: send the line "unsubscribe linux-newbie" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.linux-learn.org/faqs

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: Sype wont't open
  2005-03-01  5:50 Peter H.
  2005-03-01  6:21 ` Ray Olszewski
  2005-03-01  6:58 ` Richard Adams
@ 2005-03-01  9:46 ` chuck gelm
  2005-03-01 14:18   ` Richard Adams
  2 siblings, 1 reply; 7+ messages in thread
From: chuck gelm @ 2005-03-01  9:46 UTC (permalink / raw)
  To: Peter H.; +Cc: linux

Peter H. wrote:
> Hi,
> 
> in slackware10 trying to open skype a program
> for Internet telephony I get the following error:
> 
> relocation error: /usr/lib/qt/lib/libqt-mt.so.3: undefined symbol: 
> XkbSetPerClientControls
> 
> and the program aborts.
> 
> How to resolve?
> 
> Thanks & regards

Dear Peter:

  Get the 'static' version.
http://www.skype.com/products/skype/linux/
"Static binary tar.bz2 with Qt 3.2 compiled in (8.0 MB)"

HTH, Chuck


-
To unsubscribe from this list: send the line "unsubscribe linux-newbie" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.linux-learn.org/faqs

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: Sype wont't open
       [not found] <20050301095729.18B354E707@heisspf>
@ 2005-03-01 13:37 ` chuck gelm
  0 siblings, 0 replies; 7+ messages in thread
From: chuck gelm @ 2005-03-01 13:37 UTC (permalink / raw)
  To: Peter; +Cc: linux newbie

Peter wrote:
> chuck@gelm.net said:
> 
>>  Get the 'static' version. http://www.skype.com/products/skype/linux/
>>"Static binary tar.bz2 with Qt 3.2 compiled in (8.0 MB)
> 
> 
> 
> I did and get the same error message.
> 
> 
> 
I have the static version on a laptop with Slackware v10.0
and I do not get an error.

  'locate libqt' yields ->

/usr/lib/qt-3.3.2/lib/libqt-mt.so.3
/usr/lib/qt-3.3.2/lib/libqt-mt.prl
/usr/lib/qt-3.3.2/lib/libqt-mt.la
/usr/lib/qt-3.3.2/lib/libqt-mt.so
/usr/lib/qt-3.3.2/lib/libqt-mt.so.3.3.2
/usr/lib/qt-3.3.2/lib/libqt-mt.so.3.3

-
To unsubscribe from this list: send the line "unsubscribe linux-newbie" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.linux-learn.org/faqs

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: Sype wont't open
  2005-03-01  9:46 ` chuck gelm
@ 2005-03-01 14:18   ` Richard Adams
  0 siblings, 0 replies; 7+ messages in thread
From: Richard Adams @ 2005-03-01 14:18 UTC (permalink / raw)
  To: chuck; +Cc: Peter H., linux

On Tuesday 01 March 2005 10:46, chuck gelm wrote:
> Dear Peter:
>
>   Get the 'static' version.
> http://www.skype.com/products/skype/linux/
> "Static binary tar.bz2 with Qt 3.2 compiled in (8.0 MB)"
>
> HTH, Chuck

Chuck, do you have it running on slack-10.?? if so what is your impression and 
what things did you need to configure to get it to run.??

Regards Richard.
-
To unsubscribe from this list: send the line "unsubscribe linux-newbie" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.linux-learn.org/faqs

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2005-03-01 14:18 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <20050301095729.18B354E707@heisspf>
2005-03-01 13:37 ` Sype wont't open chuck gelm
2005-03-01  5:50 Peter H.
2005-03-01  6:21 ` Ray Olszewski
2005-03-01  7:10   ` Richard Adams
2005-03-01  6:58 ` Richard Adams
2005-03-01  9:46 ` chuck gelm
2005-03-01 14:18   ` Richard Adams

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox