Slackware This Forum is for the discussion of Slackware Linux.
|
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
|
|
05-13-2004, 01:40 PM
|
#1
|
LQ Newbie
Registered: May 2004
Location: Estonia, Europe
Posts: 28
Rep:
|
KDE error -- Could not start kdeinit. Check your installation.
I was updating my graphics drivers, but I messed up something and now whenever I start kde, it gives this error: Could not start kdeinit. Check your installation. [okay].
It's on a grey background and in white box. After I clicked [okay], there where also some messages like 'the library file is missing' or something. Can't remember exactly...
What do I do?
PS. here
Last edited by Dade; 05-13-2004 at 01:44 PM.
|
|
|
05-13-2004, 02:21 PM
|
#2
|
LQ Newbie
Registered: May 2004
Location: Estonia, Europe
Posts: 28
Original Poster
Rep:
|
Okay, the error that I get after that is: "kdeinit: error while loading shared libraries: libGL.so.1: cannot open shared object file: No such file or directory.
|
|
|
05-13-2004, 02:26 PM
|
#3
|
Member
Registered: Jan 2004
Location: belgium
Distribution: Slackware
Posts: 117
Rep:
|
looks like you messed up more than just the graphic drivers...
reinstall all the kde pachages
you migth want to do this in run level 1 (single user mode)
(relogon)
Code:
mount the slackware CD-2
mount /mnt/cdrom
cd /mnt/cdrom/slackware/kde
installpkg *.tgz
reboot
|
|
|
05-13-2004, 03:11 PM
|
#4
|
LQ Newbie
Registered: May 2004
Location: Estonia, Europe
Posts: 28
Original Poster
Rep:
|
Sorry, but it did not help.
I did exatcly as you said, it installed kde again, everything went alright, but after I rebooted, still the same problem.
I tried to do this both with "init 1" command entered and without "init 1" command entered. Still the same error on gray background and after that, there's still this error: ""kdeinit: error while loading shared libraries: libGL.so.1: cannot open shared object file: No such file or directory."
Anything else I can do?
|
|
|
05-13-2004, 03:21 PM
|
#5
|
LQ Newbie
Registered: May 2004
Location: Estonia, Europe
Posts: 28
Original Poster
Rep:
|
And I did that as a root. Should I have logged on as a normal user to install kde?
|
|
|
05-13-2004, 03:35 PM
|
#6
|
LQ Newbie
Registered: Apr 2004
Location: illinois
Distribution: home: slackware 11 and work: SLES 9 on zseries
Posts: 13
Rep:
|
first, instead of reinstalling everything again, just try to run the xf86config command. this will give you a brand new XF86Config file. after this is done, try to boot kde again. if this works then post what kind of videocard you have and what driver you are wanting to use.
good luck!
|
|
|
05-13-2004, 03:37 PM
|
#7
|
Member
Registered: Aug 2003
Location: Somewhere
Distribution: Gentoo (for now)
Posts: 364
Rep:
|
i had that and the only way i managed to get it to work was by a way a friend told me
download the development and library folders from the current tree and install all packages.
i did that and it worked - strange i know
|
|
|
05-13-2004, 03:48 PM
|
#8
|
Member
Registered: Dec 2003
Location: USA (Pacific coast)
Distribution: Vector 5.8-SOHO, FreeBSD 6.2
Posts: 513
Rep:
|
Quote:
Originally posted by Dade
And I did that as a root. Should I have logged on as a normal user to install kde?
|
No............installpkg is a root command, not a user command....
On my machine, libGL.so.1 is found in the directory /usr/lib and is a symlink to /usr/X11R6/lib/libGL.so.1. And /usr/X11R6/lib/ligGL.so.1, in turn, is a symlink to /usr/X11R6/lib/libGL.so.1.2. Check to see if those two libGL.so.1 symlinks exist. And this lib is part of the xfree86 pkg, not kde...............So you might have to reinstall xfree86-4.x.x if they don't exist (or just create the symlinks)...................or try running 'ldconfig' as root to update the library paths found in /etc/ld.so.conf
|
|
|
05-13-2004, 05:24 PM
|
#9
|
LQ Newbie
Registered: May 2004
Location: Estonia, Europe
Posts: 28
Original Poster
Rep:
|
Thanks for the replies guys! I really appreciate that.
But unfortunately the suggestions didn't help. Or I couln't understand them... I don't know.
The thing is that in Linux world, I am a _total_ newbie. Yesterday I learned that with "cd" command, I can access folders! ... but I still don't even know how to copy or delete files without going into the GUI.
So, please, could you be a little more specific if you suggest something.
Ok, my video card is ATI RADEON 9600PRO 128MB and I want to install the latest drivers of course. The ones that are on ati.com and for the latest xf86 version. I tried to run xfree86config _again_, before reinstalling kde, but it didn't help. And the "ldconfig" command appers to do nothing. I just type it in and nothing happens. Looks like it accepts the command, but nothing happens afterwards.
Well, I'm counting on you. Please help me to solve this problem.
|
|
|
05-13-2004, 05:39 PM
|
#10
|
Member
Registered: Dec 2003
Location: USA (Pacific coast)
Distribution: Vector 5.8-SOHO, FreeBSD 6.2
Posts: 513
Rep:
|
The 'ldconfig' command doesn't give any confirmation, it updates the lib paths found in the file /etc/ld.so.conf so the OS knows where to look.........
Okay, then run this command and tell us the resutls: If everything is as it should be, the output should look like this:
Code:
libGL.so: /usr/lib/libGL.so.1 /usr/lib/libGL.so
If it can't find it then the paths will be missing..........then we'll go from there
|
|
|
05-14-2004, 11:50 AM
|
#11
|
LQ Newbie
Registered: May 2004
Location: Estonia, Europe
Posts: 28
Original Poster
Rep:
|
Quote:
Originally posted by thegeekster
Okay, then run this command and tell us the resutls: If everything is as it should be, the output should look like this:
Code:
libGL.so: /usr/lib/libGL.so.1 /usr/lib/libGL.so
If it can't find it then the paths will be missing..........then we'll go from there [/B]
|
Okay, I did that and this came up: " ibGL.so: "
Just this and nothing more.
What do I do now?
|
|
|
05-14-2004, 03:54 PM
|
#12
|
Member
Registered: Dec 2003
Location: USA (Pacific coast)
Distribution: Vector 5.8-SOHO, FreeBSD 6.2
Posts: 513
Rep:
|
Looks like you XFree86 installation is broken..................To be on the safe side, it would probably be easier to reinstall XFree......................Assuming you haven't upgraded KDE to a 3.2 version (still using the default 3.1.4 version supplied by Slack 9.1), grab your first installation CD (CD-1) and insert it into your CDROM, mount it, and install the pkg xfree86 found in the slackware/x/ directory...................The commands to use after inserting the CD into the drive:
Code:
mount /mnt/cdrom
installpkg /mnt/cdrom/slackware/x/xfree86-4*.tgz
umount /mnt/cdrom
reboot
This will install only the base pkg for xfree86 found in that directory which will restore that missing library KDE is complaining about....
Hopefully, this is all that got broken
=-=-=-=-=-=-=-=-=-=-=-=
PS: After unmounting the CD (umount /mnt/cdrom) be sure to remove it before rebooting if your computer is able to boot from a CD..........
Last edited by thegeekster; 05-14-2004 at 03:58 PM.
|
|
|
05-14-2004, 04:43 PM
|
#13
|
LQ Newbie
Registered: May 2004
Location: Estonia, Europe
Posts: 28
Original Poster
Rep:
|
Yes! It worked! I am back in KDE now
Thanks thegeekster!
|
|
|
05-15-2004, 08:07 AM
|
#14
|
LQ Newbie
Registered: May 2004
Location: Estonia, Europe
Posts: 28
Original Poster
Rep:
|
Um, but I'd like to install the graphics card drivers now. But I can't!!11111
Ok, I go to here --> http://www.ati.com/support/infobase/linuxhowto-ati.html
I follow all the instructions and when I type this 'rpm -Uh --force fglrx-4.3.0-3.7.6.i386.rpm'
then I get this error:
error: failed dependencies:
/bin/sh is needed by fglrx-4.3.0-3.7.6
/bin/sh is needed by fglrx-4.3.0-3.7.6
/bin/sh is needed by fglrx-4.3.0-3.7.6
/bin/sh is needed by fglrx-4.3.0-3.7.6
ld-linux.so.2 is needed by fglrx-4.3.0-3.7.6
libX11.so.6 is needed by fglrx-4.3.0-3.7.6
libXext.so.6 is needed by fglrx-4.3.0-3.7.6
libc.so.6 is needed by fglrx-4.3.0-3.7.6
libdl.so.2 is needed by fglrx-4.3.0-3.7.6
libm.so.6 is needed by fglrx-4.3.0-3.7.6
libpthread.so.0 is needed by fglrx-4.3.0-3.7.6
libc.so.6(GLIBC_2.0) is needed by fglrx-4.3.0-3.7.6
libc.so.6(GLIBC_2.1) is needed by fglrx-4.3.0-3.7.6
libc.so.6(GLIBC_2.1.3) is needed by fglrx-4.3.0-3.7.6
libm.so.6(GLIBC_2.0) is needed by fglrx-4.3.0-3.7.6
libpthread.so.0(GLIBC_2.0) is needed by fglrx-4.3.0-3.7.6
What do I do??
|
|
|
05-16-2004, 02:01 AM
|
#15
|
Member
Registered: Dec 2003
Location: USA (Pacific coast)
Distribution: Vector 5.8-SOHO, FreeBSD 6.2
Posts: 513
Rep:
|
Hmmm..........looks like more than xfree86 got broken............
For /bin/sh, that is a symlink to /bin/bash...........to recreate it, 'su' to root and run this command:
Code:
cd /bin && ln -sf bash sh
In fact, I'm beginning to see a pattern here, it seems when you first tried to update your graphics card, you broke more than just the symlinks for xfree86.............No telling how many symlinks may be missing..............
I would suggest to reinstall everything to restore your system completely.............you should be able to do this fairly easily with swaret..........I think the command is simply: That should reinstall all your existing pkgs...........
|
|
|
All times are GMT -5. The time now is 02:32 AM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|