LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Circular dependency (https://www.linuxquestions.org/questions/linux-software-2/circular-dependency-159747/)

sarah_t_s 03-20-2004 08:28 PM

Well I'm a :newbie: so don't know how much help I can be but....

glibc or at least parts of it had better be installed... my understanding is that glibc is pretty fundemental to the running of Linux. However most distro's split things like this in to several smaller chunks as you've discovered.
Run through the installer for Red Hat (it was Red Hat you use right?) look for something called "glibc-devel" or similar; this should provide the libraries it's looking for (a lot of distro's don't actually stick the loadable modules/source for stuff in unless you explicitly tell them).

libdb-4.1.so is needed by kdevelop-3.0.2-0.1

well, I recognise the db-4 bit. It might be the Berkley DB routines it wants... kinda makes sense condisering what KDevelop is :) Again hunt through the installer for your distro and look for Berkley Database, install anything marked as -devel for it and that should hopefully be that :)

Try boshing the Kdevelop install again. Also you might find when install KDE 3.2.x that it's better to install the Qt rpms first, then arts and then the KDE stuff.

c0d1f1ed 03-21-2004 06:01 AM

Hi Sarah,

glibc is installed, I'm sure, but it's an older version. So I tried to update it but it has several dependencies, and something that looks like a circular dependency. I tried to --force it, but Linux crashed and I had to install everything anew. :(

Now I've run the installer again and installed every package on the three Red Hat CDs. Still I'm getting this trouble though. Thanks for the hints about Berkley DB and KDE 3.2, I'll try it out!

I think I kindof gave it up already. I could just debug the application with 'medival' tools like a log file...

Thank you!


All times are GMT -5. The time now is 01:57 AM.