LinuxQuestions.org
Help answer threads with 0 replies.
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 08-22-2004, 09:57 AM   #1
JimDog
Member
 
Registered: Aug 2003
Location: Colorado, USA
Distribution: Fedora Core
Posts: 100

Rep: Reputation: 15
KDE 3.3 fails to start (libstdc++.so.6 errors)


So I use XFCE, however with the announcement of KDE 3.3 I thought I'd check it out since I haven't used it since version 3.1.

Anyway, I downloaded the RPM files and first realized that I needed to update QT as well as GCC. So I updated those and all looked good.

However when I try and start KDE (i.e. when GDM tries "exec /etc/X11/xdm/Xsession kde") it fails with the following:

kde-config: /usr/local/lib/libstdc++.so.6: no version information available (required by kde-config)
kde-config: /usr/local/lib/libstdc++.so.6: no version information available (required by kde-config)
kde-config: /usr/local/lib/libstdc++.so.6: no version information available (required by /usr/lib/libkdecore.so.
kde-config: /usr/local/lib/libstdc++.so.6: no version information available (required by /usr/lib/libkdecore.so.
kde-config: /lib/tls/libc.so.6: version `GLIBC_2.3.4' not found (required by /usr/lib/libkdecore.so.4)
kde-config: /usr/local/lib/libstdc++.so.6: no version information available (required by /usr/lib/libDCOP.so.4)
kde-config: /usr/local/lib/libstdc++.so.6: no version information available (required by /usr/lib/libDCOP.so.4)
kde-config: /usr/local/lib/libstdc++.so.6: no version information available (required by /usr/lib/libkdefx.so.4)
kde-config: /usr/local/lib/libstdc++.so.6: no version information available (required by /usr/lib/libkdefx.so.4)
startkde: Starting up...
kreadconfig: /usr/local/lib/libstdc++.so.6: no version information available (required by kreadconfig)
kreadconfig: /usr/local/lib/libstdc++.so.6: no version information available (required by kreadconfig)
kreadconfig: /usr/local/lib/libstdc++.so.6: no version information available (required by /usr/lib/libkdecore.so
kreadconfig: /usr/local/lib/libstdc++.so.6: no version information available (required by /usr/lib/libkdecore.so
kreadconfig: /lib/tls/libc.so.6: version `GLIBC_2.3.4' not found (required by /usr/lib/libkdecore.so.4)
kreadconfig: /usr/local/lib/libstdc++.so.6: no version information available (required by /usr/lib/libDCOP.so.4)
kreadconfig: /usr/local/lib/libstdc++.so.6: no version information available (required by /usr/lib/libDCOP.so.4)
kreadconfig: /usr/local/lib/libstdc++.so.6: no version information available (required by /usr/lib/libkdefx.so.4
kreadconfig: /usr/local/lib/libstdc++.so.6: no version information available (required by /usr/lib/libkdefx.so.4
ksplash: /usr/local/lib/libstdc++.so.6: no version information available (required by ksplash)
ksplash: /usr/local/lib/libstdc++.so.6: no version information available (required by ksplash)
ksplash: /usr/local/lib/libstdc++.so.6: no version information available (required by /usr/lib/libksplashthemes.
ksplash: /usr/local/lib/libstdc++.so.6: no version information available (required by /usr/lib/libksplashthemes.
ksplash: /usr/local/lib/libstdc++.so.6: no version information available (required by /usr/lib/libkio.so.4)

(and so on and so on....)

Any ideas? My LD_LIBRARY_PATH appears to be set correctly (/usr/lib:/usr/local/lib:/opt/kde3/lib:/usr/local/qt/lib) as well as my PATH in general.

Thanks in advance.
 
Old 08-22-2004, 10:13 AM   #2
qwijibow
LQ Guru
 
Registered: Apr 2003
Location: nottingham england
Distribution: Gentoo
Posts: 2,672

Rep: Reputation: 47
it seems like kde 3.3 is compiled againsed a new and in compatable version of GLIBC.

dont attempt to upgrade your glibc, as this will break all the programs you already have installed....

looks like if you want kde 3.3, you will either need to use a more up to date distro, or compile KDE 3.3 from source. (of.. maybe find a kde 3.3 for redhat 9 RPM)
 
Old 08-24-2004, 08:47 PM   #3
JimDog
Member
 
Registered: Aug 2003
Location: Colorado, USA
Distribution: Fedora Core
Posts: 100

Original Poster
Rep: Reputation: 15
problem #2

I took your advice. Downloaded Konstruct and let er rip....except now when it gets to compiling kdemultimedia it complains:

.libs/libaudiocd_encoder_vorbis_la.all_cpp.o(.text+0x4399): In function `EncoderVorbis::readInit(long)':
: undefined reference to `ogg_stream_init'
.libs/libaudiocd_encoder_vorbis_la.all_cpp.o(.text+0x43e8): In function `EncoderVorbis::readInit(long)':
: undefined reference to `ogg_stream_packetin'
.libs/libaudiocd_encoder_vorbis_la.all_cpp.o(.text+0x43fd): In function `EncoderVorbis::readInit(long)':
: undefined reference to `ogg_stream_packetin'
.libs/libaudiocd_encoder_vorbis_la.all_cpp.o(.text+0x4412): In function `EncoderVorbis::readInit(long)':
: undefined reference to `ogg_stream_packetin'
.libs/libaudiocd_encoder_vorbis_la.all_cpp.o(.text+0x445c): In function `EncoderVorbis::readInit(long)':
: undefined reference to `ogg_stream_flush'
.libs/libaudiocd_encoder_vorbis_la.all_cpp.o(.text+0x460b): In function `EncoderVorbis::flush_vorbis()':
: undefined reference to `ogg_stream_packetin'
.libs/libaudiocd_encoder_vorbis_la.all_cpp.o(.text+0x4628): In function `EncoderVorbis::flush_vorbis()':
: undefined reference to `ogg_stream_pageout'
.libs/libaudiocd_encoder_vorbis_la.all_cpp.o(.text+0x4764): In function `EncoderVorbis::readCleanup()':
: undefined reference to `ogg_stream_clear'
collect2: ld returned 1 exit status
make[7]: *** [libaudiocd_encoder_vorbis.la] Error 1


I did a search online but couldn't find any help. Any ideas? Thanks.
 
Old 08-24-2004, 09:42 PM   #4
qwijibow
LQ Guru
 
Registered: Apr 2003
Location: nottingham england
Distribution: Gentoo
Posts: 2,672

Rep: Reputation: 47
did you read though the dependency list on kde.org ?
make sure all required components are installed..
plus whatever opyional and recomented packages you choose.

i dont like construct.. i prefere to do it myself....

for each package...
./configure --prefix=/opt/kde && make && make install

install in this order...
kdelibs
kdebase

then whichever of the others you would like.

anyways.. looks to me like you dont have libvorbis installed.. or you dont have libvorbis source code installed.
 
Old 09-29-2004, 01:29 AM   #5
strema
LQ Newbie
 
Registered: May 2003
Distribution: SuSE 8.1
Posts: 3

Rep: Reputation: 0
Hi JimDog,

I had a similar problem too (other location) while building kde3.3 (not from CVS, from the stable sources) and it seems there is a bug in at least one of the Makefiles in the kdemutlimedia package. The problem went away after modifying the line

VORBISENC_LIBS = -lvorbisenc -lvorbis

to

VORBISENC_LIBS = -lvorbisenc -lvorbis -logg

in kioslave/audiocd/plugins/vorbis/Makefile. I don't know if other makefiles are affected too, I'm still compiling. But up to now without further errors.

Last edited by strema; 09-29-2004 at 01:32 AM.
 
Old 10-13-2004, 01:42 PM   #6
bm17
Member
 
Registered: Sep 2004
Location: Santa Cruz, CA, USA
Distribution: Redhat 9.0
Posts: 104

Rep: Reputation: 15
> VORBISENC_LIBS = -lvorbisenc -lvorbis -logg

That did the trick. Thanks!

I was in there before adding stuff like "-lvorbisfile" but I hadn't thought about "-logg". You saved me a bunch of time.

-b
 
Old 10-15-2004, 04:44 PM   #7
JimDog
Member
 
Registered: Aug 2003
Location: Colorado, USA
Distribution: Fedora Core
Posts: 100

Original Poster
Rep: Reputation: 15
I ended up doing a "make -k" which continues even with errors....got KDE 3.3 up and running....however I may try the solution mentioned in this thread instead as it appears to be the more correct way to go about things :-)
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

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
KDE start-up errors Dralnu Linux - Software 7 10-09-2005 05:42 AM
kde and gnome: how to start both without errors punt Linux - Software 7 07-31-2005 09:22 PM
KDE fails to start after updating the system rthdesign Linux - Newbie 4 07-27-2005 03:29 PM
KDE-3.3 fails to start --- PLEASE HELP!! toffi22 Linux From Scratch 5 10-07-2004 12:50 PM
kde fails to start... skinpainting Mandriva 3 02-18-2004 01:51 PM

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

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