From: [EMAIL PROTECTED] Operating system: sunos5.5.1 PHP version: 4.1.2 PHP Bug Type: Unknown/Other Function Bug description: make error
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' -- Edit bug report at http://bugs.php.net/?id=16250&edit=1 -- Fixed in CVS: http://bugs.php.net/fix.php?id=16250&r=fixedcvs Fixed in release: http://bugs.php.net/fix.php?id=16250&r=alreadyfixed Need backtrace: http://bugs.php.net/fix.php?id=16250&r=needtrace Try newer version: http://bugs.php.net/fix.php?id=16250&r=oldversion Not developer issue: http://bugs.php.net/fix.php?id=16250&r=support Expected behavior: http://bugs.php.net/fix.php?id=16250&r=notwrong Not enough info: http://bugs.php.net/fix.php?id=16250&r=notenoughinfo Submitted twice: http://bugs.php.net/fix.php?id=16250&r=submittedtwice
