Aragon,
Thursday, March 21, 2002, 10:35:06 PM, you wrote:

AA>         I have compiled mysql-3.23.49 from source distribution on a NetBSD
AA> 1.5.2 (sparc) box. Everything compiled fine, no-errors. Installed fine,
AA> no-errors. Starts and Stops fine no-errors. But when I go to run mysql or
AA> mysqladmin I get the following error:
AA> #  /usr/local/mysql/bin/mysql
AA> Cannot open "../libmysql/.libs/libmysqlclient.so"

AA> So I created a link from /usr/local/mysql/lib/mysql to
AA> /usr/local/mysql/libmysql/.libs

AA> This fixes the problem if I am physically in the /usr/local/mysql/bin
AA> directory. But obviously I would prefer to be able to run them from
AA> anywhere.

AA> I am assuming this can be fixed by recompiling, but havn't been able to
AA> locate where to make the fix.

You should add '/usr/local/lib' in the /etc/ld.so.conf
After that execute 'ldconfig' command as root.

AA> Thanks in advance,
AA> -Kyle




-- 
For technical support contracts, goto https://order.mysql.com/
This email is sponsored by Ensita.net http://www.ensita.net/
   __  ___     ___ ____  __
  /  |/  /_ __/ __/ __ \/ /    Victoria Reznichenko
 / /|_/ / // /\ \/ /_/ / /__   [EMAIL PROTECTED]
/_/  /_/\_, /___/\___\_\___/   MySQL AB / Ensita.net
       <___/   www.mysql.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

Reply via email to