This is a discussion on Re: [courier-users] Error Compiling Courier 0.57.0 within the Courier-Imap forums, part of the Mail Servers and Related category; Sam Varshavchik writes: > gebhard@thierfreund.de writes: > >> Hi all, >> >> just trying to ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
Sam Varshavchik writes:
> gebhard@thierfreund.de writes: > >> Hi all, >> >> just trying to compile Courier 0.57.0 on a Solaris 10 x86 box. >> >> Configure: >> ./configure --prefix=/app/courier --without-stdheaderdir >> --with-mailuser=courier --with-mailgroup=courier >> CPPFLAGS="-I/usr/local/BerkeleyDB/include -I/app/courier/include" >> LDFLAGS=-L/usr/local/BerkeleyDB/lib CCLD=/usr/local/gt-compile/bin/ld >> CXXLD=/usr/local/gt-compile/bin/ld LD=/usr/local/gt-compile/bin/ld >> --without-tcpddns --enable-unicode --enable-https=auto >> --with-waitfunc=wait3 >> >> Compiler: >> gcc (GCC) 3.4.6 >> >> Error Message: [...] >> Any ideas? More information needed? > > For now, you need to install OpenLDAP. 0.57.0 uses an LDAP interface > that's apparently only implemented in OpenLDAP, and is missing from Sun's > native LDAP libraries. Thanks, compiled & installed OpenLDAP libs 2.3.38. Make clean, then configure and make again. Now I get the following error: gcc -Wall -I./.. -I.. -I./../afx -I./../rfc822 -I./libs -D_AVL_H -o webmlm webmlm.o -L/usr/local/BerkeleyDB/lib ../cgi/.libs/libcgi.a .../cgi/.libs/libcgi.a(cgidaemon.o): In function `send_environ': cgidaemon.c:(.text+0x69c): undefined reference to `sendmsg' .../cgi/.libs/libcgi.a(cgidaemon.o): In function `cgi_connectdaemon': cgidaemon.c:(.text+0xa8e): undefined reference to `socket' cgidaemon.c:(.text+0xb09): undefined reference to `connect' cgidaemon.c:(.text+0xc46): undefined reference to `getsockopt' collect2: ld returned 1 exit status make[3]: *** [webmlm] Error 1 make[3]: Leaving directory `/app/compile/courier/courier-0.57.0/courier' make[2]: *** [all-recursive] Error 1 make[2]: Leaving directory `/app/compile/courier/courier-0.57.0/courier' make[1]: *** [all] Error 2 make[1]: Leaving directory `/app/compile/courier/courier-0.57.0/courier' make: *** [all-recursive] Error 1 Any idea? Thanks again in advance. Gebhard PS: Sorry Sam, didn't intend to write to you personally instead to the list. ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2005. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ courier-users mailing list courier-users@lists.sourceforge.net Unsubscribe: https://lists.sourceforge.net/lists/.../courier-users |