Re: edbi + mysql + linux missing driver and password question
- Posted by Jerome Jan 10, 2011
- 1453 views
I did the following to get EDBI/Mysql to work with EU 4 on Ubuntu 10.04. Towards the top of your edbi_mysql.e file, look for the line:
constant lib_mysql = open_dll({
You need to add your particular Mysql shared library on your computer to this list of possible files. For example, I have the package "libmysqlclient16-dev" installed on my system so my shared library file is "/usr/lib/libmysqlclient.so.16.0.0". Then just recompile the dll, move it, and ldconfig. You should be good to go!
Hope this helps,
Ira