Re: will edbi work with maria db?
- Posted by jimcbrown (admin) Jun 06, 2014
- 1770 views
Also, can you confirm that your older mysql client library was in fact 64bit by running the file command on them? (This may not be possible, but I thought it was worth a try. It's possible you had both 32bit and 64bit mysql client libraries installed without realising it.)
Not sure how to do this as it is un-installed. But it should have been 64bit.
Can you at least confirm the original location of those files? (i.e. where they were located before they wre uninstalled.)
Finally, for one last sanity check, do a file on these to confirm that they really are 64bit.
/usr/lib64/mysql/libmysqlclient.so.16 /usr/lib64/mysql/libmysqlclient.so.16.0.0
Then edit edbi/drivers/mysql/edbi_mysql.e at line 64 (around here ), so it looks like this:
constant lib_mysql = open_dll({ "/usr/lib64/mysql/libmysqlclient.so.16.0.0", stupid hack "/usr/lib64/mysql/libmysqlclient.so.16", stupid hack "libmysqlclient.so", "/usr/lib/libmysqlclient.so", "/usr/local/lib/libmysqlclient.so", "libmysqlclient.dylib", "libmysql.dll" })