php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #35150 php-cgi dont apears i any configuration
Submitted: 2005-11-08 07:20 UTC Modified: 2005-11-08 08:06 UTC
From: pepe1 at arg dot net dot ar Assigned:
Status: Not a bug Package: Compile Failure
PHP Version: 4.4.1 OS: Fedoracore2
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: pepe1 at arg dot net dot ar
New email:
PHP Version: OS:

 

 [2005-11-08 07:20 UTC] pepe1 at arg dot net dot ar
Description:
------------
When i try to use de ./php cli program I cant see any headers.

I am compiling with this parameters and only apears the php cli program, but i cant find the php cgi:






Reproduce code:
---------------
./configure --prefix=/srv/php \
 --disable-debug \
 --with-layout=GNU \
 --with-pear \
 --disable-rpath \
 --enable-fastcgi \
 --with-zlib-dir=/usr \
 --with-apxs=/srv/apache/sbin/apxs \
 --with-config-file-path=/conf/php \
 --enable-cli \
 --enable-force-cgi-redirect \
 --enable-memory-limit


Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2005-11-08 08:06 UTC] sniper@php.net
You can only build one SAPI + CLI at same time.
Drop the "--with-apxs" from that configure line and it will work.
 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Tue Mar 11 19:01:31 2025 UTC