Just built a fresh RedHat 8.0 Server and tried to install the latest 
MySQL from source.
        gunzip -dc source/mysql-3.23.52.tar.gz|tar xvf -
        mv mysql-3.23.52 mysql
        cd mysql
        
        ./configure --prefix=/usr/local/mysql \
        --with-unix-socket-path=/usr/local/mysql/tmp/mysql.sock \
        --enable-static \
        --with-berkeley-db
        
        make
        make install

        mkdir /usr/local/mysql/tmp
        chmod 777 /usr/local/mysql/tmp
        
        scripts/mysql_install_db
        chown -R mysql /usr/local/mysql
        chgrp -R mysql /usr/local/mysql
        
        cp support-files/mysql.server /etc/rc.d/init.d/mysql.server

        /etc/rc.d/init.d/mysql.server start

Here is the error

/usr/local/mysq/usr/local/mysql/bin/safe_mysqld: line 273: 24640 
Segmentation fault      $NOHUP_NICENESS$ledir/$MYSQLD $defaults 
--basedir=$MY_BASEDIR_VERSION --datadir=$DATADIR $USER_OPTION --pid-
file=$pid_file --skip-locking>>$err_log 2>&1

Number of processes running now: 1
[root@dev mysql]# /usr/local/mysqlmysqld process hanging, pid 24643 - 
killed
021002 17:35:33  mysqld restarted

MySQL will restart and be accessable for about 15 - 30 seconds and then 
the error repeats.

Any help would be appreciated.


-
Joe Stanley


---------------------------------------------------------------------
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