I'm not able to start ASSP with the mySQL information programmed in to it.. Any ideas?
[EMAIL PROTECTED] assp]# perl assp.pl create table whitelist (pkey varbinary(254) primary key,pvalue varbinary(255),pfrozen tinyint not null) create table redlist (pkey varbinary(254) primary key,pvalue varbinary(255),pfrozen tinyint not null) create table delaydb (pkey varbinary(254) primary key,pvalue varbinary(255),pfrozen tinyint not null) create table delaywhitedb (pkey varbinary(254) primary key,pvalue varbinary(255),pfrozen tinyint not null) create table spamdb (pkey varbinary(254) primary key,pvalue varbinary(255),pfrozen tinyint not null) create table spamdbhelo (pkey varbinary(254) primary key,pvalue varbinary(255),pfrozen tinyint not null) create table ldaplist (pkey varbinary(254) primary key,pvalue varbinary(255),pfrozen tinyint not null) DBD::mysql::db column_info failed: column_info doesn't support column selection at assp.pl line 3425. Can't locate object method "disconnect" via package "dbh" (perhaps you forgot to load "dbh"?) at assp.pl line 3431. [EMAIL PROTECTED] assp]# rpm -qa | grep mysql mysql-5.0.45-7.el5 mysql-server-5.0.45-7.el5 php-mysql-5.1.6-20.el5_2.1 ----------------------------------- And now I get this when I start ASSP from the command-line NOT in daemon mode *snip* Aug-21-08 10:12:44 listening for SMTP connections on 25 Aug-21-08 10:12:44 listening for admin HTTP connections on 55555 Aug-21-08 10:12:44 listening for stat HTTP connections on 55553 Aug-21-08 10:12:44 starting threads with ThreadCycleTime set to 3000 microseconds Aug-21-08 10:12:44 starting communication worker threads [1 to 5] Aug-21-08 10:12:45 Worker_1 started Aug-21-08 10:12:45 Worker_2 started Aug-21-08 10:12:45 Worker_3 started Aug-21-08 10:12:45 starting maintenance worker thread [10000] Aug-21-08 10:12:45 Worker_4 started Aug-21-08 10:12:45 Worker_5 started Aug-21-08 10:12:45 starting rebuild SpamDB worker thread [10001] Aug-21-08 10:12:45 all Threads are started DBD::mysql::db column_info failed: column_info doesn't support column selection at assp.pl line 3425. Can't locate object method "disconnect" via package "dbh" (perhaps you forgot to load "dbh"?) at assp.pl line 3431. ----------------------------------- Any ideas? :( Max ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ Assp-test mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/assp-test
