Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 57048 - mod_php5 soap and gd-external error
Summary: mod_php5 soap and gd-external error
Status: RESOLVED TEST-REQUEST
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High major (vote)
Assignee: PHP Bugs
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 56963
  Show dependency tree
 
Reported: 2004-07-14 10:36 UTC by Tobias Luetke
Modified: 2004-07-21 05:17 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 Tobias Luetke 2004-07-14 10:36:43 UTC
use flag +soap does not compile soap support into php5. 
Afaik the correct parameter is --enable-soap according to phpinfo(); --with-soap was used at compile time. 

use flag +gd-external doesn't seem to work. error complains about gd,/usr ( maybe the comma is a typo ? )

configure: error: gd,/usr: invalid package name

!!! ERROR: dev-php/mod_php-5.0.0 failed.
!!! Function econf, Line 362, Exitcode 1
!!! econf failed

use flag session doesn't seem to be set by default. This would break nearly every php app out there.

Lastly i would also like to petition that simplexml and sqlite are included in the standard use flags. Both libraries are tiny but their use for php is enormous. 

Reproducible: Always
Steps to Reproduce:
1. USE="+soap +gd-external" emerge mod_php5.0.0.ebuild
2. !!! ERROR: dev-php/mod_php-5.0.0 failed.
3. profit ?
Comment 1 Stuart Herbert (RETIRED) gentoo-dev 2004-07-14 15:16:09 UTC
Okay, I'll get these two fixed.

I've made everything optional for PHP 5.  Absolutely nothing gets compiled in by default.  Until I'm happy that we have everything working, I've no plans to change that.

Best regards,
Stu
Comment 2 Stuart Herbert (RETIRED) gentoo-dev 2004-07-14 16:21:29 UTC
Okay, I've committed a change to Portage which should fix these issues.  It should appear on your local rsync mirror in about an hour.  Please test, and let me know how you get on.

Best regards,
Stu