ID:               18476
 Comment by:       [EMAIL PROTECTED]
 Reported By:      [EMAIL PROTECTED]
 Status:           Bogus
 Bug Type:         Compile Failure
 Operating System: openbsd 3.1
 PHP Version:      4.2.1
 New Comment:

Hello,

It seems that openbsd put the required asn1 stuff in libasn1, not
k5crypto

for now 
sed "s/-lk5crypto/-lasn1/" configure > configure
should do the trick


Previous Comments:
------------------------------------------------------------------------

[2002-07-22 21:05:17] [EMAIL PROTECTED]

It really isn't our fault if your system doesn't have the
necessary libs..just install them and make sure the header
files are under same prefix.


------------------------------------------------------------------------

[2002-07-22 16:59:25] [EMAIL PROTECTED]

./configure --with-mysql --with-gettext --with-xml
--with-apxs=/usr/local/apache/bin/apxs --with-imap --with-kerberos
--with-imap-ssl

imap says kerberos and imap-ssl are required bc the openbsd 3.1 package
for c-client has them compiled in

gcc -o conftest -g -O2  -DMOD_SSL=208110 -DEAPI -DUSE_EXPAT 
-R/usr/local/lib -L/usr/local/lib conftest.c -lintl -lresolv -lm 
-lresolv -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err 1>&5
ld: -lgssapi_krb5: no match
collect2: ld returned 1 exit status

it would appear i'm missing some kerberos libs.  There are no other
kerberos packages in the ports collection.  

If I indeed need this lib it's apparantly not required by a kerberos
install as openbsd does this by default.  

------------------------------------------------------------------------


-- 
Edit this bug report at http://bugs.php.net/?id=18476&edit=1

Reply via email to