php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #10932 make failure after successfull configuration
Submitted: 2001-05-17 12:30 UTC Modified: 2001-05-17 12:47 UTC
From: fb33550 at glaxowellcome dot co dot uk Assigned:
Status: Not a bug Package: Compile Failure
PHP Version: 4.0.5 OS: Solaris 8
Private report: No CVE-ID: None
 [2001-05-17 12:30 UTC] fb33550 at glaxowellcome dot co dot uk
Hi,

I've got a problem making the latest version of php (source is php4-200105170745).

My configure line : ./configure --prefix=/users/produits/php4.0.5 --enable-sysvsem --enable-sysvshm --with-imap=/users/produits/include/imap --with-nsapi=/users/produits/ns-home/4.1 --with-mysql


Here the "make" command result : 


Making all in Zend
/bin/sh ../libtool --silent --mode=compile c++ -DHAVE_CONFIG_H -I. -I. -I../main   -D_POSIX_PTHREAD_SEMANTICS -D_POSIX_PTHREAD_SEMANTICS -D_REENTRANT -DSUPPORT_UTF8 -DXML_BYTE_ORDER=21 -I../TSRM -DTHREAD=1  -pthreads -prefer-pic -c zend_language_scanner_cc.cc
In file included from zend.h:51,
                 from zend_language_scanner_cc.cc:2661:
/usr/local/include/unix.h:182: syntax error before `*'
/usr/local/include/unix.h:193: syntax error before `*'
/usr/local/include/unix.h:196: `MAILSTREAM' was not declared in this scope
/usr/local/include/unix.h:196: `stream' was not declared in this scope
/usr/local/include/unix.h:196: parse error before `*'
/usr/local/include/unix.h:197: `MAILSTREAM' was not declared in this scope
/usr/local/include/unix.h:197: `stream' was not declared in this scope
/usr/local/include/unix.h:197: parse error before `*'
/usr/local/include/unix.h:198: `MAILSTREAM' was not declared in this scope
/usr/local/include/unix.h:198: `stream' was not declared in this scope
/usr/local/include/unix.h:198: parse error before `*'
/usr/local/include/unix.h:199: `MAILSTREAM' was not declared in this scope
/usr/local/include/unix.h:199: `stream' was not declared in this scope
/usr/local/include/unix.h:199: parse error before `*'
/usr/local/include/unix.h:200: `MAILSTREAM' was not declared in this scope
/usr/local/include/unix.h:200: `stream' was not declared in this scope
/usr/local/include/unix.h:200: parse error before `*'
/usr/local/include/unix.h:201: `MAILSTREAM' was not declared in this scope
/usr/local/include/unix.h:201: `stream' was not declared in this scope
/usr/local/include/unix.h:201: parse error before `*'
/usr/local/include/unix.h:202: syntax error before `*'
/usr/local/include/unix.h:203: `MAILSTREAM' was not declared in this scope
/usr/local/include/unix.h:203: `stream' was not declared in this scope
/usr/local/include/unix.h:203: parse error before `)'
/usr/local/include/unix.h:204: `MAILSTREAM' was not declared in this scope
/usr/local/include/unix.h:204: `stream' was not declared in this scope
/usr/local/include/unix.h:204: parse error before `long'
/usr/local/include/unix.h:206: `MAILSTREAM' was not declared in this scope
/usr/local/include/unix.h:206: `stream' was not declared in this scope
/usr/local/include/unix.h:206: parse error before `long'
......
.....
.....
*** Error code 1
make : Fatal error : Command failed for target `zend_language_scanner_cc.lo'
Current working directory /users/produits/temp/php4-200105170745/Zend
*** Error code 1
make : Fatal error : Command failed for target `all-recursive'


Can anyone help me... I configured and tried to compile it several time, without any success...

Many thanks for your help

Best regards

Florent

Patches

Add a Patch

Pull Requests

Add a Pull Request

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