I'm compiling php 4.3.3 as a static module in apache 1.3.28.  FreeBSD
4.8-PRERELEASE (i haven't had the time to upgrade it to 4.8-RELEASE)
A part of the build spits out some unhappy errors that sort of concern
me (as far as if they'll compromise webserver stability).  I've done tons of
searches on this problem and haven't found anything.  Here's relevant
info.

uname -a:
FreeBSD my.domain.com 4.8-PRERELEASE FreeBSD 4.8-PRERELEASE #0: Sat Feb 22 17:31:31 
PST 2003
[EMAIL PROTECTED]:/usr/obj/usr/src/sys/GENERIC  i386

compile process:
# cd apache)1.3.28
# ./configure --prefix=/usr/local/httpd
# cd ../php-4.3.3
# ./configure --with-apache=../apache_1.3.28 --enable-track-vars 
--with-mysql=/usr/local --with-jpeg-dir=/usr/local \
--with-png-dir=/usr/local --with-zlib=/usr --with-zlib-dir=/usr --with-gd=/usr/local 
--with-freetype-dir=/usr/local
# make
...build, build, build
gcc  -Iext/standard/ -I/root/php-4.3.3/ext/standard/ -DPHP_ATOM_INC 
-I/root/php-4.3.3/include -I/root/php-4.3.3/main -I/root/php-4.3.3 
-I/root/php-4.3.3/Zend -I/usr/local/include -I/usr/local/include/freetype2 
-I/usr/local/include/mysql -I/root/php-4.3.3/ext/xml/expat  -I/root/php-4.3.3/TSRM  -g 
-O2  -c /root/php-4.3.3/ext/standard/file.c -o ext/standard/file.o  && echo > 
ext/standard/file.lo
In file included from /usr/local/include/fnmatch.h:38,
                 from /root/php-4.3.3/ext/standard/file.c:118:
/usr/local/include/ap_config.h:1149: warning: `closesocket' redefined
/root/php-4.3.3/main/php_network.h:32: warning: this is the location of the previous 
definition
In file included from /usr/local/include/fnmatch.h:38,
                 from /root/php-4.3.3/ext/standard/file.c:118:
/usr/local/include/ap_config.h:1396: warning: `XtOffsetOf' redefined
/root/php-4.3.3/main/php.h:412: warning: this is the location of the previous 
definition

then the build completes without any weirdness.  is this anything i
should be concerned about?  or should i just ignore it?

thanks for any help!
-j

Reply via email to