I configured MySQL to start automatically on a Sun Ultra10 running Solaris 9 as per the installation instructions installing the following scripts/links:

- /etc/init.d/mysql
- /etc/rc3.d/S99mysql
- /etc/rc0.d/K01mysql

The MySQL daemon however failed to start at system startup. The .err log file contained the following...
--------
040814 21:27:55 mysqld started
ld.so.1: /usr/local/mysql/libexec/mysqld: fatal: libstdc++.so.5: open failed: No such file or directory
040814 21:27:56 mysqld ended
--------


libstdc++.so.5 does exist (located in '/usr/local/lib') and is set in LD_LIBRARY_PATH.
I can however start/stop/interact successfully with MySQL from the command line!?!


I don't know how to correct this libstdc++.so.5 error...it exists. GRRRRR:-(

Any help greatly appreciated.

Thanks

Graeme



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



Reply via email to