php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #9078 php] make install
Submitted: 2001-02-02 11:36 UTC Modified: 2001-05-28 17:11 UTC
From: arena1 at korea dot com Assigned:
Status: Closed Package: Compile Failure
PHP Version: 4.0.3 OS: sunos 5.6/sparc-sun-solaris2.6
Private report: No CVE-ID: None
 [2001-02-02 11:36 UTC] arena1 at korea dot com
. cd apache_1.3.14 
./configure --prefix=/usr/local/apache   ----  success
cd ../php-4.0.3pl1 
./configure --with-oracle=ORACAL_HOME --with-apache=../apache_1.3.14 --enable-track-vars ----  success
make                                        ----  success
[Ns1:root:/usr/local/php-4.0.3pl1] make install
Making install in Zend
Making install in main
Making install in ext
Making install in gd
Making install in mysql
Making install in libmysql
Making install in oracle
Making install in pcre
Making install in pcrelib
Making install in posix
Making install in session
Making install in standard
Making install in xml
Making install in expat
Making install in xmltok
Making install in xmlparse
Making install in sapi
Making install in apache
Making install in TSRM
Making install in regex
Making install in .
*** Error code 2
make: Fatal error: Command failed for target `install-sapi'
Current working directory /usr/local/php-4.0.3pl1
*** Error code 1
make: Fatal error: Command failed for target `install-recursive'

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2001-05-28 17:11 UTC] sniper@php.net
Please try with PHP 4.0.5 and read also the INSTALL file
for instructions how to build as static module.

--Jani

 [2004-07-19 22:33 UTC] coimbraj at hotmail dot com
I cant find any of the directories or even files that you sugest to compile PHP on a Apache Suse installation.
How can I do it there?
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Wed Nov 13 02:01:31 2024 UTC