4 messages in net.sourceforge.lists.courier-users[courier-users] trouble compiling Cou...
FromSent OnAttachments
PetroMay 14, 2000 11:40 pm 
PetroMay 15, 2000 9:53 pm 
PetroMay 15, 2000 10:49 pm 
PetroMay 16, 2000 12:00 am 
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:[courier-users] trouble compiling Courier on OPENBSD machine.Actions...
From:Petro (pet@suba.com)
Date:May 14, 2000 11:40:48 pm
List:net.sourceforge.lists.courier-users

I am attempting to compile, install, and play with Courier on a i386 OpenBSD box, and I am running across this little problem in soxwrap:

soxwrap.c: In function `dl_get': soxwrap.c:115: `RTLD_NOW' undeclared (first use in this function) soxwrap.c:115: (Each undeclared identifier is reported only once soxwrap.c:115: for each function it appears in.)

I used the following command to kick off the configuration script:

CPPFLAGS="-I /usr/local/include" LDFLAGS="-L /usr/local/lib" ./configure --with-db=gdbm --enable-mimetypes

Thanks.