Upgrade Fedora 11 to Fedora 12 - kstartupconfig4 does not exist or fails.

01-22-10

After ’successfully’ upgrading from Fedora 11 to Fedora 12 (64bit) on my laptop KDE4 failed to start with error: Kstartupconfig4 does not exist or fails. The error code is 127.

Gnome still worked but KDE and KDE apps failed to load. Trying to run dolphin in terminal produced libssl.so.8 & libcrypto.so.8 shared library missing errors.

The resolution is put in the symbolic links that are missing

cd /usr/lib64 (64bit) and /usr/lib (32bit)
ln -s libssl.so.1.0.0 libssl.so.8
ln -s libcrypto.so.1.0.0 libcrypto.so.8

and reboot

This entry was posted on Friday, January 22nd, 2010 at 7:18 pm and is filed under fedora, operating-systems, tips. You can follow any responses to this entry through the RSS 2.0 feed. You can leave a response, or trackback from your own site.

3 Responses to “Upgrade Fedora 11 to Fedora 12 - kstartupconfig4 does not exist or fails.”

  1. Hi, thanks for the topic, but i try this and don’t works i use only the kde Enviroment.
    I do everything but its dont work, how to resolve please help me.

  2. Thanks mate, u helped me solve a similar yum problem XD

  3. Thanks this works for me…

    Regards,
    Alejandro

Leave a Reply