Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 52915 - phpwebsite should not depend on mysql explicitly
Summary: phpwebsite should not depend on mysql explicitly
Status: RESOLVED LATER
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All All
: High normal (vote)
Assignee: PHP Bugs
URL: http://http://phpwebsite.appstate.edu...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-06-03 14:28 UTC by Ben Ford
Modified: 2004-06-04 12:38 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 Ben Ford 2004-06-03 14:28:49 UTC
phpwebsite ebuild depends on mysql explicitly.   According to their website, they use PEAR, and so don't depend on anh particular database.
Comment 1 Ben Ford 2004-06-03 20:02:21 UTC
Never mind.  Close this bug.  I just tried it with PostgreSQL and it doesn't work at all.  The developers claim that next version should be coming out over the summer and will fix this.
Comment 2 Robin Johnson archtester Gentoo Infrastructure gentoo-dev Security 2004-06-03 20:15:23 UTC
closing as requested.
Comment 3 Martin Holzer (RETIRED) gentoo-dev 2004-06-04 02:57:29 UTC
right, could be removed

who says the db runs on the same host ?
Comment 4 Robin Johnson archtester Gentoo Infrastructure gentoo-dev Security 2004-06-04 12:38:53 UTC
mholzer: you'd still need mysql on your local machine as php needs to link against it if you want the mysql functionality (even if you don't use it directly, the PEAR DB code does).