php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #10373 Could not open include file <istream.h>
Submitted: 2001-04-18 03:03 UTC Modified: 2001-06-03 20:28 UTC
From: dmassot at interface-ing dot com Assigned:
Status: Closed Package: Compile Failure
PHP Version: 4.0.4pl1 OS: Solaris 2.6
Private report: No CVE-ID: None
 [2001-04-18 03:03 UTC] dmassot at interface-ing dot com
Hi Jani, 

we'e a problem compiling PHP4 :
            ./configure     
            --prefix=/apps/php4/bin 
            --with-oci8=/ext1/oracle8/app/oracle/product/8.1.6 
            --with-apxs2=/apps/apache/bin/apxs

            ....


            $ make
            Making all in Zend
            /bin/sh ../libtool --silent --mode=compile CC -DHAVE_CONFIG_H -I. -I. -I../main
              -D_POSIX_PTHREAD_SEMANTICS -D_POSIX_PTHREAD_SEMANTICS -D_REENTRANT -DXML_BYTE_
            ORDER=21 -I../TSRM -DTHREAD=1  -mt -c zend_language_scanner_cc.cc
            "zend_compile.h", line 31: Error: Could not open include file <istream.h>.
            1 Error(s) detected.
            *** Error code 1
            make: Fatal error: Command failed for target `zend_language_scanner_cc.lo'
            Current working directory /apps/php4/php-4.0.4pl1/Zend
            *** Error code 1
            make: Fatal error: Command failed for target `all-recursive'           


            Thanks for any help in this,
            Didier

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2001-06-03 20:28 UTC] sniper@php.net
Use GNU tools or update your Sun cc / c++ and check your
paths. This is not any bug in PHP. You might have some
mixups of GNU / SUN tools too.

I myself have compiled PHP 4.0.5 on Solaris 2.6  and
never have got this error.

--Jani

 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sat May 11 00:01:31 2024 UTC