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.

6 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

  4. It solved a Yum problem I had, but I still have issues with sudo

    [Nessus@l038nessus01 ~]$ sudo yum update
    sudo: error while loading shared libraries: libaudit.so.0: cannot open shared object file: No such file or directory

  5. Sounds like a similar issue of some sym links missing in your /usr/lib64 (64bit) and /usr/lib (32bit) directory?
    perhaps you could check for libaudit.so.* by doing a “ls libaudit.*” seeing what is there and linking to it like:
    ln -s libaudit.so.WHATEVERGOTRETURNED libaudit.so.0

    Good luck

  6. Thank you very, very much! It woked in my case too! :D

Leave a Reply