Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 58206 - acid ebuild should depend on dev-php/adodb
Summary: acid ebuild should depend on dev-php/adodb
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High major (vote)
Assignee: Gentoo Netmon project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-07-24 10:40 UTC by Martin Jackson (RETIRED)
Modified: 2004-07-25 01:58 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 Martin Jackson (RETIRED) gentoo-dev 2004-07-24 10:40:49 UTC
ACID requires adodb, which currently has an ebuild in ~x86 at least (4.0.5)
Also, the acid_conf.php should be patched as follows:

Instead of:
$DBlib_path = "";

It should be:
$DBlib_path = "/usr/lib/php/adodb";


Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1 Martin Jackson (RETIRED) gentoo-dev 2004-07-24 10:46:46 UTC
My mistake.  The dependency is there; it should still be refleced in acid_conf.php.inc, though.  Sorry for any confusion.
Comment 2 Eldad Zack (RETIRED) gentoo-dev 2004-07-25 01:58:55 UTC
fixed in portage. thanks.