Re: will edbi work with maria db?
- Posted by egis Jun 05, 2014
- 1811 views
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.