Hi, I'm trying to compile a PHP4 with MySQL together.. I've compiled Apache together with no problems, but getting PHP compiled As DSO Modules with MySQL support is driving me nuts.. Somehow it is now working and I dont see the problem..
Thanks for the help. Erik Bais PHP Src directory.. : /usr/local/src/php-4.1.2 ./configure --with-mysql=/usr --with-apxs2=/usr/local/apache2/bin/apxs --with-gd --with-bz2 Make <enter> lots of text here more text here again text here Here is the interesting stuf .. : Making all in sapi make[1]: Entering directory `/usr/local/src/php-4.1.2/sapi' Making all in apache2filter make[2]: Entering directory `/usr/local/src/php-4.1.2/sapi/apache2filter' make[3]: Entering directory `/usr/local/src/php-4.1.2/sapi/apache2filter' /bin/sh /usr/local/src/php-4.1.2/libtool --silent --mode=compile /usr/local/src/php-4.1.2/meta_ccld -I. -I/usr/local/src/php-4.1.2/sapi/apache2filter -I/usr/local/src/php-4.1.2/main -I/usr/local/src/php-4.1.2 -I/usr/local/apache2/include -I/usr/local/src/php-4.1.2/Zend -I/usr/include/mysql -I/usr/local/src/php-4.1.2/ext/xml/expat -D_REENTRANT -I/usr/local/src/php-4.1.2/TSRM -g -O2 -pthread -DZTS -prefer-pic -c sapi_apache2.c sapi_apache2.c: In function `php_apache_sapi_ub_write': sapi_apache2.c:58: too few arguments to function `apr_brigade_create' sapi_apache2.c:61: too few arguments to function `apr_bucket_transient_create' sapi_apache2.c: In function `php_apache_sapi_register_variables': sapi_apache2.c:148: warning: initialization discards qualifiers from pointer target type sapi_apache2.c: In function `php_apache_sapi_flush': sapi_apache2.c:171: too few arguments to function `apr_brigade_create' sapi_apache2.c:172: too few arguments to function `apr_bucket_flush_create' sapi_apache2.c: In function `php_input_filter': sapi_apache2.c:245: too few arguments to function `apr_brigade_create' sapi_apache2.c:247: incompatible type for argument 4 of `ap_get_brigade' sapi_apache2.c:247: too few arguments to function `ap_get_brigade' sapi_apache2.c: In function `php_output_filter': sapi_apache2.c:311: too few arguments to function `apr_brigade_create' sapi_apache2.c:366: too few arguments to function `apr_bucket_transient_create' sapi_apache2.c:375: too few arguments to function `apr_bucket_eos_create' sapi_apache2.c: In function `php_register_hook': sapi_apache2.c:407: `AP_FTYPE_CONTENT' undeclared (first use in this function) sapi_apache2.c:407: (Each undeclared identifier is reported only once sapi_apache2.c:407: for each function it appears in.) sapi_apache2.c:408: warning: passing arg 2 of `ap_register_input_filter' from incompatible pointer type make[3]: *** [sapi_apache2.lo] Error 1 make[3]: Leaving directory `/usr/local/src/php-4.1.2/sapi/apache2filter' make[2]: *** [all-recursive] Error 1 make[2]: Leaving directory `/usr/local/src/php-4.1.2/sapi/apache2filter' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/usr/local/src/php-4.1.2/sapi' make: *** [all-recursive] Error 1 -- PHP Install Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php