Re: [Cppcms-users] cppDB - ERROR: cppdb::driver failed to load driver mysql - no module found
Brought to you by:
artyom-beilis
From: Daniel R. <dan...@li...> - 2011-08-12 00:30:43
|
From: 陈抒 <csfreebird@...> Subject: Re: cppDB - ERROR: cppdb::driver failed to load driver mysql - no module found Newsgroups: gmane.comp.lib.cppcms.user Date: 2011-08-11 01:06:57 GMT (23 hours and 13 minutes ago) Try to check if your libcppdb.so is in /usr/lib folder or not?I assume you are using Linux.陈抒 Best regards http://blog.csdn.net/sheismylife Yes, indeed Im a linux user, and I've solve it copying the .so files to /usr/lib but another error appear. This time was Can't connect to local MySQL server through socket '/tmp/mysql.sock' The solution for this one was to create a link to the mysql.sock path ln -s /var/run/mysqld/mysqld.sock And finally rename the link to mysql.sock Thanks For the help !! |