hi antoine,

On Tue, Feb 14, 2006 at 10:51:12PM +0100, Antoine Barrillon wrote:
> I'm not a developper, but I tried the diff tool against the .php files 
> ... and there are little differences ... but maybe a lead ?

could you provide something like diff -Nru cacti cacti-debian?

> < include("/usr/share/php/adodb/adodb.inc.php");
> ---
> > include($config["library_path"] . "/adodb/adodb.inc.php");
> 
> 
> My guess is the last one could be the cause ... the "upstream" Cacti 
> comes with it's own adodb.inc.php in cacti-0.8.6h/lib/adodb/ ...

yes, cacti ships with it's own version of adodb included in the
source.  since there's an adodb package already in debian, i've
patched cacti to use this.  i wonder if there's a difference
in version...  hrm it looks like the version in debian is
newer but hasn't been touched since last november so i'm
not sure that this is the right direction to investigate.


> What do you think ? Should I try to play with adodb.inc.php files to be 
> sure or do you have another idea ?

i suppose it'd be worth changing the adodb include line

> < include("/usr/share/php/adodb/adodb.inc.php");

back to 

> > include($config["library_path"] . "/adodb/adodb.inc.php");

and see if it magically fixes things, though i'm not
horribly optomistic about it...  


        sean

Attachment: signature.asc
Description: Digital signature

Reply via email to