hello,
I install mysql 3.22.25 on SunOS5.7,
but the sun have not gcc and I was not allowed to install gcc on the sun.
So I first compile mysql on another SunOS5.7:
./configure --prefix=/usr/local/mysql
make
make install
then I copy /usr/local/mysql to the SunOS5.7 with ftp.
then I run ./safe_mysqld &
then I run ./mysql
but it report:
ld.so.1: ./mysql: fatal: libmysqlclient.so.6: open failed: No such file or directory
Killed
but the libmysqlclient.so.6 is existent!
Can you help me?
Thanks.
________________________________________________