php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #17262 PHP 4.2.1 fails to install when compiled as a CGI
Submitted: 2002-05-15 18:20 UTC Modified: 2002-06-24 05:08 UTC
Votes:1
Avg. Score:5.0 ± 0.0
Reproduced:1 of 1 (100.0%)
Same Version:1 (100.0%)
Same OS:0 (0.0%)
From: yushiro at 2nd-impact dot org Assigned:
Status: Closed Package: Compile Failure
PHP Version: 4.2.1 OS: RedHat linux 7.3
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: yushiro at 2nd-impact dot org
New email:
PHP Version: OS:

 

 [2002-05-15 18:20 UTC] yushiro at 2nd-impact dot org
When compiling php with the following options on a stock RedHat 7.3 system:

./configure \
--without-mysql \
--with-config-file-path=/etc \
--with-zlib \
--with-gd \
--with-pgsql \
--with-system-regex \
--with-pdflib

I recieve this error when performing the make install:

Making install in .
make[1]: Entering directory `/sources/php-4.2.1'
make[1]: *** [install-sapi] Error 1
make[1]: Leaving directory `/sources/php-4.2.1'
make: *** [install-recursive] Error 1

The php binary is not installed when I get this message.  I can copy the file into the /usr/local/lib directory and it *appears* to work ok.  This problem was not present in php version 4.1.2.

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2002-05-16 06:41 UTC] sander@php.net
Can you please copy and paste the FULL error?
 [2002-05-16 09:00 UTC] yushiro at 2nd-impact dot org
This is the full error,  I can paste the entire contents of the "make install" when I get to work if you like.
 [2002-05-16 17:00 UTC] db at unit-netz dot de
I think it?s my Bug ID 17203, so manually creating the directory "libs" may be the solution.

Daniel
 [2002-05-17 21:08 UTC] jeroen at vogelpoel dot dot dot com
I'm experiencing the same bug on my Mandrake 8.1 system, except I'm trying to compile it as a Apache2 Shared Module. I added an empty dir called "libs" in the dir where I unpacked PHP 4.2.1 and it suddenly worked, thanks to Daniel. :)
 [2002-06-24 05:04 UTC] derick@php.net
Can you please try the latest non-stable snapshot from snaps.php.net and report back if it is fixed or not?

Derick
 [2002-06-24 05:08 UTC] sniper@php.net
It's fixed in this one:

http://snaps.php.net/php4-latest.tar.gz

 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Wed Sep 11 17:02:22 2024 UTC