Aaron, Thursday, October 17, 2002, 6:18:55 PM, you wrote: AP> I have a more-or-less stock Red Hat 7.3 machine that I have running AP> MySQL v3.23.53 built from source. Local socket connections work great, AP> but it segfaults when it receives a remote connection. Here is the error:
AP> [root@host src]# /usr/local/mysql/bin/safe_mysqld: line 273: 30534 AP> Segmentation fault $NOHUP_NICENESS $ledir/$MYSQLD $defaults AP> --basedir=$MY_BASEDIR_VERSION --datadir=$DATADIR $USER_OPTION AP> --pid-file=$pid_file --skip-locking >>$err_log 2>&1 AP> Number of processes running now: 1 AP> mysqld process hanging, pid 30537 - killed AP> 021017 10:18:08 mysqld restarted Glibc which is used by default in RedHat 7.3 and 8.0 is buggy. So at least you have to downgrade your glibc. But anyway, compiling MySQL by yourself is tricky and it's not recommended at all. So better download the official binary release from MySQL in RPMs - this works fine as it is statically-linked with perfect glibc. -- For technical support contracts, goto https://order.mysql.com/?ref=ma02-010c 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