php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #18815 complation of ext/mysql fails
Submitted: 2002-08-08 15:51 UTC Modified: 2002-08-09 16:38 UTC
From: nohn@php.net Assigned: georg (profile)
Status: Closed Package: Compile Failure
PHP Version: 4CVS-2002-08-08 OS: Linux 2.4.9-31smp ia64 (RedHat)
Private report: No CVE-ID: None
 [2002-08-08 15:51 UTC] nohn@php.net
gcc -I/house/nohn/php4-200208081200/ext/mysql/libmysql -Iext/mysql/ -I/house/nohn/php4-200208081200/ext/mysql/ -DPHP_ATOM_INC -I/house/nohn/php4-200208081200/include -I/house/nohn/php4-200208081200/main -I/house/nohn/php4-200208081200 -I/house/nohn/php4-200208081200/Zend -I/house/nohn/php4-200208081200/ext/xml/expat  -I/house/nohn/php4-200208081200/TSRM  -g -O2  -c /house/nohn/php4-200208081200/ext/mysql/libmysql/strtoll.c -o ext/mysql/libmysql/strtoll.o  && echo > ext/mysql/libmysql/strtoll.lo
In file included from /house/nohn/php4-200208081200/ext/mysql/libmysql/strtoll.c:10:
/house/nohn/php4-200208081200/ext/mysql/libmysql/strto.c:69: conflicting types for `strtoll'
/usr/include/stdlib.h:343: previous declaration of `strtoll'
make: *** [ext/mysql/libmysql/strtoll.lo] Error 1
make: *** Warning: File `Makefile' has modification time in the future (2002-08-08 15:43:00 > 2002-08-08 13:38:32)
gcc -I/house/nohn/php4-200208081200/ext/mysql/libmysql -Iext/mysql/ -I/house/nohn/php4-200208081200/ext/mysql/ -DPHP_ATOM_INC -I/house/nohn/php4-200208081200/include -I/house/nohn/php4-200208081200/main -I/house/nohn/php4-200208081200 -I/house/nohn/php4-200208081200/Zend -I/house/nohn/php4-200208081200/ext/xml/expat  -I/house/nohn/php4-200208081200/TSRM  -g -O2  -c /house/nohn/php4-200208081200/ext/mysql/libmysql/strtoll.c -o ext/mysql/libmysql/strtoll.o  && echo > ext/mysql/libmysql/strtoll.lo
In file included from /house/nohn/php4-200208081200/ext/mysql/libmysql/strtoll.c:10:
/house/nohn/php4-200208081200/ext/mysql/libmysql/strto.c:69: conflicting types for `strtoll'
/usr/include/stdlib.h:343: previous declaration of `strtoll'
make: *** [ext/mysql/libmysql/strtoll.lo] Error 

I'm on a trip, so I may not to mails, any further tests can be done by anyone on compaq testdrive (http://www.testdrive.compaq.com) machine 192.233.54.190. you can get an account on the website.

Patches

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2002-08-08 16:11 UTC] nohn@php.net
Same thing happens an Linux/Alpha
 [2002-08-09 16:38 UTC] georg@php.net
This bug has been fixed in CVS. You can grab a snapshot of the
CVS version at http://snaps.php.net/. In case this was a documentation 
problem, the fix will show up soon at http://www.php.net/manual/.
In case this was a PHP.net website problem, the change will show
up on the PHP.net site and on the mirror sites.
Thank you for the report, and for helping us make PHP better.


 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Aug 15 16:01:28 2024 UTC