|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2001-06-13 13:28 UTC] sniper@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Wed Nov 05 16:00:01 2025 UTC |
Hi I've this problem to compile php whit this option: ./configure --with-apache=../apache_1.3.20 --enable-track-vars --enable-trans-sid --enable-ftp My gcc version is: gcc 2.95.2.1 ########################################################### Making all in Zend Target "all" is up to date. Making all in main Target "all-p" is up to date. Target "all" is up to date. Making all in ext Making all in ftp Target "all-p" is up to date. Target "all" is up to date. Making all in mysql Making all in libmysql gcc -I. -I/home/aix/php-4.0.5/ext/mysql/libmysql -I/home/aix/php-4.0.5/main -I/home/aix/php-4.0.5 -I/home/aix/apache_1.3.20/src/include -I/home/aix/apache_1.3.20/src/os/unix -I/home/aix/php-4.0.5/Zend -I/home/aix/php-4.0.5/ext/mysql/libmysql -I/home/aix/php-4.0.5/ext/xml/expat/xmltok -I/home/aix/php-4.0.5/ext/xml/expat/xmlparse -I/home/aix/php-4.0.5/TSRM -DSUPPORT_UTF8 -DXML_BYTE_ORDER=21 -O2 -c libmysql.c && touch libmysql.lo In file included from libmysql.c:9: global.h:548: conflicting types for `int8' /usr/include/sys/inttypes.h:622: previous declaration of `int8' global.h:549: warning: redefinition of `int16' /usr/include/sys/inttypes.h:623: warning: `int16' previously declared here global.h:559: warning: redefinition of `int32' /usr/include/sys/inttypes.h:624: warning: `int32' previously declared here libmysql.c: In function `connect2': libmysql.c:188: warning: passing arg 5 of `getsockopt' from incompatible pointer type make: 1254-004 The error code from the last command is 1. Stop. make: 1254-004 The error code from the last command is 1. Stop. make: 1254-004 The error code from the last command is 1. Stop. make: 1254-004 The error code from the last command is 1. Stop. make: 1254-004 The error code from the last command is 1. Stop. ###########################################################