Also you can also use the crle command to build a permanent set of
library paths similar to ldconfig in Linux and other unices. There
should be a man page for it on your system. You can simply add
/usr/local/lib to there in the correct order and this resolves having to
use LD_LIBRARY_PATH.

Regards

David Logan
Database Administrator
HP Managed Services
139 Frome Street,
Adelaide 5000
Australia

+61 8 8408 4273 - Work
+61 417 268 665 - Mobile
+61 8 8408 4259 - Fax



-----Original Message-----
From: Egor Egorov [mailto:[EMAIL PROTECTED] 
Sent: Monday, 23 August 2004 10:26 PM
To: [EMAIL PROTECTED]
Subject: Re: Can't start mysql server automatically


Michael Stassen <[EMAIL PROTECTED]> wrote:
O
> Well, clearly LD_LIBRARY_PATH isn't set at startup.  That's one of the

> reasons LD_LIBRARY_PATH isn't really the Solaris way, and is not 
> recommended.  With a proper setup, you should never need
LD_LIBRARY_PATH in 
> Solaris.
> 
> In any version of Solaris, you can build with
> 
>   -R /usr/local/lib
> 
> to create executables which know to look in /usr/local/lib to find
libraries 
> at run time.

Yes and also do ldd /usr/local/lib/libstdc++.so.5 to check if everything
else
is found there. 





-- 
For technical support contracts, goto
https://order.mysql.com/?ref=ensita
This email is sponsored by Ensita.net http://www.ensita.net/
   __  ___     ___ ____  __
  /  |/  /_ __/ __/ __ \/ /    Egor Egorov
 / /|_/ / // /\ \/ /_/ / /__   [EMAIL PROTECTED]
/_/  /_/\_, /___/\___\_\___/   MySQL AB / Ensita.net
       <___/   www.mysql.com




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


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

Reply via email to