Re: will edbi work with maria db?
- Posted by jimcbrown (admin) Jun 05, 2014
- 1793 views
egis said...
I am the 64 bit version as beta (euphoria-4.1.0) as it was working with mysql prior to having installed mariadb on my machine.
Can you confirm that by running eui --version ?
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.)
Finally, your /usr/local/lib directory has edbi files in it. Those look like 32bit shared objects, which won't work with 64bit eui or with 64bit mariaclient. Can you run file on those to check to see if they are 32bit or 64bit?