Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 198802 - net-analyzer/base-1.3.X: path to adodb is wrong
Summary: net-analyzer/base-1.3.X: path to adodb is wrong
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High minor (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-11-11 12:59 UTC by Toralf Förster
Modified: 2007-11-11 13:02 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 Toralf Förster gentoo-dev 2007-11-11 12:59:16 UTC
n22 /usr/portage/net-analyzer/base # diff /etc/base/._cfg0000_base_conf.php.dist  /etc/base/base_conf.php.dist
21c21
< $BASE_VERSION = '1.3.8 (jodie)';
---
> $BASE_VERSION = '1.3.6 (louise)';
70c70
< $DBlib_path = "/usr/share/php5/adodb"; <---------- this is better, isn't it ?
---
> $DBlib_path = "/usr/share/php/adodb";


Reproducible: Always