Re: edbi on 64 bit machines?
- Posted by jimcbrown (admin) Apr 26, 2012
- 4545 views
egis said...
Is it possible that my libmysqlclient is libmysqlclient.so.15.0.0 instead of libmysqlclient.so.16.0.0?
Based on everything else you pasted earlier in this thread, it is definitely 15, not 16. But based on what you pasted earlier in this thread, that is not a problem, since the code is looking for 15 and not 16 anyways.
Even if this was a problem, this is not the immediate problem. edbi doesn't get this far. It dies trying to load edbi_mysql.so, before edbi_mysql.so can try to load libmysqlclient.so.15.0.0

