Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 57048

Summary: mod_php5 soap and gd-external error
Product: Gentoo Linux Reporter: Tobias Luetke <tobi>
Component: New packagesAssignee: PHP Bugs <php-bugs>
Status: RESOLVED TEST-REQUEST    
Severity: major    
Priority: High    
Version: unspecified   
Hardware: x86   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 56963    

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