I have installed from binary and it does work well.
but when I tried to compile mysql2.1.1 by typing
./configure /home/jing/mysql++ /home/jing/mysql
I got this message
checking for mysql_store_result in -lmysqlclient no
configure: error: Could not find working MySQL client library!
I checked the directory of mysql/lib, and I did find mysql client library -- libmysqlclient.a, but no libmysqlclient.so
So I compiled mysql client from source, and got libmysqlclient.so.15.0.0
I made a symbolic link, then the configure passed.
So, mysql++ can only be compiled with dynamic library -- libmysqlclient.so?
--* ?
//
//sms.eyou.com
???