[webstack-discuss] Mysql 32 bit compilation

2009-01-06 Thread Jeff Brown
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

[webstack-discuss] Mysql 32 bit compilation

2009-01-06 Thread sunanda menon
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

[webstack-discuss] Mysql 32 bit compilation

2009-01-05 Thread Jeff Brown
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

[webstack-discuss] Mysql 32 bit compilation

2009-01-05 Thread Jyri Virkki
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

[webstack-discuss] Mysql 32 bit compilation

2008-12-30 Thread Jeff Brown
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

[webstack-discuss] Mysql 32 bit compilation

2008-02-26 Thread Sunanda Menon
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