|
From: Blake C. <li...@li...> - 2005-10-27 21:13:06
|
> I have an up-to-date-as-of-16:47today cvs install on my laptop and I
> just wacked /usr/local/slash, cvs update'd, make install'd and
> install-slashsite'd a new site w/o any problems. So I don't think the
> problem's with Slash itself.
> You didn't say exactly what versions of each LAMP you were running,
> nor how you build apache/mod_perl etc.
> Shane
Drat, forgot all my details. I built apache and mod_perl from sources
according to the INSTALL file. Perl came installed on the RHEL box
already. It's the perl-5.8.0-89.10 RPM. MySQL was an RPM as well,
mysql-3.23.58-15.RHEL3.1
I tried rolling back to a recent t_tag or two, the same errors kept up,
along with a bunch of sql errors from the defaults.sql
DBD::mysql::db do failed: You have an error in your SQL syntax near '; '
at line 1 at ./install-slashsite line 395.
Failed on 'INSERT INTO vars (name, value, description) VALUES
('login_speed_limit', '20', 'How fast a user can create users, etc.'); '
DBD::mysql::db do failed: You have an error in your SQL syntax near '; '
at line 1 at ./install-slashsite line 395.
Failed on 'INSERT INTO vars (name, value, description) VALUES
('max_login_allowed', '10', 'How many forms a user can submit'); '
|