php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #4424 Undefined symbol gss_mech_krb5
Submitted: 2000-05-12 10:38 UTC Modified: 2000-10-19 18:48 UTC
From: alessio dot spadaro at petemark dot net Assigned:
Status: Closed Package: IMAP related
PHP Version: 4.0 Release Candidate 2 OS: RedHat 6.2
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: alessio dot spadaro at petemark dot net
New email:
PHP Version: OS:

 

 [2000-05-12 10:38 UTC] alessio dot spadaro at petemark dot net
Altought the compilation process completes, apache doesnn't start, saying "undefined symbol gss_mech_krb5"
All works fine disabling imap support
PHP 4RC2
Apache,IMAP and everything else from the RedHat6.2 standard
No other packages installed

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2000-05-31 07:52 UTC] joey at cvs dot php dot net
Looks as though your libc-client was linked against
kerberos libs.

This appears to be standard with RedHat 6.2, as there 
is at least one duplicate of this bug...#4687.

I would reccomend getting the libc-client.a source
from U. Wash. and compiling it yourself, or tracking
down whichever lib it is that defines this symbol and
adding it to your EXTRA_LIBS in you apache Makefile.

 [2000-05-31 07:52 UTC] joey at cvs dot php dot net
Looks as though your libc-client was linked against
kerberos libs.

This appears to be standard with RedHat 6.2, as there 
is at least one duplicate of this bug...#4687.

I would reccomend getting the libc-client.a source
from U. Wash. and compiling it yourself, or tracking
down whichever lib it is that defines this symbol and
adding it to your EXTRA_LIBS in you apache Makefile.

 [2000-06-01 07:19 UTC] joey at cvs dot php dot net
>From: Steve Langasek <vorlon@netexpress.net>
>
>The following line should be used when linking in libc-client under RedHat
>6.2:
>"-L/usr/kerberos/lib -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err"
>
>However, it seems to me that this should be passed as an option to the PHP
>build instead of being set in the Apache Makefile.


Thanks, Steve! And you are right about passing options to PHP build...it was
VERY early (or possibly very late).


 [2000-10-19 18:48 UTC] rasmus@php.net
This issue is now properly fixed by configuring PHP using --with-kerberos
 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Sun Jul 06 17:01:33 2025 UTC