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!