php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #19923 Compile errors using --with-isapi=/apps/zeus option on configure command
Submitted: 2002-10-15 14:32 UTC Modified: 2002-11-10 18:21 UTC
From: gibb at vt dot edu Assigned:
Status: No Feedback Package: Compile Failure
PHP Version: 4.2.3 OS: Solaris 8
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: gibb at vt dot edu
New email:
PHP Version: OS:

 

 [2002-10-15 14:32 UTC] gibb at vt dot edu
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












Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2002-10-15 22:30 UTC] sniper@php.net
Please try using this CVS snapshot:

  http://snaps.php.net/php4-latest.tar.gz
 
For Windows:
 
  http://snaps.php.net/win32/php4-win32-latest.zip
 [2002-11-10 18:21 UTC] sniper@php.net
No feedback was provided. The bug is being suspended because
we assume that you are no longer experiencing the problem.
If this is not the case and you are able to provide the
information that was requested earlier, please do so and
change the status of the bug back to "Open". Thank you.


 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri May 03 21:01:32 2024 UTC