Linux debian 2.2.20-idepci
Perl v5.6.1 built for i386-linux
libapache-mod-perl 1.26-3.0
Apache/1.3.26 (Unix) Debian GNU/Linux
MySQL 3.23.49
I have every Perl module installed including the optional ones except libstring-crc32-perl since that's only availble in 'testing' mode. I have the most up to date version of CVS taken at 12:05pm on Sunday July 25th. Everything went smooth until I tried to bin/upgrading/update-db.pl --runsql --populate It spit out this error:
debian:/home/lj# bin/upgrading/update-db.pl --runsql --populate
Updating cluster: 0
cluster: status
0: ERROR: Can't connect to the database (clust#0), so I can't update it.
Can't call method "quote" on an undefined value at /home/lj/cgi-bin/ljlib.pl line 5563.
UPDATE:
When I run bin/checkconfig.pl I get:
Problem:
* Couldn't get master database handle.
I setup the database exactly as the documentation tells and my DBINFO is:
%DBINFO = (
'master' => { # master must be named 'master'
'host' => "localhost",
'port' => 3306,
'user' => 'lj',
'pass' => 'ljpass',
'role' => {
'cluster1' => 1,
},
},
);
Any help is appreciated :)