LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   KDE problem with upgrade (https://www.linuxquestions.org/questions/linux-software-2/kde-problem-with-upgrade-172063/)

54\/4g3 04-19-2004 10:40 AM

KDE problem with upgrade
 
I recently upgraded my machine to KDE 3.2, and now several KDE apps that worked in KDE 3.1.4 now no longer work. The apps that I have noticed so far are kmuddy, and k3b. Whenever I try to run them, they just return a segmentation fault. I tried reinstalling kmuddy from the RPM, but it still produces the same results whenever I try to run it. I tried reinstalling it from the sources, but it won't get past the configure, with the error:

checking if UIC has KDE plugins available... configure: error: not found - you need to install kdelibs first.


But I have kdelibs and kdelibs-devel both installed. I haven't tried reinstalling superkaramba or k3b, but I think all three apps have the same problem. I'm running fedora core 1. Can anyone help me?

I think I may have more than one version of QT installed (3.1 and 3.2), but the rpm database doesn't show anything. It may have been installed by a tarball. Where can I check to see if it is installed?

Thanks in advance....

worzel 04-19-2004 12:13 PM

When you did the upgrade it should have required you to uninstall k3b which you obviously then have to re-install again afterwards.
When you upgrade, kdelibs/arts/qt3 all have to be installed first, then ideally kdebase3, then everything else in any order you want. If you didn't do it in that sequence it may possibly be a cause of your problems.
Jim

54\/4g3 04-20-2004 12:26 PM

...
 
I re-installed them, but it didn't help. Here's how I did it:
(sorry it is a little messy, it didn't come out exactly right, but you can get the idea...)

<--begin copy-->

[root@gimli 1st]# rpm -ivh *rpm
Preparing... ###########################################
[100%]
1:qt
########################################### [ 25%]
2:arts
########################################### [ 50%]
3:redhat-artwork
########################################### [ 75%]
4:kdelibs
########################################### [100%]
[root@gimli 1st]# cd ..
[root@gimli kde3.2fedora]# mkdir 2nd
[root@gimli kde3.2fedora]# mv kdebase-3.2.0-0.1.i386.rpm 2nd/
[root@gimli kde3.2fedora]# cd 2nd/
[root@gimli 2nd]# rpm -ivh *rpm
Preparing... ###########################################
[100%]
1:kdebase
########################################### [100%]
[root@gimli 2nd]# cd ..
[root@gimli kde3.2fedora]# rpm -ivh *rpm
Preparing... ###########################################
[100%]
1:qt-devel
########################################### [ 3%]
2:kdelibs-devel
########################################### [ 6%]
3:kdemultimedia
########################################### [ 8%]
4:kdegames
########################################### [ 11%]
5:kdeaddons
########################################### [ 14%]
6:qt-designer
########################################### [ 17%]
7:quanta
########################################### [ 19%]
8:kdeutils
########################################### [ 22%]
9:kdesdk
########################################### [ 25%]
10:kdepim
########################################### [ 28%]
11:kdenetwork
########################################### [ 31%]
12:kdegraphics
########################################### [ 33%]
13:kdeedu
########################################### [ 36%]
14:kdebindings
########################################### [ 39%]
15:kdeartwork
########################################### [ 42%]
16:arts-devel
########################################### [ 44%]
17:kdeaccessibility
########################################### [ 47%]

18:kdeaddons-atlantikdesig########################################### [ 50%]
19:kdeadmin
########################################### [ 53%]
20:kdeartwork-icons
########################################### [ 56%]
21:kdebase-devel
########################################### [ 58%]
22:kdebindings-devel
########################################### [ 61%]
23:kdeedu-devel
########################################### [ 64%]
24:kdegames-devel
########################################### [ 67%]
25:kdegraphics-devel
########################################### [ 69%]
26:kdemultimedia-devel
########################################### [ 72%]
27:kdenetwork-devel
########################################### [ 75%]
28:kdepim-devel
########################################### [ 78%]
29:kdesdk-devel
########################################### [ 81%]
30:kdetoys
########################################### [ 83%]
31:kdeutils-devel
########################################### [ 86%]
32:kdevelop
########################################### [ 89%]
33:qt-MySQL
########################################### [ 92%]
34:qt-ODBC
########################################### [ 94%]
35:qt-PostgreSQL
########################################### [ 97%]
36:quanta-devel
########################################### [100%]

<--end screen copy-->

Yes, I'm running Fedora Core 1. I had to install redhat-artwork, because of a dependency with kdelibs.

So, that's what I did, but it didn't make any difference. I suppose I should mention that I did uninstall all of the KDE packages before installing them again.


Thanks for any help!


All times are GMT -5. The time now is 08:35 PM.