Quote:
|
Originally Posted by falko
The setup script aborts instantly if the compilation fails. You shouldn't have reached the
section, so I guess you did something wrong when you edited ISPConfig files... Can you tell me what exactly you did?
|
tar -xzf ISPConfig-2.0.5.tar.gz
cd install_ispconfig/
tar -xzf compile_aps/php-5.0.4.tar.gz
vim php-5.0.4/configure +56512 (to lib64 lib64/mysql)
tar -czf compile_aps/php-5.0.4.tar.gz php-5.0.4
vim compile_aps/compile +85
change to
./configure --with-apxs=${INSTALL_ROOT}/httpd/bin/apxs --enable-track-vars --enable-sockets --with-config-file-path=${INSTALL_ROOT}/php --enable-ftp --prefix=${INSTALL_ROOT}/php --with-openssl --with-mysql=/usr --disable-libxml
./setup
.....