php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #16250 make error
Submitted: 2002-03-25 03:49 UTC Modified: 2002-08-14 01:00 UTC
Votes:1
Avg. Score:5.0 ± 0.0
Reproduced:1 of 1 (100.0%)
Same Version:0 (0.0%)
Same OS:0 (0.0%)
From: luzhu001 at sina dot com Assigned:
Status: No Feedback Package: Compile Failure
PHP Version: 4.1.2 OS: sunos5.5.1
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 this is not your bug, you can add a comment by following this link.
If this is your bug, but you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: luzhu001 at sina dot com
New email:
PHP Version: OS:

 

 [2002-03-25 03:49 UTC] luzhu001 at sina dot com
I install apache before good!
cd apache
./configure --prefix=/www/apache --enable-shared=max
make
make install
no errors happen!
then I install php 4.1.2

cd php
./configure --with-apxs=/www/apache/bin/apxs   --with-mysql  --enable-track-vars --with-config-file-path=/www/a
pache 
make
errors happen like this


/bin/sh /home/personal-http/mail/apache/php/libtool --silent --mode=compile gcc  -I. -I/home/personal-http/mail/apache/php/main -I/home/personal-http/mail/apache/php/main -I/home/personal-http/mail/apache/php -I/www/apache/include -I/home/personal-http/mail/apache/php/Zend -I/home/personal-http/mail/apache/php/ext/mysql/libmysql -I/home/personal-http/mail/apache/php/ext/xml/expat  -D_POSIX_PTHREAD_SEMANTICS -DSOLARIS2=251 -DUSE_EXPAT -I/home/personal-http/mail/apache/php/TSRM -g -O2 -prefer-pic  -c mergesort.c
/bin/sh /home/personal-http/mail/apache/php/libtool --silent --mode=compile gcc  -I. -I/home/personal-http/mail/apache/php/main -I/home/personal-http/mail/apache/php/main -I/home/personal-http/mail/apache/php -I/www/apache/include -I/home/personal-http/mail/apache/php/Zend -I/home/personal-http/mail/apache/php/ext/mysql/libmysql -I/home/personal-http/mail/apache/php/ext/xml/expat  -D_POSIX_PTHREAD_SEMANTICS -DSOLARIS2=251 -DUSE_EXPAT -I/home/personal-http/mail/apache/php/TSRM -g -O2 -prefer-pic  -c reentrancy.c
reentrancy.c: In function `php_ctime_r':
reentrancy.c:66: warning: comparison between pointer and integer
reentrancy.c: In function `php_asctime_r':
reentrancy.c:73: warning: comparison between pointer and integer
reentrancy.c: In function `php_readdir_r':
reentrancy.c:130: too few arguments to function `readdir64_r'
*** Error code 1
make: Fatal error: Command failed for target `reentrancy.lo'
Current working directory /home/personal-http/mail/apache/php/main
*** Error code 1
make: Fatal error: Command failed for target `all-recursive'
Current working directory /home/personal-http/mail/apache/php/main
*** Error code 1
make: Fatal error: Command failed for target `all-recursive'

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2002-03-25 18:52 UTC] luzhu001 at sina dot com
please give me a answer!
I use gcc2.7.2.1
 [2002-06-06 05:59 UTC] sander@php.net
Reclassified.
 [2002-06-29 20:32 UTC] sniper@php.net
Try this snapshot:

http://snaps.php.net/php4-latest.tar.gz

 [2002-08-14 01:00 UTC] php-bugs at lists dot php dot net
No feedback was provided for this bug for over a month, so it is
being suspended automatically. If you are able to provide the
information that was originally requested, please do so and change
the status of the bug back to "Open".
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Mar 29 13:01:29 2024 UTC