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
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).
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.
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).