Has anyone come up with a procedure to get all of the above compiled and working properly with each other?
Actually, SASL support in Postfix isn't 100% necessary in my case, but even trying to build Postfix w/o SASL support is resulting in the fol- lowing: /ilocal/bin/cc -O2 -pipe -I/ilocal/include -DDEF_CONFIG_DIR=\"/ilocal/etc/postfix\" -DHAS_DB -DHAS_PCRE -DUSE_SASL_AUTH -I/ilocal/include/sasl -I/ilocal/include -DHAS_SSL -DHAS_LDAP -DUSE_SOFTLIMITONLY -DHAS_POSIX_REGEXP -Dstrcasecmp=fix_strcasecmp -Dstrncasecmp=fix_strncasecmp -g -O -I. -I../../include -DSUNOS5 -o error error.o ../../lib/libmaster.a ../../lib/libglobal.a ../../lib/libutil.a -L/ilocal/lib -ldb -lpcre -lsasl2 -lcrypt -ldl -lssl -lcrypto -lldap -llber -lssl -lcrypto -L/ilocal/lib -lfsl -lsocket -lnsl -lresolv -lsocket -lnsl /ilocal/lib/libldap.a(cyrus.o)(.text+0x94): In function `ldap_int_sasl_init': : undefined reference to `sasl_version' /ilocal/lib/libldap.a(cyrus.o)(.text+0x11c): In function `ldap_int_sasl_init': : undefined reference to `sasl_client_init' /ilocal/lib/libldap.a(cyrus.o)(.text+0x1b0): In function `sb_sasl_setup': : undefined reference to `sasl_getprop' /ilocal/lib/libldap.a(cyrus.o)(.text+0x4a0): In function `sb_sasl_read': : undefined reference to `sasl_decode' /ilocal/lib/libldap.a(cyrus.o)(.text+0x4f4): In function `sb_sasl_read': : undefined reference to `sasl_errstring' /ilocal/lib/libldap.a(cyrus.o)(.text+0x690): In function `sb_sasl_write': : undefined reference to `sasl_encode' /ilocal/lib/libldap.a(cyrus.o)(.text+0x6c8): In function `sb_sasl_write': : undefined reference to `sasl_errstring' /ilocal/lib/libldap.a(cyrus.o)(.text+0x8f0): In function `ldap_int_sasl_open': : undefined reference to `sasl_client_new' /ilocal/lib/libldap.a(cyrus.o)(.text+0x9ac): In function `ldap_int_sasl_close': : undefined reference to `sasl_dispose' /ilocal/lib/libldap.a(cyrus.o)(.text+0xa70): In function `ldap_int_sasl_bind': : undefined reference to `sasl_setprop' /ilocal/lib/libldap.a(cyrus.o)(.text+0xa9c): In function `ldap_int_sasl_bind': : undefined reference to `sasl_client_start' /ilocal/lib/libldap.a(cyrus.o)(.text+0xb98): In function `ldap_int_sasl_bind': : undefined reference to `sasl_client_step' /ilocal/lib/libldap.a(cyrus.o)(.text+0xc2c): In function `ldap_int_sasl_bind': : undefined reference to `sasl_getprop' /ilocal/lib/libldap.a(cyrus.o)(.text+0xc68): In function `ldap_int_sasl_bind': : undefined reference to `sasl_getprop' /ilocal/lib/libldap.a(cyrus.o)(.text+0xd14): In function `ldap_int_sasl_bind': : undefined reference to `sasl_errdetail' /ilocal/lib/libldap.a(cyrus.o)(.text+0xd48): In function `ldap_int_sasl_bind': : undefined reference to `sasl_errdetail' /ilocal/lib/libldap.a(cyrus.o)(.text+0xe68): In function `ldap_int_sasl_bind': : undefined reference to `sasl_errdetail' /ilocal/lib/libldap.a(cyrus.o)(.text+0xf34): In function `ldap_int_sasl_external': : undefined reference to `sasl_setprop' /ilocal/lib/libldap.a(cyrus.o)(.text+0xf58): In function `ldap_int_sasl_external': : undefined reference to `sasl_setprop' /ilocal/lib/libldap.a(cyrus.o)(.text+0x1320): In function `ldap_int_sasl_get_option': : undefined reference to `sasl_getprop' /ilocal/lib/libldap.a(cyrus.o)(.text+0x13d4): In function `ldap_int_sasl_set_option': : undefined reference to `sasl_setprop' collect2: ld returned 1 exit status make: *** [error] Error 1 make: *** [update] Error 1 ______________________________________________________________________ The OpenPKG Project www.openpkg.org User Communication List [EMAIL PROTECTED]
