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
Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know!
Just going to say 'Me too!'? Don't clutter the database with that please !
Your email address:
MUST BE VALID
Solve the problem:
47 - 37 = ?
Subscribe to this entry?

 
 [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 21:01:30 2024 UTC