Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 4032 - php ebuild has no option for compiling php binary executable
Summary: php ebuild has no option for compiling php binary executable
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Ryan Phillips (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-06-22 12:27 UTC by David Rose
Modified: 2002-07-09 15:49 UTC (History)
1 user (show)

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 David Rose 2002-06-22 12:27:32 UTC
the ebuild for php has --with-apxs hardcoded in the ./configure portion of the
build. this should be optional, as many will desire the option of installing the
binary executable (/usr/local/bin/php).

one suggestion is to have the ebuild build both the apache module and the php
executable. as far as i know, this requires two ./configure&&make&&make install
runs.
Comment 1 Ryan Phillips (RETIRED) gentoo-dev 2002-06-24 00:26:45 UTC
This is true.  The new php-dev/ directory I am working on will include a 
php_mod and php package.  it may be possible to use the new USE format being 
proposed to pass an option to emerge to compile for commandline and mod 
support...