Hello,
I tried to install mysql-max-4.1.8-pc-solaris2.9-i386 on v20z with Solaris 9 04/04.
I get the following error message:
ld.so.1: ./bin/mysqld: fatal: libCrun.so.1: version `SUNW_1.4' not found (required by file ./bin/mysqld)
ld.so.1: ./bin/mysqld: fatal: libCrun.so.1: open failed: No such file or directory
Bernhard:
Disclaimer - I am not a Solaris expert, so my solution might not be the best. But if I were in your shoes, I would first try to build from source on that system. The problem is that the binary you are trying to use is linked against incompatible libraries.
Another option is dig deep into Solaris and try to figure out the SUNW_1.4 mystery. Unfortunately, in the end the answer is still very likely to be that you just need to build your own binary.
-- Sasha Pachev Create online surveys at http://www.surveyz.com/
-- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe: http://lists.mysql.com/[EMAIL PROTECTED]