php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #11877 Apache cannot load phplib4.so
Submitted: 2001-07-04 08:48 UTC Modified: 2001-07-08 17:13 UTC
From: dmmedia at hot dot ee Assigned:
Status: Closed Package: Compile Failure
PHP Version: 4.0.6 OS: Redhat linux 6.2
Private report: No CVE-ID: None
 [2001-07-04 08:48 UTC] dmmedia at hot dot ee
I've compiled php4 with:
--with-apxs
--with-mysql
--disable-magic-quotes
--enable-short-tags
--with-imap
And Apache said that it cannot load phplib4.so module, because of undefined symbol: gss_mech_krb5.

Also I tried to add
--without-kerberos
--without-imap-ssl
But file size was the same and Apache said the same error.

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2001-07-04 09:09 UTC] rasmus@php.net
You need to use --with-kerberos because the version of the imap libs you are trying to link against have been linked against kerberos.
 [2001-07-04 09:52 UTC] dmmedia at hot dot ee
I tried to compile with --with-kerberos=path/to/kerberos but nothing has changed. Also phplib4.so size was the same.
 [2001-07-04 12:47 UTC] sniper@php.net
'rm config.cache ; ./configure <with your options + --with-kerberos ; make clean ; make install'

--Jani

 [2001-07-05 03:42 UTC] dmmedia at hot dot ee
I did so, and nothing changed.

I've reinstalled imap now without kerberos support and trying to compile with it.
 [2001-07-05 04:29 UTC] dmmedia at hot dot ee
Kerberos error gone, but came ssl error:
undefined symbol: SSL_CTX_set_tmp_rsa_callback

It appears( in Apache) with and without -imap-ssl
--with-imap-ssl
--without-imap-ssl
 [2001-07-08 17:13 UTC] sniper@php.net
This is fixed in CVS. As a workaround, use also --with-openssl in your configure line.

 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Apr 19 06:01:29 2024 UTC