Ian,

Thursday, March 28, 2002, 6:20:29 PM, you wrote:
IL> - Redhat 7.2 (Enigma) pre-build installation.
IL> - Mysql with the following rpms installed:
IL>                       MySQL-3.23.49a-1.i386.rpm
IL>                       MySQL-client-3.23.49a-1.i386.rpm

Are you sure you are really running MySQL built binary and not the
Red Hat's one?

If you have installed Red Hat 7.2 blindly, you could install Red Hat's
mysql rpms. Then it's possible that you have overwritten the RedHat's
binary release with MySQL one and that could be a source of
conflict, it is because MySQL and Red Hat are building MySQL in different ways...

Please show us the output of the following:

rpm -qa | grep -i mysql

You can do something like rpm --erase `rpm -qa | grep -i mysql` (which
will erase any occurances of MySQL), then erase /var/lib/mysql just to
be sure nothing is left (warning: save all data before doing that!). After that you 
can install a binary release from MySQL 
(MySQL-3.23.49a.i386.rpm and others), and check if everything 
works fine.

IL> Segmentation fault

This error mostly happens because of bad hardware or wrong-compilled
MySQL, but something tells me that's not that case...

IL> /Ian







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



---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to