dbTalk Databases Forums  

BDB and KDevelop issues

comp.databases.berkeley-db comp.databases.berkeley-db


Discuss BDB and KDevelop issues in the comp.databases.berkeley-db forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Varun Sinha
 
Posts: n/a

Default BDB and KDevelop issues - 10-04-2003 , 02:46 AM






I download the tar/gzip archive and complied BDB and it compiled
sucessfully.

(It ended with

creating db_verify
/bin/sh ./libtool --mode=execute true db_verify

so I am assuming it was successful)

But when I try and compile KDevelop 3.0a5, it says

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

The BDB version was 4.1.25 from the sleepycat site.

What am I doing wrong?

Thanks,

Varun

Reply With Quote
  #2  
Old   
Emiliano Heyns
 
Posts: n/a

Default Re: BDB and KDevelop issues - 10-04-2003 , 06:49 AM






Varun Sinha wrote:
Quote:
I download the tar/gzip archive and complied BDB and it compiled
sucessfully.

(It ended with

creating db_verify
/bin/sh ./libtool --mode=execute true db_verify

so I am assuming it was successful)

But when I try and compile KDevelop 3.0a5, it says

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

The BDB version was 4.1.25 from the sleepycat site.

What am I doing wrong?
What platform are you using? If Linux, you must add the berkeley DB
library directory (/usr/local/BerkeleyDB.4.1/lib by default) to your
ld.so.conf and re-run ldconfig.

Emiliano



Reply With Quote
  #3  
Old   
Hans-Bernhard Broeker
 
Posts: n/a

Default Re: BDB and KDevelop issues - 10-05-2003 , 03:47 PM



In comp.databases.berkeley-db Varun Sinha <vsinha (AT) purdue (DOT) edu> wrote:
Quote:
I download the tar/gzip archive and complied BDB and it compiled
sucessfully.

(It ended with

creating db_verify
/bin/sh ./libtool --mode=execute true db_verify

so I am assuming it was successful)
I'm not sure, but this looks like you didn't actually install the
library yet --- you're lacking the concluding "make install" run.

Quote:
But when I try and compile KDevelop 3.0a5, it says

checking for Berkeley DB >= 3... configure: error: no - please install
Berkeley DB >= 3
Given the default location Berkeley DB installs itself to, and which
is not on the default system-wide library search path, you'll have to
inform your applications where to look for the library. If you're
going to use a dynamic library, you'll have to tell the runtime linker
about that place too.

For details of how to do that, check the INSTALL document of the
application, and the output of "./configure --help".
--
Hans-Bernhard Broeker (broeker (AT) physik (DOT) rwth-aachen.de)
Even if all the snow were burnt, ashes would remain.


Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.