Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 144585 - www-apps/wordpress should check if dev-lang/php compiled w/ USE pcre
Summary: www-apps/wordpress should check if dev-lang/php compiled w/ USE pcre
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All All
: High normal (vote)
Assignee: Steve Dibb (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-08-20 22:19 UTC by David Watzke
Modified: 2007-02-14 14:16 UTC (History)
2 users (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 Watzke 2006-08-20 22:19:20 UTC
... because without pcre USE-flag it won't work: wp-admin/install.php throws error:

Fatal error: Call to undefined function preg_replace()
in /var/www/localhost/htdocs/gentoo/wp-settings.php on line 156
Comment 1 Steve Dibb (RETIRED) gentoo-dev 2006-12-21 12:22:40 UTC
Note to self: check to make sure mysql is installed too
Comment 2 Renat Lumpau (RETIRED) gentoo-dev 2006-12-21 12:27:01 UTC
(In reply to comment #1)
> Note to self: check to make sure mysql is installed too

What if the user wants to use a remote DB server?

Comment 3 Steve Dibb (RETIRED) gentoo-dev 2006-12-21 13:14:20 UTC
(In reply to comment #2)
> (In reply to comment #1)
> > Note to self: check to make sure mysql is installed too
> 
> What if the user wants to use a remote DB server?
> 

I meant PHP support for mysql|mysqli :)
Comment 4 Renat Lumpau (RETIRED) gentoo-dev 2006-12-21 13:18:08 UTC
(In reply to comment #3)
> (In reply to comment #2)
> > (In reply to comment #1)
> > > Note to self: check to make sure mysql is installed too
> > 
> > What if the user wants to use a remote DB server?
> > 
> 
> I meant PHP support for mysql|mysqli :)

Well then :)
Comment 5 Steve Dibb (RETIRED) gentoo-dev 2007-02-14 14:16:54 UTC
fixed in CVS, 2.0.8, thanks for the report, David