PDA

View Full Version : Cant install php 4 on centos 5 64 bit, please help !!


Dj-Grobe
01-09-2008, 01:47 PM
I need install on thsi server php 4 due the script run on thsi server just work with php 4
I trying compile form source, source provided by iworx, and have this error.

checking for crypt in -lcrypt... yes
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 )

error: Bad exit status from /var/tmp/rpm-tmp.79829 (%build)



rpm -qa krb5-devel
krb5-devel-1.6.1-17.el5


The krb5 installed some sugestion please or help.?

I have ticketed this to iworx but with no answer :( PLN-831420 is the ticket.

Dj-Grobe
01-09-2008, 05:06 PM
Ok, if sombody need install php 4.x on centos 5 64 bit, juts not use wiorx source, use this

http://mirror.steadfast.net/misc/iworx/php-4.4.7-100.iworx.src.rpm


Best regards.

Dj-Grobe
01-09-2008, 05:29 PM
well with that srpm now i have this error:

php-4.4.7/Zend -I/usr/src/redhat/BUILD/php-4.4.7/TSRM -I/usr/src/redhat/BUILD/php-4.4.7/build-apache/ -O2 -g -fomit-frame-pointer -fPIC -o ext/mcrypt/mcrypt.la -export-dynamic -avoid-version -prefer-pic -module -rpath /usr/src/redhat/BUILD/php-4.4.7/build-apache/modules -avoid-version -module -L/usr/kerberos/lib64 ext/mcrypt/mcrypt.lo -lmcrypt -lltdl
/usr/bin/ld: cannot find -lltdl
collect2: ld returned 1 exit status
make: *** [ext/mcrypt/mcrypt.la] Error 1
make: *** Waiting for unfinished jobs....
error: Bad exit status from /var/tmp/rpm-tmp.14424 (%build)


some idea?