LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Problem installing KDevelop (https://www.linuxquestions.org/questions/linux-newbie-8/problem-installing-kdevelop-122327/)

lurkergrrl 12-03-2003 12:04 PM

Problem installing KDevelop
 
I'm trying to install KDevelop, but I keep getting this error:

checking for Berkeley DB >= 3... configure: error: no - please install Berkeley
DB >= 3

But I just installed it a few minutes ago! What should I do?

Zerodark 12-03-2003 01:22 PM

Try running ldconfig as root, and if that doesn't work try uninstalling it, and reinstalling it like in the installation documentation again.

Tinkster 12-03-2003 01:26 PM

How did you install BerkleyDB, what method?
And what distro are you on? (Hint: put it in your
user profile, that way people won't have to ask)


Cheers,
Tink

lurkergrrl 12-03-2003 01:47 PM

Zerodark, ldconfig didn't help. :(

Tinkster, I downloaded the tar.gz file, unzipped it, then did ../dist/configure, make, and make install, according to the directions on the website. Everything seemed to install right. I'm on Mandrake Linux 9.1.

Tinkster 12-03-2003 02:06 PM

CHances are that Mandreck won't have your
environment set-up to pick up stuff that lives
in /usr/local (which I assume is the default
location for BDB, too).

Try a
./configure --help
and see whether KDevelop will allow you
to specify the location of the BDB files.


Cheers,
Tink

lurkergrrl 12-03-2003 03:10 PM

Can I re-install it in a different directory? How would I do that?

Tinkster 12-03-2003 03:21 PM

Same thing ...
./configure --prefix=<where/to/put/it>

Use the --help to see details :}


Cheers,
Tink


All times are GMT -5. The time now is 07:29 AM.