Author Topic: Kde won't start [SOLVED]  (Read 1557 times)

Offline dougp25

  • Full Member
  • ***
  • Posts: 99
Kde won't start [SOLVED]
« on: April 06, 2011, 10:06:58 AM »
Tried installing Inkscape, it needed some dependencies and whatever.
Now when i bootup, gdm fails, and if i do a 'startx' I get thiis little XWindow that says "Kstartupconfig4 does not exist or fails".

If i try apt-get upgrade, i get this error: "symbol lookup error: /usr/lib/libstdc++.so.6: undefined symbol: {line of gibberish, with streambuf_iteratorIcSt11char_traits, version GLIBCXX_3.4"

Oof.  Lost!!  Appreciate any help.
« Last Edit: April 08, 2011, 08:24:44 AM by dougp25 »

Offline Bald Brick

  • PCLinuxOS Tester
  • Hero Member
  • *******
  • Posts: 6380
  • I'm going South
Re: Kde won't start
« Reply #1 on: April 06, 2011, 10:16:02 AM »
Tried installing Inkscape, it needed some dependencies and whatever.
Now when i bootup, gdm fails, and if i do a 'startx' I get thiis little XWindow that says "Kstartupconfig4 does not exist or fails".

If i try apt-get upgrade, i get this error: "symbol lookup error: /usr/lib/libstdc++.so.6: undefined symbol: {line of gibberish, with streambuf_iteratorIcSt11char_traits, version GLIBCXX_3.4"

Oof.  Lost!!  Appreciate any help.


1. Was your system fully updated before you installed Inkscape?

2. You should never ever run apt-get upgrade. On a rolling release it will sooner or later break your system. If you want to upgrade from the CLI, try
Code: [Select]
apt-get update && apt-get dist-upgrade
That will take care of the changing dependencies. (apt-get upgrade will upgrade your system with the latest packages but it will ignore new dependencies and it won't remove obsolete or conflicting ones.)

Edit: Here Inkscape works perfectly.

« Last Edit: April 06, 2011, 10:21:32 AM by Bald Brick »
Feed the trolls!
They need it!

AMD Athlon 7450 Dual-Core Processor, 7.80 GiB RAM, Nvidia GeForce GT 120/PCIe/SSE2, OpenGL/ES-version: 3.3 0 NVIDIA 295.40, SBx00 Azalia (Intel HDA) soundcard, ‎Logitech B500 webcam, SAA7146 DVB card, HDDs: Seagate 250824AS, Western Digital WD10EAVS-00D

Offline dougp25

  • Full Member
  • ***
  • Posts: 99
Re: Kde won't start
« Reply #2 on: April 06, 2011, 10:22:12 AM »
Any apt-get commands return an error (the undefined sybol error) so an update from he CLI is impossible.

Apparently I wasn't fully updated, or it seems this would not have happened!  Now I am just trying to see if there is a way to save my system.

Offline Bald Brick

  • PCLinuxOS Tester
  • Hero Member
  • *******
  • Posts: 6380
  • I'm going South
Re: Kde won't start
« Reply #3 on: April 06, 2011, 10:27:53 AM »
Try this:
http://www.pclinuxos.com/forum/index.php/topic,80839.0.html

(Running both "apt-get clean" and "apt-get autoclean" seems like overkill but if that's what Tex recommends you'd better do it.)
« Last Edit: April 06, 2011, 10:31:47 AM by Bald Brick »
Feed the trolls!
They need it!

AMD Athlon 7450 Dual-Core Processor, 7.80 GiB RAM, Nvidia GeForce GT 120/PCIe/SSE2, OpenGL/ES-version: 3.3 0 NVIDIA 295.40, SBx00 Azalia (Intel HDA) soundcard, ‎Logitech B500 webcam, SAA7146 DVB card, HDDs: Seagate 250824AS, Western Digital WD10EAVS-00D

Online kjpetrie

  • PCLinuxOS Tester
  • Hero Member
  • *******
  • Posts: 3991
Re: Kde won't start
« Reply #4 on: April 07, 2011, 05:04:47 AM »
Undefined symbol errors mean there is an incompatibility between the application and a library it depends on. If apt-get produces that error there is nothing you can do unless you can identify and replace the library concerned manually. That's going to be an uphill struggle so I suggest you re-install.
-----------
KJP
-----------------------------------------------------------
PClos64 RC1 on Intel D945GCLF2 motherboard (Atom 330), 2GB DDR2 RAM, Maxtor STM325031, HL-DT-ST DVDRAM GSA-H42N, Amilo LSL 3220T monitor. Also Acer 5810TG (with custom kernel) and Asus eeePC 2G surf

Offline AS

  • Hero Member
  • *****
  • Posts: 4111
  • Have a nice ... night!
Re: Kde won't start
« Reply #5 on: April 07, 2011, 06:34:33 AM »
Undefined symbol errors mean there is an incompatibility between the application and a library it depends on. If apt-get produces that error there is nothing you can do unless you can identify and replace the library concerned manually. That's going to be an uphill struggle so I suggest you re-install.


+1 to reinstall,

although it could be possible to reinstall some packages by downloading the rpm and by doing a manual installation of the rpm,
it appear that you have at least 3 errors (possibly many others), 1 gdm fails, 2 Kstartupconfig4 lost, 3 libstdc++ symbols ...

AS

Offline dougp25

  • Full Member
  • ***
  • Posts: 99
Re: Kde won't start
« Reply #6 on: April 08, 2011, 08:24:24 AM »
Re-installed.  Nice since I have a separate / and /home, so all my files were good.
Yup, I messed something up somewhere, and trying to shoe horn in a fix was not going well!

Thanks for all who chimed in.