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
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
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

Add a Patch

Pull Requests

Add a Pull Request

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-2024 The PHP Group
All rights reserved.
Last updated: Fri Apr 19 13:01:30 2024 UTC