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
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
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

Add a Patch

Pull Requests

Add a Pull Request

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-2024 The PHP Group
All rights reserved.
Last updated: Fri Mar 29 06:01:29 2024 UTC