From: [EMAIL PROTECTED] Operating system: Solaris 8 PHP version: 4.2.3 PHP Bug Type: Compile Failure Bug description: Compile errors using --with-isapi=/apps/zeus option on configure command
I am using the following configure command to install php-4.2.3 with Zeus isapi support: ./configure --prefix=/home/ward/gibb/php423 --with-ftp --with-ldap=/apps/src/ldapsdk --with-pgsql=/ apps/pgsql --with-config-file-path=/apps/etc --with-xml --enable-libgcc --with-isapi=/apps/zeus I get the following compiler errors: /bin/sh /home/ward/gibb/php-4.2.3/libtool --silent --mode=compile gcc -I. -I/home/ward/gibb/php-4.2.3/sapi/isapi -I/home/ward/gibb/php-4.2.3/main -I/home/ward/gibb/php-4.2.3 -I/apps/zeus/web/include -I/home/ward/gibb/php-4.2.3/Zend -I/apps/src/ldapsdk/include -I/home/ward/gibb/php-4.2.3/ext/mysql/libmysql -I/apps/pgsql/include -I/home/ward/gibb/php-4.2.3/ext/xml/expat -D_POSIX_PTHREAD_SEMANTICS -D_POSIX_PTHREAD_SEMANTICS -D_REENTRANT -I/home/ward/gibb/php-4.2.3/TSRM -DTHREAD=1 -g -O2 -pthreads -DZTS -prefer-pic -c php4isapi.c php4isapi.c: In function `init_request_info': php4isapi.c:654: warning: assignment discards qualifiers from pointer target type php4isapi.c:655: warning: assignment discards qualifiers from pointer target type php4isapi.c:656: warning: assignment discards qualifiers from pointer target type php4isapi.c: In function `HttpExtensionProc': php4isapi.c:746: `sapi_globals' undeclared (first use in this function) php4isapi.c:746: (Each undeclared identifier is reported only once php4isapi.c:746: for each function it appears in.) *** Error code 1 make: Fatal error: Command failed for target `php4isapi.lo' Current working directory /home/ward/gibb/php-4.2.3/sapi/isapi *** Error code 1 make: Fatal error: Command failed for target `all-recursive' Current working directory /home/ward/gibb/php-4.2.3/sapi/isapi *** Error code 1 make: Fatal error: Command failed for target `all-recursive' Current working directory /home/ward/gibb/php-4.2.3/sapi *** Error code 1 make: Fatal error: Command failed for target `all-recursive' I am running the Zeus Web Server version 4.1 Thank you -- Edit bug report at http://bugs.php.net/?id=19923&edit=1 -- Try a CVS snapshot: http://bugs.php.net/fix.php?id=19923&r=trysnapshot Fixed in CVS: http://bugs.php.net/fix.php?id=19923&r=fixedcvs Fixed in release: http://bugs.php.net/fix.php?id=19923&r=alreadyfixed Need backtrace: http://bugs.php.net/fix.php?id=19923&r=needtrace Try newer version: http://bugs.php.net/fix.php?id=19923&r=oldversion Not developer issue: http://bugs.php.net/fix.php?id=19923&r=support Expected behavior: http://bugs.php.net/fix.php?id=19923&r=notwrong Not enough info: http://bugs.php.net/fix.php?id=19923&r=notenoughinfo Submitted twice: http://bugs.php.net/fix.php?id=19923&r=submittedtwice register_globals: http://bugs.php.net/fix.php?id=19923&r=globals PHP 3 support discontinued: http://bugs.php.net/fix.php?id=19923&r=php3 Daylight Savings: http://bugs.php.net/fix.php?id=19923&r=dst IIS Stability: http://bugs.php.net/fix.php?id=19923&r=isapi
