mysql++安装问题
昨晚解决了mysql++安装的问题,主要是参照下面这段话,写下来做个备份
Under Linux, the dlopen family of routines are used. The library should be named dllname.so. Linux searches along the LD_LIBRARY_PATH environment variable, in directories listed in the /etc/ld.so.cache file, and in the /usr/lib and /lib directories. Rather irritatingly, the current directory isn't automatically searched, and it isn't in most peoples LD_LIBRARY_PATH by default. Remember to set this up. The gcc C compiler (or g++ C++ compiler) (version 2.7.2.3 or later) can be used to compile DLLs or programs which load them.