edbi on 64 bit machines?
- Posted by egis Apr 23, 2012
- 4437 views
Does edbi using mysql drivers work on a linux 64 bit machine? What I have tied so far is:
- Modified /usr/share/euphoria/edbi/drivers/mysql/edbi_mysql.e and changed line 64 to "/usr/lib64/libmysqlclient.so.15.0.0", -- stupid hack for openeuphoria.org
- Ran the command: /usr/share/euphoria/edbi/drivers/mysql/ euc -dll edbi_mysql.e
- The compile appears to have worked with out any errors.
- Ran ldconfig
However upon runnning a known working test program on a 32 bit platform I get:
Fatal run-time error: Could not find a suitable MySQL shared library
Any advice?