Issue 86 - How do I specify where gdbm is?
Summary: How do I specify where gdbm is?
Status: VERIFIED FIXED
Alias: None
Product: OpenLDAP
Classification: Unclassified
Component: build (show other issues)
Version: unspecified
Hardware: All All
: --- normal
Target Milestone: ---
Assignee: OpenLDAP project
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 1999-03-02 16:39 UTC by Michael Feng
Modified: 1999-03-02 17:43 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this issue.
Description Michael Feng 1999-03-02 16:39:08 UTC
Hi There,

I do not have gdbm installed on my system but have the header files and
library
in my local directory. How can I tell configure to recognize the
directory?

Thanks,
Mike

Comment 1 Hallvard Furuseth 1999-03-02 17:26:05 UTC
> I do not have gdbm installed on my system but have the header files and
> library
> in my local directory. How can I tell configure to recognize the
> directory?

If you have gdbm.h in /foobar/include/ and libgdbm.a in /foobar/lib/:

  env CPPFLAGS="-I/foobar/include" LDFLAGS="-L/foobar/lib" ./configure

You should probaby do `rm config.cache' first to get rid of the setup
from the previous configuration, if any.

-- 
Hallvard
Comment 2 Hallvard Furuseth 1999-03-02 17:41:28 UTC
moved from Incoming to Build
Comment 3 Hallvard Furuseth 1999-03-02 17:43:13 UTC
changed state Open to Closed