CentOS 6 x86_64 + PHP5.2 + IMAP Fails

digi

Verified User
Joined
May 18, 2006
Messages
67
Code:
Linux hostname 2.6.32-71.29.1.el6.x86_64


Code:
[root@hostname custombuild]# ./build php n
File already exists:	php-5.2.17.tar.gz
MD5 Checksum on php-5.2.17.tar.gz passed.
File already exists:	php-5.2.17-mail-header.patch
MD5 Checksum on php-5.2.17-mail-header.patch passed.
Found /usr/local/directadmin/custombuild/php-5.2.17.tar.gz
Extracting ...
.........
.........
.........

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 )

Code:
[root@hostname]# locate kerberos
/etc/selinux/targeted/modules/active/modules/kerberos.pp
/usr/share/doc/krb5-devel-1.8.2/krb5-protocol/draft-ietf-cat-kerberos-pk-init-09.txt
/usr/share/man/man1/kerberos.1.gz
/usr/share/man/man8/kerberos_selinux.8.gz
/usr/share/man/ru/man8/kerberos_selinux.8.gz
/usr/share/selinux/devel/include/services/kerberos.if
/usr/share/selinux/targeted/kerberos.pp.bz2

Code:
[root@hostname]# yum install krb5 krb5-devel pam-devel
Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
 * base: ftp.nluug.nl
 * extras: ftp.nluug.nl
 * updates: ftp.nluug.nl
Setting up Install Process
No package krb5 available.
Package krb5-devel-1.8.2-3.el6_0.7.x86_64 already installed and latest version
Package pam-devel-1.1.1-4.el6_0.1.x86_64 already installed and latest version
Nothing to do

Who has the wright hint for me..??

Many thanks!
 
The links is not the solution.
I have install that before i install directadmin.
At this moment i have not found a solution because this link doens't work:

ln -s /usr/lib64 /usr/kerberos/lib

Greetz,
 
I have solved to tho this.
it seems that the i686 packages are not installed by default.
I have this to solved it:

yum install libc-client.i686 libc-client-devel.i686

And now i have no errors at all.

Greetz
 
Hello,

Sorry for the late reply.
My post before is not the good solution.
Its seems that da nod fully installed kerberos.
What i have done is the following:
yum install krb5-appl-clients.x86_64 or
yum install krb5-appl-servers.x86_64
And then i get imap supported in php.

Greetz,

Michaël Jonkers
 
Back
Top