Empyrium

Member
May 23, 2007
19
0
151
make [@libxml2-2.6.22]...(-j 1).... Done
1 error

Configuring php-pear magic....Configuring for:
PHP Api Version: 20041225
Zend Module Api No: 20060613
Zend Extension Api No: 220060519
Cannot find autoconf. Please check your autoconf installation and the $PHP_AUTOCONF
environment variable is set correctly and then rerun this script.

What's going on ;s
 

Empyrium

Member
May 23, 2007
19
0
151
Code:
empy# /etc/init.d/httpd restart
Segmentation fault (core dumped)
/etc/init.d/httpd restart: configuration broken, ignoring restart
/etc/init.d/httpd restart: (run 'apachectl configtest' for details)
empy# /etc/init.d/httpd apachect1 configtest
usage: /etc/init.d/httpd (start|stop|restart|fullstatus|status|graceful|configtest|help)

start      - start httpd
startssl   - start httpd with SSL enabled
stop       - stop httpd
restart    - restart httpd if running by sending a SIGHUP or start if
             not running
fullstatus - dump a full status screen; requires lynx and mod_status enabled
status     - dump a short status screen; requires lynx and mod_status enabled
graceful   - do a graceful restart by sending a SIGUSR1 or start if not running
configtest - do a configuration syntax test
help       - this screen

Syntax OK
Segmentation fault (core dumped)
What will i do now :S?
 

katmai

Well-Known Member
Mar 13, 2006
564
4
168
Brno, Czech Republic
backup apache. - /usr/local/apache

run easyapache and choose option 8 use it 2 3 times if it still fails.

then after it's working, recompile it with the options you want and restore the configs.
 

nyjimbo

Well-Known Member
Jan 25, 2003
1,135
1
168
New York
make [@libxml2-2.6.22]...(-j 1).... Done
1 error

Configuring php-pear magic....Configuring for:
PHP Api Version: 20041225
Zend Module Api No: 20060613
Zend Extension Api No: 220060519
Cannot find autoconf. Please check your autoconf installation and the $PHP_AUTOCONF
environment variable is set correctly and then rerun this script.

What's going on ;s

Can you temporarily take out the xml OR the frontpage from the compile and see if it works. We were installing libxml2 and frontpage on our non-cpanel boxes Freebsd and found it would fail. If we took out libxml2 and recompiled it would work, if we put it back in and took out frontpage it would work but with both it would either seg fault OR if we sent a sighup it would dump core instead of restarting.