php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #11467 Problem to compile
Submitted: 2001-06-13 11:53 UTC Modified: 2001-06-13 13:28 UTC
From: gommaraschi at inet dot it Assigned:
Status: Closed Package: Compile Failure
PHP Version: 4.0.5 OS: AIX 4.3.3
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: gommaraschi at inet dot it
New email:
PHP Version: OS:

 

 [2001-06-13 11:53 UTC] gommaraschi at inet dot it
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.
###########################################################

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2001-06-13 13:28 UTC] sniper@php.net
This is fixed in CVS (and IIRC in 4.0.6RC3) so please try
it out:

http://snaps.php.net/

or

http://www.php.net/~andi/php-4.0.6RC3.tar.gz

 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Tue May 06 04:01:30 2025 UTC