Re: will edbi work with maria db?
- Posted by jimcbrown (admin) Jun 05, 2014
- 1838 views
egis said...
It stops working at:
edbi:db_handle dbh = edbi:open("mysql://dbusr:dbpwd@localhost/STREETS")
With the error:
Fatal run-time error: Could not find a suitable MySQL shared libraryAny gueses as how to point to the suitable MySQL shared library or how do I diagnose?
I know the code works with mysql which was replaced with mariadb.
Here is where the edbi mysql driver looks for the mysql client library.
Looking at a libmariaclient package, it seems that it should have created a libmysqlclient.so file in /usr/lib. Is your maria client library in the same location?