new install not working with php_ini_type

robinFG

New member
Joined
Jan 20, 2014
Messages
1
When installing a new server CB 2.0 with own settings in options.conf i get the following error

MD5 Checksum on libtool-2.4.2.tar.gz passed.
Found CentOS 6. Disabling CURL in custombuild to prevent yum from breaking.
Related: http://help.directadmin.com/item.php?id=385
to nod curl option from yes
Wrong php_ini_type set in options.conf.
*******************************************
*******************************************

Cannot find /usr/local/bin/php
Please recompile php with custombuild, eg:
cd /usr/local/directadmin/custombuild
./build all d

This appears to be a 64-bit system.
a common cause of http/php compile failures is mentioned here:
http://help.directadmin.com/item.php?id=213

If you're running CentOS (not freebsd or debian) and applies to you, then type:

ln -sf /usr/lib64/libexpat.so /usr/lib/libexpat.so
ln -sf /usr/lib64/libm.so /usr/lib/libm.so
ln -sf /usr/lib64/libssl.so /usr/lib/libssl.so
cd /usr/local/directadmin/custombuild
./build all d

*******************************************
*******************************************


rerunning the setup i'm getting


Found CentOS 6. Disabling CURL in custombuild to prevent yum from breaking.
Related: http://help.directadmin.com/item.php?id=385
Changed curl option from no to no
Wrong php_ini_type set in options.conf.
*******************************************
*******************************************

Cannot find /usr/local/bin/php
Please recompile php with custombuild, eg:
cd /usr/local/directadmin/custombuild
./build all d

This appears to be a 64-bit system.
a common cause of http/php compile failures is mentioned here:
http://help.directadmin.com/item.php?id=213

If you're running CentOS (not freebsd or debian) and applies to you, then type:

ln -sf /usr/lib64/libexpat.so /usr/lib/libexpat.so
ln -sf /usr/lib64/libm.so /usr/lib/libm.so
ln -sf /usr/lib64/libssl.so /usr/lib/libssl.so
cd /usr/local/directadmin/custombuild
./build all d

*******************************************
*******************************************

the install only works when i delete the options.conf, run ./build and change my settings

can you help me find the problem
 

Attachments

Back
Top