php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #4444 undefined symbol: gss_mech_krb5
Submitted: 2000-05-14 18:37 UTC Modified: 2000-05-15 14:16 UTC
From: achanzar at yahoo dot com Assigned:
Status: Closed Package: Installation problem
PHP Version: 3.0.15 OS: Redhat Linux 6.2
Private report: No CVE-ID: None
 [2000-05-14 18:37 UTC] achanzar at yahoo dot com
mySQL-3.22.32-1 was not working with php-3.0.15-2.i386.rpm on the redhat 6.2 release (out of the box).  I tried recompliling the SRPMS but worst had i got, libphp3.so was ruinned!  [ results below ]  So i tried compiling a tar file (same version) from php.net, same problem had occured.   Such a waste repeating those steps for the 8th time :c(
Seems like it was looking for a 'Kerberos' lib... which i havent installed not even once.
-----------------------------------------------
RESULTS:
Starting httpd: Syntax error on line 247 of /etc/httpd/conf/httpd.conf:
Cannot load /etc/httpd/modules/libphp3.so into server: /etc/httpd/modules/libphp3.so: undefined symbol: gss_mech_krb5
-----------------------------------------------
OPTIONS used:
--with-apxs=/usr/sbin/apxs
--with-config-file-path=/etc/httpd
--enable-safe-mode
--with-exec-dir=/usr/bin
--with-system-regex
--disable-debug
--with-zlib=/usr/lib
--with-xml
--with-ftp
--with-mysql
--with-imap
-----------------------------------------------

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2000-05-15 14:16 UTC] sas at cvs dot php dot net
Your imap library has been configured to support Kerberos. You need to link against an additional library. 

For example, if the library is named libkerberos, you configure PHP with

$ LIBS=-lkerberos ./configure --with-imap ...


 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sun Apr 28 23:01:32 2024 UTC