public inbox for linux-newbie@vger.kernel.org
 help / color / mirror / Atom feed
From: Peter <heisspf@skyinet.net>
To: Ray Olszewski <ray@comarre.com>
Cc: linux-newbie@vger.kernel.org
Subject: Re: Skype wont't open
Date: Tue, 01 Mar 2005 15:13:05 +0800	[thread overview]
Message-ID: <20050301071305.7B1BF4E707@heisspf> (raw)
In-Reply-To: <5.1.0.14.1.20050228220147.01f4dec8@celine>

Thanks Ray

> 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

On Mon, 28 Feb 2005 22:21:39 -0800
Ray Olszewski <ray@comarre.com> wrote:
> 
> 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.

The version I have is 3.3.2 which I took from a Fedora 3 CD. In Fedora 2
Skype opens with this version which I copied to slackware.

> 
> 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.

I tried both the dynamic and static version and I am getting the same error.

::$ ls -l  /usr/lib/qt/lib/libqt-mt.so.3
lrwxrwxrwx  1 root root 17 2004-10-29 09:24 /usr/lib/qt/lib/libqt-mt.so.3 ->
libqt-mt.so.3.3.2

> 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.
> 



-- 
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

  parent reply	other threads:[~2005-03-01  7:13 UTC|newest]

Thread overview: 42+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-03-01  5:50 Sype wont't open Peter H.
2005-03-01  6:21 ` Ray Olszewski
2005-03-01  7:10   ` Richard Adams
2005-03-01  7:13   ` Peter [this message]
2005-03-01 16:22   ` Some users locked out of ssh and sftp? Eve Emshoff
2005-03-01 16:59     ` Ray Olszewski
2005-03-02  1:26       ` Eric Bambach
2005-03-11 19:20         ` Thought I was mounting drive correctly, but backup failed Eve Atley
2005-03-11 21:37           ` Ray Olszewski
2005-03-11 22:35             ` Eve Atley
2005-03-11 22:54               ` Ray Olszewski
2005-03-11 23:49                 ` Eve Atley
2005-03-11 22:56         ` Some users locked out of ssh and sftp? Eve Atley
2005-03-11 23:27           ` SOTL
2005-03-13 23:44             ` SOTL
2005-03-12  0:15           ` Ray Olszewski
2005-03-14 19:17             ` Eve Atley
2005-03-14 19:45               ` Ray Olszewski
2005-03-14 21:54                 ` Eve Atley
2005-03-15  0:01                   ` SOLVED: " Eve Atley
2005-03-15  0:06                     ` Ray Olszewski
2005-03-15 16:16                       ` Eve Atley
2005-03-14 19:20             ` Eve Atley
2005-03-12  1:06     ` Marcus Furlong
2005-03-01  6:58 ` Sype wont't open Richard Adams
2005-03-01  8:17   ` Skype " Peter
2005-03-02  2:07   ` Peter
2005-03-02  3:00     ` Ray Olszewski
2005-03-02  5:53       ` Peter
2005-03-02  6:51     ` Richard Adams
2005-03-02  7:33       ` Peter
2005-03-03  6:34         ` Richard Adams
2005-03-03  9:56           ` Peter
2005-03-03 11:25             ` chuck gelm
2005-03-03 16:37             ` Richard Adams
2005-03-01  9:46 ` Sype " chuck gelm
2005-03-01 14:18   ` Richard Adams
  -- strict thread matches above, loose matches on Subject: below --
2005-03-03  8:48 Skype " Peter
2005-03-03 16:44 ` Richard Adams
2005-03-05  1:07 Peter H.
2005-03-05  7:53 ` Richard Adams
2005-03-05  8:20   ` Peter

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20050301071305.7B1BF4E707@heisspf \
    --to=heisspf@skyinet.net \
    --cc=linux-newbie@vger.kernel.org \
    --cc=ray@comarre.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox