kdevelop problem install


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers kdevelop problem install
# 1  
Old 03-01-2004
kdevelop problem install

Dear All

I am trying to install KDevelop 3.0.0. on Mandrake 9.2. I have installed all the required dependencies but for some reason when I configure KDevelop it can't find Berkeley DB...although I know its on the system. I just installed it. I'm quite perplexed. Can anyone help?

Last line of configure giving error.

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

Although its all here in

/usr/local/BerkeleyDB.3.3

and various db_ files in /usr/bin

How can I tell the install where these files are?

Thanx
# 2  
Old 03-01-2004
Check that your PATH is set to look at /usr/local/BerkeleyDB.3.3 and any bin or sbin directories under it from the account you are using to run the program. You can either add this to your PATH from the command line or put it in the .profile (or appropriate file for your shell).
# 3  
Old 03-02-2004
more problems...

Thanks for that. Now it configures okay...but now I get a problem when I try to 'make'. It tells me there is a problem with autoheader-2.5x, although again, I know it's on the system.

Smilie
# 4  
Old 03-03-2004
I don't know what autoheader-2.5x is, but you again may need to adjust either your PATH or LD_LIBRARY_PATH. LD_LIBRARY_PATH is for searching your Library(ies).
# 5  
Old 03-04-2004
Well. It beat me. I've had Linux a week, and installing stuff is driving me crazy. I think I must have stuffed up the original Linux install.

I have just reformatted and reinstalled Linux and the old kdevelop 2.1 works fine, so for the moment I'll stick with that.

Thanks for the help. I'm sure I'll need more as time goes on

Smilie
 
Login or Register to Ask a Question

Previous Thread | Next Thread

6 More Discussions You Might Find Interesting

1. AIX

Pari GP Install Problem

I'm trying to get Pari/GP installed on AIX 5.3 so that I can install the Math::Pari and Net::SSH::Perl modules. I had some problems with tex and getting the documentation installed so I tried skipping that by simply running 'make gp'. I get a core file and it hangs. Does anyone know if this can be... (1 Reply)
Discussion started by: jursetti
1 Replies

2. UNIX for Dummies Questions & Answers

RPM install problem

I'm trying to install mysql on a server, but I keep getting an error. Can anyone offer any help? Below I've listed a bunch of info that you might find helpful. Here are the commands I'm using. $ ls MySQL-client-community-5.1.35-0.rhel3.i386.rpm... (2 Replies)
Discussion started by: wsetchell
2 Replies

3. Programming

kdevelop build project error

Hi, I am starting to learn how to use KDevelop. I have a console program with .cc, .h and Makefile. To work it in KDevelop, I firstly create a C++ Simple Hello World program, remove the single existing target in the project and also the auto-created main.cpp. Then I copy my .cc and .h files into... (1 Reply)
Discussion started by: flylehe
1 Replies

4. Solaris

problem on install

I install seems corrupt, I feel the kernel is corrupt and would like to set the kernel to the default settings(i heard this will fix the problem) anyone know how to do this? (1 Reply)
Discussion started by: csaunders
1 Replies

5. Linux

KDevelop And Subversion

Hi How I Can Configure KDevelop to Use A Subversion on Local Network System. When I Want to Create New Project, I See A Error With This Message: "Fail to create project directories on repository" What is My Problem??? Help Me Please!!! My KDevelop Version is: 3.0.5 My Subversion is: 1.5.0 ... (0 Replies)
Discussion started by: hotjava
0 Replies

6. AIX

Install Sophos Problem

Dear all, when i try to install sophos to my AIX server, it display the error "/opt/IBM/ITM/bin/unix is not a directory" ( the detail screen is attached). is i need to create that directory manually or there is other situation in here? Thanks Rick Wong (2 Replies)
Discussion started by: rickhlwong
2 Replies
Login or Register to Ask a Question