LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Is glibc version being misdetected (https://www.linuxquestions.org/questions/linux-software-2/is-glibc-version-being-misdetected-606837/)

sogenant 12-14-2007 03:50 PM

Is glibc version being misdetected
 
I'm trying to figure out what how to use themes in xfce - which is
probably a waste of time since I usually just character mode programs
and full screen games, but I like to fritter away time on stuff I'll
never use ...

So I try to run some program called "theme manager" that i found in
"application manager", and I get this message:

kcmshell: /lib/libpthread.so.0: version `GLIBC_2.3.3' not found (required by /usr/lib/qt/lib/libqt-mt.so.3)

But when I run "/lib/libc.so.6"

GNU C Library stable release version 2.3.5, by Roland McGrath et al.
... [lines deleted]
Available extensions:
GNU libio by Per Bothner
crypt add-on version 2.1 by Michael Glad and others
GNU Libidn by Simon Josefsson
linuxthreads-0.10 by Xavier Leroy
BIND-8.2.3-T5B
libthread_db work sponsored by Alpha Processor Inc
NIS(YP)/NIS+ NSS modules 0.19 by Thorsten Kukuk
Thread-local storage support included.
...

Thanks for any insight on the error message, I'll ask separately in the newbies question about themes

jailbait 12-14-2007 04:29 PM

Quote:

Originally Posted by sogenant (Post 2990889)
kcmshell: /lib/libpthread.so.0: version `GLIBC_2.3.3' not found (required by /usr/lib/qt/lib/libqt-mt.so.3)

But when I run "/lib/libc.so.6"

GNU C Library stable release version 2.3.5, by Roland McGrath et al.

Sometimes developers make the mistake of not including "or higher" in their dependencies. If that is what is happening in this case then you can solve the problem by linking libc 2.3.3 to libc 2.3.5. Log in as root and try making this symbolic link:

ln -s /lib/libc-2.3.5.so /lib/libc-2.3.3.so

-------------------
Steve Stites


All times are GMT -5. The time now is 12:03 PM.