php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #18476 imap + kerberos + lgssapi_krb5
Submitted: 2002-07-22 16:59 UTC Modified: 2002-07-22 21:05 UTC
From: quelrod at yahoo dot com Assigned:
Status: Not a bug Package: Compile Failure
PHP Version: 4.2.1 OS: openbsd 3.1
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: quelrod at yahoo dot com
New email:
PHP Version: OS:

 

 [2002-07-22 16:59 UTC] quelrod at yahoo dot com
./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.  

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2002-07-22 21:05 UTC] sniper@php.net
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-12-02 07:09 UTC] denis at octopodus dot com
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
 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Sat Jul 19 19:00:03 2025 UTC