[EMAIL PROTECTED] 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:
gcc -g -O2 -o ldapsearch ldapsearch.o -L/usr/local/BerkeleyDB/lib ./.libs/libldapsearch.a -lldap
./.libs/libldapsearch.a(libldapsearch.o): In function `l_search_alloc':
/app/compile/courier/courier-0.57.0/ldapaddressbook/libldapsearch.c:56: undefined reference to `ldap_initialize'
collect2: ld returned 1 exit status
make[2]: *** [ldapsearch] Error 1
make[2]: Leaving directory `/app/compile/courier/courier-0.57.0/ldapaddressbook'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/app/compile/courier/courier-0.57.0/ldapaddressbook' make: *** [all-recursive] Error 1 Courier 0.53.3 compiled fine a year ago, authlib 0.60.0 also. 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.


Attachment: pgpoilpIhl6Iy.pgp
Description: PGP signature

-------------------------------------------------------------------------
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/listinfo/courier-users

Reply via email to