Date: Wed, 29 Sep 1999 09:33:41 -0500 From: Tony <tbrock@mail.phoenix.net> To: ulmo@earthling.net, freebsd-questions@freebsd.org Subject: openldap-1.2.3 Message-ID: <99092909472600.04970@fdho-w5.fdnet.com>
next in thread | raw e-mail | index | archive | help
Hi! using 3.3-STABLE cvsup'ed. cvsup'ed ports. (as of 9-28) I've a question regarding the FreeBSD port of openldap-1.2.3. The port compiles fine and installs the library fine too. When trying to compile the /usr/ports/www/apache13-php3 port I recieve undefined references within libldap.a. They are kerberos related and I've tried some things to rebuild with kerberos support or whatever is lacking and had little success. The associated errors from the make of apache are cc -DHARD_SERVER_LIMIT=512 -DDEFAULT_PATH=\"/usr/local/bin:/bin:/usr/bin\" -funsigned-char -DTARGET=\"apache\" -DUSE_EXPAT -I./lib/expat-lite -O -pipe `./apaci` -Wl,-E -o apache buildmark.o modules.o modules/standard/libstandard.a modules/php3/libphp3.a main/libmain.a ./os/unix/libos.a ap/libap.a lib/expat-lite/libexpat.a -L/usr/local/lib -R/usr/local/lib -lldap -llber -L/usr/local/lib -Lmodules/php3 -L../modules/php3 -L../../modules/php3 -lmodphp3 -lpam -lm -lcrypt -lcrypt -lgdbm /usr/local/lib/libldap.a(kbind.o): In function `ldap_get_kerberosv4_credentials': kbind.o(.text+0x327): undefined reference to `tkt_string' kbind.o(.text+0x32d): undefined reference to `krb_get_tf_realm' kbind.o(.text+0x33b): undefined reference to `krb_err_txt' kbind.o(.text+0x379): undefined reference to `krb_mk_req' kbind.o(.text+0x387): undefined reference to `krb_err_txt' *** Error code 1 Stop. I've set /etc/make.conf with USA_RESIDENT = YES and tried rebuilding items thinking that something export restricted was preventing a good libldap build without much success. I have an older libldap.a library on another machine that allows everything to build but I'd rather do things the right way if you can point me in the right direction. Any ideas? TIA! Tony To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?99092909472600.04970>