bben@stripped writes:
> 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.
>
>
HI!
Please include a directory containing libmysqlclient.so.... in
LD_PRElOAD_PATH evirinment variable !
Sinisa
+----------------------------------------------------------------------+
| TcX ____ __ _____ _____ ___ == mysql@stripped |
| /*/\*\/\*\ /*/ \*\ /*/ \*\ |*| Sinisa Milivojevic |
| /*/ /*/ /*/ \*\_ |*| |*||*| mailto:sinisa@stripped|
| /*/ /*/ /*/\*\/*/ \*\|*| |*||*| Larnaka, Cyprus |
| /*/ /*/ /*/\*\_/*/ \*\_/*/ |*|____ |
| ^^^^^^^^^^^^/*/^^^^^^^^^^^\*\^^^^^^^^^^^ |
| /*/ \*\ Developers Team |
+----------------------------------------------------------------------+