[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-05 Thread Jeff Brown
Without the original thread, I can understand why you'd wonder what my problem was. Thanks, Jeff Jyri Virkki wrote: > 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

[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