Re: [fpc-pascal] Connecting to a MySQL Server

2017-10-05 Thread Michael Van Canneyt



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.
___
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal

[fpc-pascal] Connecting to a MySQL Server

2017-10-05 Thread Terry A. Haimann
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,

Terry

___
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal