LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
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 05-07-2004, 07:13 PM   #1
artistik
Member
 
Registered: Aug 2003
Location: south carolina
Distribution: Slackware 11
Posts: 60

Rep: Reputation: 15
kde 3.2.2


i have recently upgraded kde to the latest 3.2.2 and removed all old kde packsages...... but kde wont start by typing startx i get these errors and then it dont load..



startkde: Starting up...
kreadconfig: error while loading shared libraries: libXinerama.so.1: cannot
open shared object file: No such file or directory
ksplash: error while loading shared libraries: libXinerama.so.1: cannot open shared object file: No such file or directory
kdeinit: error while loading shared libraries: libXinerama.so.1: cannot open shared object file: No such file or directory
startkde: Could not start kdeinit. Check your installation.
Warning: connect() failed: : No such file or directory

ksmserver: error while loading shared libraries: libXinerama.so.1: cannot open shared object file: No such file or directory
startkde: Shutting down...
Warning: connect() failed: : No such file or directory
Error: Can't contact kdeinit!
startkde: Running shutdown scripts...
kde-config: error while loading shared libraries: libXinerama.so.1: cannot open shared object file: No such file or directory
startkde: Done.


and goes no where... but kde when its first starting a box pops up and says: could not start kdeinit. check your installation.


maybe sombody out there could help me... i would appreciate it... ty
 
Old 05-07-2004, 07:18 PM   #2
leonscape
Senior Member
 
Registered: Aug 2003
Location: UK
Distribution: Debian SID / KDE 3.5
Posts: 2,313

Rep: Reputation: 48
Your missing the xinerama lib for XFree. Try updating your X system as well, or find a package with it in. ( What distro is it? )
 
Old 05-07-2004, 07:19 PM   #3
artistik
Member
 
Registered: Aug 2003
Location: south carolina
Distribution: Slackware 11
Posts: 60

Original Poster
Rep: Reputation: 15
slackware 9.1
 
Old 05-07-2004, 07:27 PM   #4
leonscape
Senior Member
 
Registered: Aug 2003
Location: UK
Distribution: Debian SID / KDE 3.5
Posts: 2,313

Rep: Reputation: 48
I found this thread which mentions exactly the same problem your having ( towards the bottom ).
 
Old 05-07-2004, 07:34 PM   #5
artistik
Member
 
Registered: Aug 2003
Location: south carolina
Distribution: Slackware 11
Posts: 60

Original Poster
Rep: Reputation: 15
ahh so gotta update xfree... ty lots
 
Old 05-09-2004, 05:48 PM   #6
artistik
Member
 
Registered: Aug 2003
Location: south carolina
Distribution: Slackware 11
Posts: 60

Original Poster
Rep: Reputation: 15
sorry took so long to respond.....

i upgraded Xfree .. rebooted... came up with a differant lib error

and still says cannot connect to kdeinit! please check your installation.....

any other suggestions?
 
Old 05-09-2004, 05:50 PM   #7
CBlue
Member
 
Registered: Mar 2004
Location: South Carolina, USA
Distribution: Mepis
Posts: 287

Rep: Reputation: 31
What is the different lib error?
 
Old 05-09-2004, 06:03 PM   #8
artistik
Member
 
Registered: Aug 2003
Location: south carolina
Distribution: Slackware 11
Posts: 60

Original Poster
Rep: Reputation: 15
"xset: unable to open display "
" xset: unable to open display "
" xset: unable to open display "
" xsetroot: unable to open display ''
startkde: Starting up...
startkde: Running kpersonalizer...
kwin: relocation error: /opt/kde/lib/libkdeui.so.4: undefined symbol: _ZN9QComboBox4hideEv

kpersonalizer: relocation error: /opt/kde/lib/libkdeui.so.4: undefined symbol: _ZN9QComboBox4hideEv

ksplash: relocation error: /opt/kde/lib/libkdeui.so.4: undefined symbol: _ZN9QComboBox4hideEv

kdeinit: relocation error: /opt/kde/lib/libkdeui.so.4: undefined symbol: _ZN9QComboBox4hideEv

startkde: Could not start kdeinit. Check your installation. Error: Can't open display: Warning: connect() failed: : No such file or directory

ksmserver: relocation error: /opt/kde/lib/libkdeui.so.4: undefined symbol: _ZN9QComboBox4hideEv
startkde: Shutting down... Warning: connect() failed: : No such file or directory
Error: Can't contact kdeinit!
startkde: Running shutdown scripts...
startkde: Done.
 
Old 05-09-2004, 06:25 PM   #9
CBlue
Member
 
Registered: Mar 2004
Location: South Carolina, USA
Distribution: Mepis
Posts: 287

Rep: Reputation: 31
Did you apt-get kdelibs4? Looks like you have a problem with a library file that is a shared file for different packages. This file libkdeui.so.4 is in kdelibs and kde 3.2.2 uses kdelibs4.

Also, are you able to get x started? Try startx and see if x loads for you.

If you can't get x started, then you are still missing some xfree86 files. Or you need to xf86config to set up your configuration for x.

Last edited by CBlue; 05-09-2004 at 06:27 PM.
 
Old 05-09-2004, 06:34 PM   #10
artistik
Member
 
Registered: Aug 2003
Location: south carolina
Distribution: Slackware 11
Posts: 60

Original Poster
Rep: Reputation: 15
that is when them errors come up... when i try to startx as root...

i also just tryred apt-get kdelibs4 and it said command not found.
 
Old 05-09-2004, 06:47 PM   #11
CBlue
Member
 
Registered: Mar 2004
Location: South Carolina, USA
Distribution: Mepis
Posts: 287

Rep: Reputation: 31
That's because you have to type:

apt-get update

then:

apt-get install kdelibs4
 
Old 05-09-2004, 07:29 PM   #12
artistik
Member
 
Registered: Aug 2003
Location: south carolina
Distribution: Slackware 11
Posts: 60

Original Poster
Rep: Reputation: 15
apt-get is for debian not slackware heh.
 
Old 05-09-2004, 10:51 PM   #13
CBlue
Member
 
Registered: Mar 2004
Location: South Carolina, USA
Distribution: Mepis
Posts: 287

Rep: Reputation: 31
Okay, what do you normally type to get packages for slackware? You still need to get and install kdelibs4 to get that missing library file that is compatible for kde 3.2.2.
 
Old 05-10-2004, 07:53 PM   #14
artistik
Member
 
Registered: Aug 2003
Location: south carolina
Distribution: Slackware 11
Posts: 60

Original Poster
Rep: Reputation: 15
heh i do got kdelibs4.... so i have no clue what the problem is
 
Old 05-10-2004, 08:39 PM   #15
CBlue
Member
 
Registered: Mar 2004
Location: South Carolina, USA
Distribution: Mepis
Posts: 287

Rep: Reputation: 31
Okay...then maybe you are missing some of the other packages that are needed for kde 3.2.2? Since you say you have the kdelibs4 then libXinerama.so.1 should exist on your system. But do a file search for libXinerama.so.1 and see if you have it on your system.
 
  


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
HELP!!! Installed kde 3392 rpms keyboard dead inside kde, working in shell hansschmucker SUSE / openSUSE 1 02-13-2005 08:01 PM
Why wont my KDE 3.2 FC2 setup run make commands w/KDE 1.x packages? rusty_slacker Linux - Newbie 1 09-19-2004 05:40 PM
dpi font | gdm | kde DE | xinitrc.kde | Slackware 10 acummings Slackware 2 07-28-2004 10:28 PM
couple of qs, gnome ftp, removing kde or improving speed of kde, startup modprobe darkleaf Linux - Software 2 07-20-2004 09:54 AM
[REDHAT KDE] Disable KDE boot? Apache down after 10min losing monitor signal bjwesselink Linux - Software 2 08-11-2003 01:52 PM

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

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