Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 57074 - mod_php-5.0.0 doesn't compile because of "spell"
Summary: mod_php-5.0.0 doesn't compile because of "spell"
Status: RESOLVED TEST-REQUEST
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: PHP Bugs
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 56963
  Show dependency tree
 
Reported: 2004-07-14 14:59 UTC by Stefan Walkner
Modified: 2004-07-22 05:32 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 Stefan Walkner 2004-07-14 14:59:12 UTC
I don't know if it is a real bug, but if I compile this ebuild with:
USE="-gdbm -gd-external gd" emerge /usr/portage/dev-php/mod_php/mod_php-5.0.0.ebuild
//this -gd-external I found in another bugreport
then I get following error:
<---snip--->

checking for PSPELL support... yes
configure: error: Cannot find pspell

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

so (neech gave me this hint) I emerged with:
USE="-spell -gd-external gd" emerge /usr/portage/dev-php/mod_php/mod_php-5.0.0.ebuild
and it worked....

another thing at this point: 
do you think, that it is useful, that "session" is off by default? 
USE="session..."

and I also had to move /usr/lib/apache2/modules/libphp5.so to /usr/lib/apache2/extramodules/libphp5.so -> as written in /etc/apache2/conf/modules.d/70_mod_php5.conf...

Reproducible: Always
Steps to Reproduce:
1. USE="-gdbm -gd-external gd" emerge /usr/portage/dev-php/mod_php/mod_php-5.0.0.ebuild
2.
3.

Actual Results:  
when compiling with USE="-spell ...." it worked correctly -> exept moving the
libphp5.so as described above

Expected Results:  
hmmm why does php5 need spell?
use.desc:
spell 	Adds dictionary support

it's my first bug report....
Comment 1 Stuart Herbert (RETIRED) gentoo-dev 2004-07-22 05:32:40 UTC
This should now be fixed in Portage.  Please resync, and them re-merge mod_php-5.0.0.

Best regards,
Stu