|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
[2002-06-28 15:58 UTC] quelrods at mail dot utexas dot edu
./configure --with-mysql --with-gettext --with-xml --with-ftp --with-apxs=/usr/local/apache/bin/apxs --with-imap --with-kerberos --with-imap-ssl if i do a --with-map it says i must enable kerberos bc the imap lib and subsquently ssl removing the imap, kerberos, and imap-ssl resules in a working php module...configs/compiles fine however when i try to even do a httpd -t i get: /usr/local/apache/bin/httpd -t /usr/libexec/ld.so: Undefined symbol "_GSS_C_NT_HOSTBASED_SERVICE" in httpd:/usr/local/lib/libc-client.so.4.0 PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
|
|||||||||||||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Tue Dec 23 12:00:01 2025 UTC |
from debug.log 15 gcc -o conftest -g -O2 -DMOD_SSL=208110 -DEAPI -DUSE_EXPAT -R/usr/local/lib -L/u sr/local/lib -R/lib -L/lib conftest.c -lintl -lresolv -lm -lresolv -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err 1>&5 16 ld: -lgssapi_krb5: no match 17 collect2: ld returned 1 exit status issue w/ a kerberos library..i tried recompiling imap instead of the openbsd package to disable kerberos to no avail...i don't even want kerberos but bc imap linked it php wants it too..any thoughts on how to get php to match all the libs prop ?