Centos 5.2 install not installing php

Kronus

Verified User
Joined
May 31, 2007
Messages
48
I have done many installs of directadmin but recently I have had the last 2 installs go bad.

I run Centos 5.2 32 bit.

during install I choose custombuild and pick php5 cli with zend yes to all but jailed. dist for php.ini

when it gets to zend install i have an issue it can't find path to php

install fails

no php.ini and phpinfo.php give server error

I tried to do a build all -d and it still fails to install php and zend properly

I wind up deleting custombuild and downloading new custom build

wget http://files.directadmin.com/services/custombuild/1.1/custombuild.tar.gz

set setting where i want them for install and do a build all -d and its fine

is this a bug or am I doing something wrong

I can do a install on a centos 5.2 server and send log in details if that would help troubleshoot the problem.

Thank
 
Hello,

Yes, we'd need to see the errors as to why it wasn't working.
If the compile is failing, usually the last 2 pages of output of "./build all d" is enough. (note it's ./build all d and not ./build all -d, but shouldn't matter)

John
 
not sure how to capture the page I don't see errors as the page goes so fast.

what if I set it up the way i normaly do and email you the log in details

I will leave it on the server choice during install and you can watch it run

( i do use ./build all d thats was a typo by me )
 
Sure you can email it to us, or to get the last bit of output you just make your ssh window really big beforehand, then use your mouse in putty and select the output (drag over the area).. and let go. That automatically copies in ssh, and just dump that info to us. The last page is usually where the error happens.

Or else, just send us the login info and we can do the install and watch for anything.

John
 
yea know that the problem is install stops on zend install becasue it can't find the php.ini and opening a second ssh window I can't locate it either.

will email you log in details aso you can watch install.
 
Hi,

For me, it seems php is not compiling because of previous (and mandatory ?) compilation of libxslt:

/usr/bin/ld: skipping incompatible /usr/lib/libgcrypt.so when searching for -lgcrypt
/usr/bin/ld: skipping incompatible /usr/lib/libgcrypt.a when searching for -lgcrypt
/usr/bin/ld: cannot find -lgcrypt
collect2: ld returned 1 exit status
make[2]: *** [libexslt.la] Error 1
make[2]: Leaving directory `/usr/local/directadmin/custombuild/libxslt-1.1.24/libexslt'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/usr/local/directadmin/custombuild/libxslt-1.1.24'
make: *** [all] Error 2


Using CentOS 5.2 64 bits here, and it seems it want to use 32 bits librairy instead of 64 bits librairy ...
 
Back
Top