From owner-freebsd-questions Wed Sep 29 7:47: 6 1999 Delivered-To: freebsd-questions@freebsd.org Received: from voyager.c-com.net (voyager.c-com.net [209.127.0.2]) by hub.freebsd.org (Postfix) with ESMTP id 57F6E15306 for ; Wed, 29 Sep 1999 07:46:47 -0700 (PDT) (envelope-from tbrock@mail.phoenix.net) Received: from fdho-w5.fdnet.com (dial27.as1.c-com.net [209.127.52.37]) by voyager.c-com.net (8.9.3/8.9.1) with SMTP id JAA15023; Wed, 29 Sep 1999 09:46:42 -0500 (CDT) From: Tony Reply-To: tbrock@mail.phoenix.net Organization: NA To: ulmo@earthling.net, freebsd-questions@freebsd.org Subject: openldap-1.2.3 Date: Wed, 29 Sep 1999 09:33:41 -0500 X-Mailer: KMail [version 1.0.21] Content-Type: text/plain MIME-Version: 1.0 Message-Id: <99092909472600.04970@fdho-w5.fdnet.com> Content-Transfer-Encoding: 8bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG 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