Bug 58741 - courier-imap doesn't find gdbm library, fails to use gdbm
Summary: courier-imap doesn't find gdbm library, fails to use gdbm
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Oliver Lehmann
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-10-30 21:40 UTC by Lucas Madar
Modified: 2003-12-06 17:37 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Lucas Madar 2003-10-30 21:40:06 UTC
courier imap fails to locate gdbm within its configure script. maildrop, another courier program, locates 
gdbm fine, and their databases are incompatible.

Fix: 

Change LDFLAGS.

Temporary fix:
make LDFLAGS+=-L/usr/local/lib
How-To-Repeat: compile the port :)
Comment 1 Lucas Madar 2003-10-30 21:46:44 UTC
This also needs a CFLAGS change to add -I/usr/local/include.
Comment 2 Oliver Lehmann freebsd_committer freebsd_triage 2003-10-30 21:48:35 UTC
Responsible Changed
From-To: freebsd-ports-bugs->oliver

I'll handle that
Comment 3 Oliver Lehmann freebsd_committer freebsd_triage 2003-12-06 17:37:06 UTC
State Changed
From-To: open->closed

Fixed, Thanks for reporting!