php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #11792 can't install php as cgi on Solaris
Submitted: 2001-06-29 00:57 UTC Modified: 2001-06-29 09:35 UTC
From: chedong at yeah dot net Assigned:
Status: Not a bug Package: Installation problem
PHP Version: 4.0.6 OS: Solaris5.8 Generic_108529-08 i86
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: chedong at yeah dot net
New email:
PHP Version: OS:

 

 [2001-06-29 00:57 UTC] chedong at yeah dot net
I tried php4.0.5 and php 4.0.6 install as apache module is ok, but can't install as cgi
./configure --with-mysql 
or
./configure --with-mysql --prefix=/usr/local

make is ok
but make install failed with following message:
...........
make[2]: Leaving directory `/home/chedong/php-4.0.6/regex'
make[1]: Leaving directory `/home/chedong/php-4.0.6/regex'
Making install in .
make[1]: Entering directory `/home/chedong/php-4.0.6'
make[1]: *** [install-sapi] Error 1
make[1]: Leaving directory `/home/chedong/php-4.0.6'
make: *** [install-recursive] Error 1


my built environment:
5.8 Generic_108529-08 i86pc i386 i86pc

gcc -v   
Reading specs from /usr/local/lib/gcc-lib/i386-pc-solaris2.8/2.95.3/specs
gcc version 2.95.3 20010315 (release)

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2001-06-29 01:05 UTC] chedong at yeah dot net
perl installed:
perl -v

This is perl, version 5.005_03 built for i86pc-solaris

 [2001-06-29 01:48 UTC] chedong at yeah dot net
SORRY:problem sloved, It's my fault...

just there is some $PATH in make user environment not included in my root environment,
and when I su =>"make install", it cause some error occured.
I use the same $PATH I used in "make", 
php installed smothly...

sorry for wrong report.
 [2001-06-29 09:35 UTC] sniper@php.net
user error.

 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sat Dec 21 18:01:29 2024 UTC