Hi Sean,
Le 18/02/2006 09:50, sean finney écrivait :
could you provide something like diff -Nru cacti cacti-debian?
Here it is : http://karadoc.net/bsod/cacti_cactideb.txt
(It's a bit long because of the .sql files and the docs that you moved
in usr/share/doc/ for the package)
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...
Well you could be ;)
include($config["library_path"] . "/adodb/adodb.inc.php");
doesn't work since the adodb is not in the .deb, but
include("/home/sites/karadoc.net/ftp/web/www/cacti-0.8.6h/lib/adodb/adodb.inc.php");
works and magically fixes things !
Regards,
--
Antoine