Anon
04-14-2002, 12:00 PM
hi,
I want to build PHP with apache as DSO.
I did as follows:
#cd php-4.1.2
#./configure --prefix=/usr/local/php --with-mysql=/usr/local/mysql \
--with-apxs=/usr/apache/bin/apxs
#make
#make install
When I started apache,
I get:
"Syntax error on line 235 of /etc/apache/httpd.conf:
Cannot load /usr/apache/libexec/libphp4.so into server: ld.so.1: /usr/apache/bin/httpd: fatal: libgcc_s.so.1: open failed: No such file or directory
./apachectl start: httpd could not be started"
Thank you for your help!
jupy
I want to build PHP with apache as DSO.
I did as follows:
#cd php-4.1.2
#./configure --prefix=/usr/local/php --with-mysql=/usr/local/mysql \
--with-apxs=/usr/apache/bin/apxs
#make
#make install
When I started apache,
I get:
"Syntax error on line 235 of /etc/apache/httpd.conf:
Cannot load /usr/apache/libexec/libphp4.so into server: ld.so.1: /usr/apache/bin/httpd: fatal: libgcc_s.so.1: open failed: No such file or directory
./apachectl start: httpd could not be started"
Thank you for your help!
jupy