php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #11446 File not found during make
Submitted: 2001-06-12 17:51 UTC Modified: 2001-06-13 13:02 UTC
From: landerson at covantaenergy dot com Assigned:
Status: Not a bug Package: Compile Failure
PHP Version: 4.0.4 OS: Solaris 8
Private report: No CVE-ID: None
 [2001-06-12 17:51 UTC] landerson at covantaenergy dot com
./configure --with-nsapi=/usr/netscape/server4 --enable-libgcc   (completed successfully)

Got this error running  make:
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
*** Error code 1
make: Fatal error: Command failed for target `nsapi.lo'
Current working directory /export/home0/PHP/php4/sapi/nsapi
*** Error code 1
make: Fatal error: Command failed for target `all-recursive'
Current working directory /export/home0/PHP/php4/sapi/nsapi
*** Error code 1
make: Fatal error: Command failed for target `all-recursive'
Current working directory /export/home0/PHP/php4/sapi
*** Error code 1
make: Fatal error: Command failed for target `all-recursive'

php.ini file:
# pg php.ini
; php.ini for PEAR tests
include_path=.:/usr/netscape/server4/docs/includes

PATH=/usr/ccs/bin:/usr/local/bin:/usr/sbin:/usr/bin

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2001-06-12 18:01 UTC] landerson at covantaenergy dot com
'Missing files' are found under:

/usr/netscape/server4/plugins/include















 [2001-06-12 18:55 UTC] sniper@php.net
Update to PHP 4.0.5 and everything should be fine.

--Jani

 [2001-06-13 11:10 UTC] landerson at covantaenergy dot com
We prefer not to upgrade PHP, as this is a test server, and we want it to run the same version as our production server. In fact, this version has worked on this server in the past - we are just rebuilding it. Any other ideas on what we can try? Thanks!
 [2001-06-13 13:02 UTC] sniper@php.net
# rm config.cache
# ./configure --with-nsapi=/usr/netscape/server4 --enable-libgcc
# make clean ; make ; make install

You might have also changed something else in your system.
Like compiler. Or some of your environment vars are not
the way they should be. In any way, not bug in PHP.


 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Mar 28 18:01:29 2024 UTC