Sunandam,
So, what did you do to fix your problem from February when you couldn't find
the libCrun?
I do see that when you use the onnv-tools you have the link.
I also see that when I install SunStudioExpress it includes the same link:
root at mailsvr:/opt/SunStudioExpress/lib# ls -l libC*
l
Hi Jeff ,
For the compilation of MySQL in 32 bit mode ,we need the libCrun library
which is obtained from the compiler path /ws/onnv-tools.
-bash-3.2$ ls -l libCrun*
lrwxrwxrwx 1 root root 21 Jul 11 2007 libCrun.so ->
/usr/lib/libCrun.so.1
-bash-3.2$ pwd
/ws/onnv-tools/SUNWspro/S
Jyri,
The context was in the prior message in the thread from Feb 26, 2008 where
Sunand was receiving a message that libCrun not found trying to compile MySQL
5.0 32 bit verion. While the message was from Feb, no reply had been given and
no follow-up by Sunand with any indication of success or
Jeff Brown wrote:
>
> Check to see that a link exists libCrun.so pointing to libCrun.so.1
>
> I found that when this happened to me on 2008.11, the link was
> missing. I added it and Crun was now found.
>
> ln -s /usr/lib/libCrun.so.1 /usr/lib/libCrun.so
(I might be missing some context..)
Wer
Check to see that a link exists libCrun.so pointing to libCrun.so.1
I found that when this happened to me on 2008.11, the link was missing. I
added it and Crun was now found.
ln -s /usr/lib/libCrun.so.1 /usr/lib/libCrun.so
--
This message posted from opensolaris.org
Hi ,
I'm trying to compile the MySQL 32 bits using the standard library path
and here are my compilation flag settings
LDFLAGS=" -R/usr/lib -R$(ROOT)/usr/mysql/5.0/lib -R/lib
-L/usr/lib -L/lib -lCrun -lrt" \
CFLAGS="-xO3 -xstrconst -xprefetch=auto -xprefetch_level=3 -mt
-fns=no