James Green <[EMAIL PROTECTED]> wrote:

> Trying to run mysqlhotcopy on multiple Debian stable systems, am getting 
> segfaults on some of them. We're using mysql-4.0.20 from the binary 
> release off mysql.com. strace says:
> 
[]
> I'm no expert - can anyone identify the fault? Running as root user.

mysqlhotcopy is a perl script. Please check the perl version, the DBI
versions and also how is the DBD::MySQL linked with libmysqlclient. 

I suggest you to install MySQL-devel and MySQL-shared and then 
recompile and reinstall DBD::MySQL to get sure that it's linked with
properly-compiled MySQL libraries. 

Also, as a clue, take a look at the end of the dmesg output. If there's 
a kernel panic - then you have something wrong with your hardware or 
less possibly, with your kernel. 





-- 
For technical support contracts, goto https://order.mysql.com/?ref=ensita
This email is sponsored by Ensita.net http://www.ensita.net/
   __  ___     ___ ____  __
  /  |/  /_ __/ __/ __ \/ /    Egor Egorov
 / /|_/ / // /\ \/ /_/ / /__   [EMAIL PROTECTED]
/_/  /_/\_, /___/\___\_\___/   MySQL AB / Ensita.net
       <___/   www.mysql.com




-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to