php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #21242 cannot locate Kerberos libraries (--with-imap, --wipe-kerberos)
Submitted: 2002-12-28 07:17 UTC Modified: 2003-01-11 11:22 UTC
Votes:2
Avg. Score:5.0 ± 0.0
Reproduced:2 of 2 (100.0%)
Same Version:2 (100.0%)
Same OS:2 (100.0%)
From: beerman at divx dot com dot pl Assigned:
Status: Not a bug Package: Compile Failure
PHP Version: 4.3.0 OS: Red Hat 7.1
Private report: No CVE-ID: None
 [2002-12-28 07:17 UTC] beerman at divx dot com dot pl
./configure --with-apache=../apache_1.3.27
--with-mysql=/usr --with-gettext --enable-track-vars --with-imap=/usr --with-kerberos --with-imap-ssl --enable-trans-id

Results in configure error :

configure: error: Kerberos libraries not found.

      Check the path given to --with-kerberos (if no path is given, searches in /usr/kerberos, /usr/local and /usr )

-----------------

Kerberos libraries are properly installed as usual in /usr/kerberos/lib :

[root@pajonk lib]# ls -la /usr/kerberos/lib
total 1096
drwxr-xr-x    2 root     root         4096 Dec 28 13:59 .
drwxr-xr-x    7 root     root         4096 Mar 30  2001 ..
lrwxrwxrwx    1 root     root           17 Feb 10  2002 libcom_err.so.3 -> libcom_err.so.3.0
-rwxr-xr-x    1 root     root         5881 Mar 30  2001 libcom_err.so.3.0
lrwxrwxrwx    1 root     root           16 Feb 10  2002 libdes425.so.3 -> libdes425.so.3.0
-rwxr-xr-x    1 root     root        14459 Mar 30  2001 libdes425.so.3.0
lrwxrwxrwx    1 root     root           13 Feb 10  2002 libdyn.so.1 -> libdyn.so.1.0
-rwxr-xr-x    1 root     root         9598 Mar 30  2001 libdyn.so.1.0
lrwxrwxrwx    1 root     root           21 Feb 10  2002 libgssapi_krb5.so.2 -> libgssapi_krb5.so.2.2
-rwxr-xr-x    1 root     root        86532 Mar 30  2001 libgssapi_krb5.so.2.2
lrwxrwxrwx    1 root     root           16 Feb 10  2002 libgssrpc.so.3 -> libgssrpc.so.3.0
-rwxr-xr-x    1 root     root        89826 Mar 30  2001 libgssrpc.so.3.0
lrwxrwxrwx    1 root     root           18 Feb 10  2002 libk5crypto.so.3 -> libk5crypto.so.3.0
-rwxr-xr-x    1 root     root        73926 Mar 30  2001 libk5crypto.so.3.0
lrwxrwxrwx    1 root     root           19 Feb 10  2002 libkadm5clnt.so.4 -> libkadm5clnt.so.4.0
-rwxr-xr-x    1 root     root        75536 Mar 30  2001 libkadm5clnt.so.4.0
lrwxrwxrwx    1 root     root           18 Feb 10  2002 libkadm5srv.so.4 -> libkadm5srv.so.4.0
-rwxr-xr-x    1 root     root       105053 Mar 30  2001 libkadm5srv.so.4.0
lrwxrwxrwx    1 root     root           14 Feb 10  2002 libkdb5.so.3 -> libkdb5.so.3.0
-rwxr-xr-x    1 root     root        88685 Mar 30  2001 libkdb5.so.3.0
lrwxrwxrwx    1 root     root           14 Feb 10  2002 libkrb4.so.2 -> libkrb4.so.2.0
-rwxr-xr-x    1 root     root        75685 Mar 30  2001 libkrb4.so.2.0
lrwxrwxrwx    1 root     root           14 Feb 10  2002 libkrb5.so.3 -> libkrb5.so.3.0
-rwxr-xr-x    1 root     root       414190 Mar 30  2001 libkrb5.so.3.0
lrwxrwxrwx    1 root     root           13 Feb 10  2002 libpty.so.1 -> libpty.so.1.1
-rwxr-xr-x    1 root     root        12995 Mar 30  2001 libpty.so.1.1



Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2002-12-28 07:27 UTC] beerman at divx dot com dot pl
.
 [2002-12-28 08:13 UTC] iconmans at yahoo dot com
try creating a softlink to the files not found.

eg: libdyn.so to libdyn.so.1.0.

This worked several times for me.
 [2003-01-11 11:22 UTC] helly@php.net
Thank you for taking the time to write to us, but this is not
a bug. Please double-check the documentation available at
http://www.php.net/manual/ and the instructions on how to report
a bug at http://bugs.php.net/how-to-report.php

As iconmans@yahoo.com  wrote you need a symlink which should be done by a normal make install or rpm call.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Oct 17 17:01:27 2024 UTC