Re: will edbi work with maria db?

new topic     » goto parent     » topic index » view thread      » older message » newer message
jimcbrown said...

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.)

egis said...

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" })

new topic     » goto parent     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu