Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 37388 - Can't build php cli without apache2
Summary: Can't build php cli without apache2
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Development (show other bugs)
Hardware: All Linux
: High minor (vote)
Assignee: PHP Bugs
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-01-06 05:48 UTC by Rene Androsch
Modified: 2004-01-06 15:48 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Rene Androsch 2004-01-06 05:48:19 UTC
I simple need a fully workingt php-cli on my computer, as we are using php like a shell scrip language. Therefore, I don't need an apache2.

How can I get a php-cli 4.3.4 without having an apache2 to install (not CGI -> CLI !)?

Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1 Robin Johnson archtester Gentoo Infrastructure gentoo-dev Security 2004-01-06 11:41:11 UTC
'emerge php'
mod_php is the apache module.

'emerge php' definetly shouldn't pull in any web server itself unless you have some combination of use flags that requires a apache for other purposes (yes this is possible).
Comment 2 Rene Androsch 2004-01-06 13:02:31 UTC
Ha!
When I do:
emerge -pvD php
I can only install php!

when I do
ACCEPT_KEYWORDS="~x86" emerge -pvD php
it shows me also apache2 and mod_php and php-core !!

So it is not hidden in the USE flag!
Comment 3 Robin Johnson archtester Gentoo Infrastructure gentoo-dev Security 2004-01-06 15:36:26 UTC
post the full output from 'ACCEPT_KEYWORDS="~x86" emerge -pvD php' and 'emerge -vpD php' please.
Comment 4 Rene Androsch 2004-01-06 15:48:38 UTC
Okay, since I now "emerge sync"d, installed PHP and then updated it. Here is my modified output, now not showing what it should ... :(



ACCEPT_KEYWORDS="~x86" emerge -pvD php
-----start-----
[ebuild  N    ] dev-php/php-4.3.4-r1  +X +crypt -curl -firebird -flash -freetds -gd -gd-external +gdbm -imap -informix -ipv6 +java +jpeg -ldap -mcal -memlimit -mysql +nls -oci8 -odbc +pam +pdflib +png -postgres +qt -snmp +spell +ssl +tiff +truetype +xml2 -yaz +berkdb +readline
[ebuild  N    ] dev-php/php-core-4.3.4-r2  +X +crypt -curl -firebird -flash -freetds -gd -gd-external +gdbm -imap -informix -ipv6 +java +jpeg -ldap -mcal -memlimit -mysql +nls -oci8 -odbc +pam +pdflib +png -postgres +qt -snmp +spell +ssl +tiff +truetype +xml2 -yaz +berkdb +readline
------end------

emerge -vpD php
-----start-----
[ebuild  N    ] dev-php/php-4.3.3-r2  +X +crypt -curl -firebird -flash -freetds -gd -gd-external +gdbm -imap -informix -ipv6 +java +jpeg -ldap -mcal -memlimit -mysql +nls -oci8 -odbc +pam +pdflib +png -postgres +qt -snmp +spell +ssl +tiff +truetype +xml2 +berkdb +readline
------end------