PHP 4.0.6 MySQL 3.23.39 Apache 1.3.19 Frontpage Extensions Ver5.0 (2002) Everything so far is working great with my build, except one thing. While compiling PHP I receive the following when I do "make".
Any help is appreciated. There are several older posts on this exact problem, but nobody has given an answer. PHP configuration ./configure --prefix=/opt/php --with-config-file-path=/opt/php --with-mysql= /opt/mysql --with-apache=/temp/instapps/apache_1.3.19 --enable-track-vars -- enable-magic-quotes (./configure results snipped) # make Making all in Zend Making all in main gcc -I. -I/temp/instapps/php-4.0.6/php-4.0.6/main -I/temp/instapps/php-4.0. 6/php-4.0.6/main -I/temp/instapps/php-4.0.6/php-4.0.6 -I/temp/instapps/apach e_1.3.19/src/include -I/temp/instapps/apache_1.3.19/src/os/unix -I/temp/inst apps/php-4.0.6/php-4.0.6/Zend -I/opt/mysql/include -I/temp/instapps/php-4.0. 6/php-4.0.6/ext/xml/expat/xmltok -I/temp/instapps/php-4.0.6/php-4.0.6/ext/xm l/expat/xmlparse -I/temp/instapps/php-4.0.6/php-4.0.6/TSRM -DSUPPORT_UTF8 - DXML_BYTE_ORDER=21 -g -O2 -c internal_functions.c && touch internal_functions.lo /bin/sh /temp/instapps/php-4.0.6/php-4.0.6/libtool --silent --mode=link gcc -I. -I/temp/instapps/php-4.0.6/php-4.0.6/main -I/temp/instapps/php-4.0. 6/php-4.0.6/main -I/temp/instapps/php-4.0.6/php-4.0.6 -I/temp/instapps/apach e_1.3.19/src/include -I/temp/instapps/apache_1.3.19/src/os/unix -I/temp/inst apps/php-4.0.6/php-4.0.6/Zend -I/opt/mysql/include -I/temp/instapps/php-4.0. 6/php-4.0.6/ext/xml/expat/xmltok -I/temp/instapps/php-4.0.6/php-4.0.6/ext/xm l/expat/xmlparse -I/temp/instapps/php-4.0.6/php-4.0.6/TSRM -DSUPPORT_UTF8 - DXML_BYTE_ORDER=21 -g -O2 -o libmain.la main.lo internal_functions.lo snprintf.lo php_sprintf.lo safe_mode.lo fopen_wrappers.lo alloca.lo php_ini.lo SAPI.lo rfc1867.lo php_content_types.lo strlcpy.lo strlcat.lo mergesort.lo reentrancy.lo php_variables.lo php_ticks.lo streams.lo network.lo php_open_temporary_file.lo php_logos.lo Making all in ext Making all in mysql Making all in pcre Making all in pcrelib Making all in posix Making all in session Making all in standard Making all in xml Making all in expat Making all in xmltok Making all in xmlparse Making all in sapi Making all in apache Making all in TSRM /bin/sh ../libtool --silent --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../main -DSUPPORT_UTF8 -DXML_BYTE_ORDER=21 -g -O2 -c tsrm_virtual_cwd.c tsrm_virtual_cwd.c: In function `virtual_open': tsrm_virtual_cwd.c:568: `mode_t' is promoted to `int' when passed through `...' tsrm_virtual_cwd.c:568: (so you should pass `int' not `mode_t' to `va_arg') *** Error exit code 1 Stop. *** Error exit code 1 Stop. # Jamie Willard Sherlock Services -- PHP Install Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]