[SOLVED] maia/ amavis/ spamassassin install problems - Printable Version +- ispCP - Board - Support (http://www.isp-control.net/forum) +-- Forum: ispCP Omega Support Area (/forum-30.html) +--- Forum: System Setup & Installation (/forum-32.html) +--- Thread: [SOLVED] maia/ amavis/ spamassassin install problems (/thread-2896.html) |
[SOLVED] maia/ amavis/ spamassassin install problems - el-mar - 03-31-2008 11:25 PM Question on the: Howto install Maia on ispCP When i try to start amavis i get the following error: Code: Starting amavisd: Error in config file "/etc/amavisd.conf": Can't locate object method "connect" via package "DBI" at /etc/amavisd.conf line 122. whats wrong in: Code: my $ dbh = DBI->connect("DBI:mysql:database=$db;host=$host", $user, $password, {RaiseError => 1}); Mail.info: Code: Mar 31 14:24:11 gail postfix/qmgr[1041]: CAB79104FB: from=<blablabla@gmail.com>, size=2026, nrcpt=1 (queue active) Thank you very much in advance! RE: maia/ amavis/ spamassassin install problems - Cube - 03-31-2008 11:55 PM Have you done the second instruction in the HowTo? Code: apt-get install libdbd-mysql-perl libdbi-perl libphp-jpgraph libossp-uuid-perl RE: maia/ amavis/ spamassassin install problems - el-mar - 04-01-2008 12:01 AM unfortuanally everything is with the latest version Code: :/etc/init.d# apt-get install libdbd-mysql-perl libdbi-perl libphp-jpgraph libossp-uuid-perl RE: maia/ amavis/ spamassassin install problems - BeNe - 04-01-2008 12:04 AM Maybe this helps ? --> http://isp-control.net/forum/solved-maia...esnt-work-(-t-2038.html Greez BeNe RE: maia/ amavis/ spamassassin install problems - el-mar - 04-01-2008 12:11 AM Ahem.. shame on me forgot to mention "use DBI;" in the config Thankx though! |