From: Niall Kavanagh <[EMAIL PROTECTED]>
> On Thu, 18 May 2000, Thomas Charron wrote:
> >   Has anyone managed to get the Perl DBD drivers for MySQL to compile
and
> > install under RedHat 6.2?  I have mysql and mysql-devel installed, but
> Working fine here, but I did install mysql from source (Shame on you Tom!
> The latest 3.23.x release even has replication support)

  It does?  Man, I gotta follow it more..  Usually I would, but with this
particular box, I've been trying to keep it rather 'RedHat Pure' and using
their RPM's for everything..

> My guess is the RPM puts the mysql include dir in some wierd place... did
> you specify the right place when you install DBD::Mysql?

  Nope, I looked, and it just plain doesn't install some of the needed mysql
include files, particularly mysql_version.h which DBD::Mysql uses during
configuration, and errmsg.h, which is used during the compilation.

> Install from source. It's not that bad:
> mysqldump <database> > database.sql
> configure
> make
> make install
> mysql_install_db
> restart mysql
> run mysql and "source database.sql"

  My end solution was to do the first step for all of the databases, then
rpm -e the mysql packages.  I then pulled the rpm's from mysql.com directly,
which they conviently supply.  After I installed those, I found I actually
didn;t even need to restore the DB's, becouse the -e left all of the ones it
didn't install where they where.  All up and running with 3.22 now, but I
just might start messing with 3.23 to play with the replication support..

  How good is it?  I know Andover.net is throwing money at mysql.com to
bring transactional capabilities to MySQL.  I wonder if that is some of the
fallout from that arangment..


**********************************************************
To unsubscribe from this list, send mail to
[EMAIL PROTECTED] with the following text in the
*body* (*not* the subject line) of the letter:
unsubscribe gnhlug
**********************************************************

Reply via email to