kdevelop on red hat 6.2

Daniel G Finley genghis at csd.uwm.edu
Sat Aug 12 01:49:49 UTC 2000


Recently I upgraded my system from RedHat 6.0 to RedHat 6.2.  After doing so, I
noticed that it had broken my KDE.  Apparantly it had moved some libraries to a
directory outside of /etc/ls.so.conf.  I fixed that, but now I notice that the
kdevelop I had installed is also having problems.  It has a segmentation fault
and a core dump when I try to run it.

Not being able to figure out what happened, I reinstalled kdevelop.  Still
getting the seg faults though.  I didn't see anything about this in the User
Manual or any answers in the User Forum.  Tried installing the .RPM as
well but got the following error:

[root:/home/genghis/Tmp]# !rpm
rpm -ivh kdevelop-1.2-1.RH62.i386.rpm 
error: failed dependencies:
        libqt.so.1 is needed by kdevelop-1.2-1
[root:/home/genghis/Tmp]# 

I have libqt.so.1 and the dir is in /etc/ld.so.conf and I have run
ldconfig...:

[root:/home/genghis/Tmp]# ls -la /usr/local/qt/lib/ 
total 2146
drwxr-xr-x    2 genghis  users        1024 Aug 13  1999 .
drwxr-xr-x   13 genghis  users        1024 Aug 13  1999 ..
lrwxrwxrwx    1 genghis  root           13 Aug 13  1999 libqt.so ->
libqt.so.1.44
lrwxrwxrwx    1 genghis  root           13 Aug 13  1999 libqt.so.1 ->
libqt.so.1.44
-rwxr-xr-x    1 genghis  root      2184797 Aug 13  1999 libqt.so.1.44
[root:/home/genghis/Tmp]# 

Additionally the existing binary of kdevelop seems to be seeing all the
necessary libraries:

[root:/home/genghis/Tmp]# ldd /opt/kde/bin/kdevelop 
        libkfile.so.2 => /opt/kde/lib/libkfile.so.2 (0x40015000)
        libXext.so.6 => /usr/X11R6/lib/libXext.so.6 (0x4005f000)
        libqt.so.1 => /usr/local/qt/lib/libqt.so.1 (0x4006b000)
        libX11.so.6 => /usr/X11R6/lib/libX11.so.6 (0x4023e000)
        libkfm.so.2 => /opt/kde/lib/libkfm.so.2 (0x402e3000)
        libkdecore.so.2 => /opt/kde/lib/libkdecore.so.2 (0x402f1000)
        libpng.so.2 => /usr/lib/libpng.so.2 (0x40386000)
        libz.so.1 => /usr/lib/libz.so.1 (0x403b0000)
        libkdeui.so.2 => /opt/kde/lib/libkdeui.so.2 (0x403bf000)
        libm.so.6 => /lib/libm.so.6 (0x404a3000)
        libkimgio.so.2 => /opt/kde/lib/libkimgio.so.2 (0x404c1000)
        libtiff.so.3 => /usr/lib/libtiff.so.3 (0x404c8000)
        libjpeg.so.62 => /usr/lib/libjpeg.so.62 (0x4050b000)
        libkhtmlw.so.2 => /opt/kde/lib/libkhtmlw.so.2 (0x4052a000)
        libjscript.so.2 => /opt/kde/lib/libjscript.so.2 (0x405ac000)
        libdl.so.2 => /lib/libdl.so.2 (0x405c3000)
        libstdc++-libc6.1-1.so.2 => /usr/lib/libstdc++-libc6.1-1.so.2
(0x405c8000)
        libc.so.6 => /lib/libc.so.6 (0x4060a000)
        libstdc++.so.2.8 => /usr/lib/libstdc++.so.2.8 (0x406ff000)
        /lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x40000000)


Have any ideas what could be going on here?



-- 
"Hippocrates after curing many diseases himself fell sick and died."
						--Marcus Aurelius




More information about the KDevelop-devel mailing list