[Bug 61353] New: configure check failed for Berkeley DB even passing include dirs and lib dirs to configure

Francesco Dandrea francesco.dandrea at telecomitalia.it
Thu Jul 17 11:34:03 UTC 2003


------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
     
http://bugs.kde.org/show_bug.cgi?id=61353     
           Summary: configure check failed for Berkeley DB even passing
                    include dirs and lib dirs to configure
           Product: kdevelop
           Version: unspecified
          Platform: Compiled Sources
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: NOR
         Component: general
        AssignedTo: kdevelop-devel at kdevelop.org
        ReportedBy: francesco.dandrea at telecomitalia.it


Version:           CVS 12/07/2003 (or 07/12/2003 in US format i think) (using KDE Devel)
Installed from:    Compiled sources
Compiler:          gcc 3.2 
OS:          Linux

I installed Berkeley DB version 4.1.25 (compiled from source) in the direcroty /home/sviluppo/BerkeleyDB. I set PATH to /home/sviluppo/BerkeleyDB/bin:$PATH and
LD_LIBRARY_PATH to /home/sviluppo/BerkeleyDB/lib
Then i run configure to build Kdevelop CVS. The berkeley DB was non found. At this point I run configure using the option to add the right include and lib dirs (/home/sviluppo/BerkeleyDB/include and /home/sviluppo/BerkeleyDB/lib).
The check failed again. At this point I edited the configure script, to modify the check ,adding USER_INCLUDE and the other variable to the compile options (sorry, I don't have here the script, and I donn't remember).
At this point all worked fine.
When I compile the include dir was always added, but the lib dir was missing in the makefile of lib/catalog (if I remember right) giving a compile error




More information about the KDevelop-devel mailing list