php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #21514 Compile fails
Submitted: 2003-01-08 03:05 UTC Modified: 2003-01-08 21:44 UTC
From: orlov_oleg at hotmail dot ru Assigned:
Status: Not a bug Package: Compile Failure
PHP Version: 4CVS-2003-01-08 (stable) OS: Solaris 2.7 SPARC
Private report: No CVE-ID: None
 [2003-01-08 03:05 UTC] orlov_oleg at hotmail dot ru
OS: Solaris 2.7 SPARC
gcc: 3.0.1

gcc  -Imain/ -I/export/home/ins/php/main/ -DPHP_ATOM_INC 
 -I/export/home/ins/php/include -I/export/home/ins/php/main 
 -I/export/home/ins/php -I/export/home/ins/php/Zend 
 -I/export/home/ins/php/ext/xml/expat -D_POSIX_PTHREAD_SEMANTICS 
 -I/export/home/ins/php/TSRM  -g -O2  -c main/internal_functions_cli.c 
 -o main/internal_functions_cli.o  && echo > main/internal_functions_cli.lo
/bin/sh libtool --silent --mode=link gcc -export-dynamic -g -O2  
 -L/usr/ucblib -L/usr/local/lib/gcc-lib/sparc-sun-solaris2.7/3.0.1  
 -R /usr/ucblib -R /usr/local/lib/gcc-lib/sparc-sun-solaris2.7/3.0.1 
 ext/ctype/ctype.lo ext/mysql/php_mysql.lo ext/mysql/libmysql/libmysql.lo 
 ext/mysql/libmysql/errmsg.lo ext/mysql/libmysql/net.lo ext/mysql/libmysql/violite.lo 
 ext/mysql/libmysql/password.lo ext/mysql/libmysql/my_init.lo ext/mysql/libmysql/my_lib.lo 
 ext/mysql/libmysql/my_static.lo ext/mysql/libmysql/my_malloc.lo ext/mysql/libmysql/my_realloc.lo 
 ..........
 Zend/zend_execute.lo sapi/cli/php_cli.lo sapi/cli/getopt.lo main/internal_functions_cli.lo 
-lcrypt -lresolv -lm -lsocket -lgcc -lcrypt  -o sapi/cli/php

Output line too long.
Output line too long.
Output line too long.
gcc: main/php_ini: No such file or directory
*** Error code 1
make: Fatal error: Command failed for target `sapi/cli/php'

->PHP 4.2.3 compile success

->PHP 4.3.0 compile error ?

Best Regards !!! Orlov Oleg

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2003-01-08 03:11 UTC] derick@php.net
Due to a bug in the installed sed on your system the build
fails. Install GNU sed and it should be okay.
 
Thank you for your interest in PHP.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Wed Sep 18 19:01:28 2024 UTC