php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #6211 problems when including as an apache module with imap support
Submitted: 2000-08-17 06:35 UTC Modified: 2000-08-22 11:32 UTC
From: sozzi at netw dot it Assigned:
Status: Closed Package: Installation problem
PHP Version: 4.0.1pl2 OS: Linux 2.2.16-3 (RedHat 6.2)
Private report: No CVE-ID: None
 [2000-08-17 06:35 UTC] sozzi at netw dot it
We were trying to compile apache including the php module builded with imap support but one of the makefiles automatically created by apache seems to lack a kerberos library.

php was configured with:
./configure --with-mysql --with-apache=../apache_1.3.12 --enable-track-vars --with-xml --with-imap

The makefile is: APACHE_INSTALLATION_DIR/src/Makefile
the missing file is: /usr/kerberos/lib/libgssapi_krb5.a

We hand-edited APACHE_INSTALLATION_DIR/src/Makefile after running configure and added the missing library:
EXTRA_LIBS=-L/usr/kerberos/lib -lgssapi_krb5
This worked but can't' obviously be considered a fix !

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2000-08-17 19:47 UTC] sniper@php.net
If I remember correctly Rasmus fixed this in the CVS a while ago.
Please try out CVS or snapshot from http://snaps.php.net/ and report back whether
this problem persists or not.

--Jani
 [2000-08-22 11:32 UTC] rasmus@php.net
Yes, this is fixed.  Grab a snapshot release of PHP from http://snaps.php.net and add --with-kerberos to your PHP configure line.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Tue Mar 19 10:01:30 2024 UTC