|
From: <ja...@in...> - 2006-01-26 21:48:46
|
# perl -v | grep "This is perl" This is perl, v5.8.7 built for i686-linux-thread-multi # mysql -V mysql Ver 14.7 Distrib 4.1.14, for pc-linux-gnu (i686) using readline 5.0 # cd /usr/local/slash # bin/install-slash the error is: DO: Something wrong while try to prepare query This command is not supported in the prepared statement protocol yet Error in library: Slash::Install:/usr/lib/perl5/site_perl/5.8.7/i686-linux-thread-multi/Slash/Install.pm:330:ALTER TABLE stories add fulltext (title) Which was called by: Slash::Install:/usr/lib/perl5/site_perl/5.8.7/i686-linux-thread-multi/Slash/Install.pm:153:ALTER TABLE stories add fulltext (title) Failed on :ALTER TABLE stories add fulltext (title): I think it might have something to do with this bug: http://bugs.mysql.com/bug.php?id=15665 -- |