php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #10267 make bails out in mysql subdirectory
Submitted: 2001-04-10 13:30 UTC Modified: 2001-05-30 13:55 UTC
From: ralle at ebrn dot de Assigned:
Status: Closed Package: Compile Failure
PHP Version: 4.0 Latest CVS (10/04/2001) OS: AIX4.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: ralle at ebrn dot de
New email:
PHP Version: OS:

 

 [2001-04-10 13:30 UTC] ralle at ebrn dot de
The following error in generated after a successful configure run. The arguments to configure were

--with-mysql
--with-roxen
--with-roxen-zts


Making all in libmysql
make[3]: Entering directory `/TEMP_FS/php4-200104100845/ext/mysql/libmysql'
make[4]: Entering directory `/TEMP_FS/php4-200104100845/ext/mysql/libmysql'
/bin/sh /TEMP_FS/php4-200104100845/libtool --silent --mode=compile gcc  -I. -I/TEMP_FS/php4-200104100845/ext/mysql/libmysql -I/TEMP_FS/php4-200104100845/main -I/TEMP_FS/php4-200104100845 -I/usr/local/pike/7.0.312/include/pike -I/TEMP_FS/php4-200104100845/Zend -I/TEMP_FS/php4-200104100845/ext/mysql/libmysql -I/TEMP_FS/php4-200104100845/ext/xml/expat/xmltok -I/TEMP_FS/php4-200104100845/ext/xml/expat/xmlparse -I/TEMP_FS/php4-200104100845/TSRM  -DSUPPORT_UTF8 -DXML_BYTE_ORDER=21 -O2  -c libmysql.c
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[4]: *** [libmysql.lo] Error 1
make[4]: Leaving directory `/TEMP_FS/php4-200104100845/ext/mysql/libmysql'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/TEMP_FS/php4-200104100845/ext/mysql/libmysql'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/TEMP_FS/php4-200104100845/ext/mysql'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/TEMP_FS/php4-200104100845/ext'
make: *** [all-recursive] Error 1


Patches

Pull Requests

 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Wed May 07 22:01:27 2025 UTC