Make problem

2007-03-14 Thread POON Ben
Hi, I'm trying to install mysql on solaris 10, sparc. I'm using gcc 3.4.6. I downloaded the source, and did the configure using the recommended: CFLAGS=-O3 CXX=gcc CXXFLAGS=-O3 -felide-constructors \ -fno-exceptions -fno-rtti ./configure \ --prefix=/usr/local/mysql

Don't have libmysqlclient.so

2007-03-14 Thread POON Ben
Hi everyone, I've just installed MySQL 5.0.37 from source. One of my other programs require libmysqlclient.so.10 I was under the impression that if I installed MySQL from source, it will be made. I looked at /usr/local/lib and there is no libmysqlclient.so.10 or even a MySQL folder... Can