I am trying to install PHP 4.2.3 on Solaris 7 with Iplanet 4.1SP11
I used the following config line:
./configure --with-mysql=/usr/local/mysql
--with-nsapi=/disk1/netscape/server4 --enable-track-vars --enable-libgcc
I noticed the following during the configure, which is odd, since it
obviously found the directory and determined which version. In fact, if
you specify any other directory to configure, it aborts pretty quickly.
Configuring SAPI modules
..
..
checking for NSAPI support... /disk1/netscape/server4
checking for NSAPI include files... iPlanet/4.x style
./configure: -I/disk1/netscape/server4/plugins: does not exist
Configure runs all the way through, however the make itself fails with the
following:
Making all in nsapi
make[2]: Entering directory `/disk2/source/php/php-4.2.3/sapi/nsapi'
make[3]: Entering directory `/disk2/source/php/php-4.2.3/sapi/nsapi'
/bin/sh /disk2/source/php/php-4.2.3/libtool --silent --mode=compile
gcc -I. -I/disk2/source/php/php-4.2.3/sapi/nsapi
-I/disk2/source/php/php-4.2.3/main -I/disk2/source/php/php-4.2.3 -I/include
-I/disk2/source/php/php-4.2.3/Zend -I/usr/local/mysql/include
-I/disk2/source/php/php-4.2.3/ext/xml/expat -D_POSIX_PTHREAD_SEMANTICS
-D_POSIX_PTHREAD_SEMANTICS -D_REENTRANT -I/disk2/source/php/php-4.2.3/TSRM
-g -O2 -pthreads -DZTS -prefer-pic -c nsapi.c
nsapi.c:50: nsapi.h: No such file or directory
nsapi.c:51: base/pblock.h: No such file or directory
nsapi.c:52: base/session.h: No such file or directory
nsapi.c:53: frame/req.h: No such file or directory
nsapi.c:54: frame/protocol.h: No such file or directory
nsapi.c:55: base/util.h: No such file or directory
nsapi.c:56: frame/log.h: No such file or directory
make[3]: *** [nsapi.lo] Error 1
make[3]: Leaving directory `/disk2/source/php/php-4.2.3/sapi/nsapi'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/disk2/source/php/php-4.2.3/sapi/nsapi'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/disk2/source/php/php-4.2.3/sapi'
make: *** [all-recursive] Error 1
Any ideas?
I see all these files in the plugins/include directory. I also tried
copying them to the /plugins directory, but got the same errorrs.
Please let me know if you need any additional info to help debug this.
thanks!
**********
Brian Vaughan
Corporate Webmaster, Web Services
FAME Information Services, Inc.
325 E. Eisenhower Parkway, Suite #301
Ann Arbor, MI 48108, U.S.A.
Tel: 734.332.4382 Fax: 734.332.4440
e-mail: [EMAIL PROTECTED]
http://www.fame.com/
--
PHP Install Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php