Ik wil PHP 4.2.2 instaleren icm apache 2.0.4.0
apache doet het inmiddels maar PHP geeft telkens een foutmelding bij make
ik probeer dit op linux debian 2.2.19
ik heb apache geconfigd met --prefix=/usr/local/apache --enable-modules=so
geeft:
apache doet het inmiddels maar PHP geeft telkens een foutmelding bij make
ik probeer dit op linux debian 2.2.19
ik heb apache geconfigd met --prefix=/usr/local/apache --enable-modules=so
code:
1
2
| ./configure --with-mysql --with-apxs2=/usr/local/apache/bin/apxs make && make install |
geeft:
Making all in apache2filter
make[2]: Entering directory `/root/php-4.2.2/sapi/apache2filter'
make[3]: Entering directory `/root/php-4.2.2/sapi/apache2filter'
/bin/sh /root/php-4.2.2/libtool --silent --mode=compile gcc -I. -I/root/php-4.2.2/sapi/apache2filter -I/root/php-4.2.2/main -I/root/php-4.2.2 -I/usr/local/apache/include -I/root/php-4.2.2/Zend -I/root/php-4.2.2/ext/mysql/libmysql -I/root/php-4.2.2/ext/xml/expat -D_REENTRANT -I/root/php-4.2.2/TSRM -DTHREAD=1 -g -O2 -pthread -DZTS -prefer-pic -c sapi_apache2.c
sapi_apache2.c: In function `php_register_hook':
sapi_apache2.c:534: warning: passing arg 3 of `ap_register_output_filter' makes pointer from integer without a cast
sapi_apache2.c:534: too few arguments to function `ap_register_output_filter'
sapi_apache2.c:535: warning: passing arg 3 of `ap_register_input_filter' makes pointer from integer without a cast
sapi_apache2.c:535: too few arguments to function `ap_register_input_filter'
make[3]: *** [sapi_apache2.lo] Error 1
make[3]: Leaving directory `/root/php-4.2.2/sapi/apache2filter'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/root/php-4.2.2/sapi/apache2filter'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/root/php-4.2.2/sapi'
make: *** [all-recursive] Error 1
A computer without Windows is like a fish without a bicycle.