[fpc-pascal] Connecting to a MySQL Server

Michael Van Canneyt michael at freepascal.org
Thu Oct 5 18:50:43 CEST 2017



On Thu, 5 Oct 2017, Terry A. Haimann wrote:

> What library do I need to install on Raspian (Raspberry Pi) to allow
> Free Pascal to attach to a Mysql Server.  Note the MySQL Server is
> running on a i5 and is actully  MariaDB 5.5.47
>
> An unhandled exception occurred at $000E7398:
> EInOutError: Can not load default MySQL library ("libmysqlclient.so.18"
> or "libmysqlclient.so"). Check your installation.
>  $000E7398
>  $0009BC0C
>  $0008CDE8
>
> Thanks in advance,

The message says it all: You need libmysqlclient.so.18.

Michael.



More information about the fpc-pascal mailing list