![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| UNIX for Dummies Questions & Answers If you're not sure where to post a UNIX or Linux question, post it here. All UNIX and Linux newbies welcome !! |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Problem after Install SUN solaris x86 | quan0509 | SUN Solaris | 7 | 07-24-2008 01:07 PM |
| KDevelop 3.5.2 (Default branch) | iBot | Software Releases - RSS News | 0 | 05-19-2008 05:10 PM |
| KDevelop 3.5.1 (Default branch) | iBot | Software Releases - RSS News | 0 | 02-20-2008 12:10 PM |
| The problem after install gcc on AIX 5.3 | zither | AIX | 1 | 01-01-2008 09:44 PM |
| problem on install | csaunders | SUN Solaris | 0 | 10-25-2005 06:58 AM |
|
|
Submit Tools | LinkBack | Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
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 |
| Forum Sponsor | ||
|
|
|
#2
|
||||
|
||||
|
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
|
|||
|
|||
|
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.
|
|
#4
|
||||
|
||||
|
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
|
|||
|
|||
|
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 |
|||
| Google The UNIX and Linux Forums |