First, I'd like to say that it's great that a "Solaris for Intel" version
of the binaries are now available (or was it my poor eyesight that hadn't
seen it before).
There's a possibility that the fact that you've used a 'symbolic' link for
"/usr/local/mysql" is causing a problem (though it works on Linux, so I can
keep multiple versions of mysql in /usr/local). The error statement is
showing the actual directory for the MySQL installation, and perhaps
there's a conflict over 'where' you've told it to start, and where it's
finding the actual files...
Just a hunch (try removing the symbolic link, and renaming your MySQL
directory to "mysql")
----- Original Message -----
From: "Breughel Macabuhay" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, July 11, 2001 12:43 AM
Subject: segmentation fault
> Hi,
>
> I am a just a solaris newbie. I tried installing mySQL
> 3.23.39 on solaris 8 (intel). I followed these steps(I
> used GNU tar):
>
> #groupadd mysql
> #useradd -g mysql mysql
> #cd /usr/local
> #gunzip < /path/to/mysql-VERSION-OS.tar.gz> | tar xvf
> -
> #ln -s mysql-VERSION-OS mysql
> #cd mysql
> #scripts/mysql_install_db
> #chown -R root /usr/local/mysql
> #chown -R mysql /usr/local/mysql/data
> #chgrp -R mysql /usr/local/mysql
> #chown -R root /usr/local/mysql/bin
> #bin/safe_mysqld --user=mysql &
>
> And this happened:
> 1759
> # Starting mysqld daemon with databases from
> /usr/local/mysql-3.23.39-pc-solaris
> 2.8-i386/data
> Segmentation Fault - core dumped
> 010711 16:21:08 mysqld ended
>
> Can anybody help?
>
> Breugh
>
> __________________________________________________
> Do You Yahoo!?
> Get personalized email addresses from Yahoo! Mail
> http://personal.mail.yahoo.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
>
---------------------------------------------------------------------
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