I recomplied php, but I can only start it with /etc/rc.d/init.d/httpd restart not with /usr/local/apache/bin/apachectl restart
When I compiled php, it didnt seem to work with
'./configure' '--with-apxs=/usr/local/apache/bin/apxs'
but did work ok with
'./configure' '--with-apxs'
I am assuming the second uses /usr/sbin/apxs and not /usr/local/apache/bin/apxs, is that why apachectl wont work?
Why cant I get it to start with apachectl? What is the different between the two apxs's?
Thanks In Advance,
Farley
When I compiled php, it didnt seem to work with
'./configure' '--with-apxs=/usr/local/apache/bin/apxs'
but did work ok with
'./configure' '--with-apxs'
I am assuming the second uses /usr/sbin/apxs and not /usr/local/apache/bin/apxs, is that why apachectl wont work?
Why cant I get it to start with apachectl? What is the different between the two apxs's?
Thanks In Advance,
Farley