Search found 1 match

by raul.ferriz
05.02.2010, 17:51
Forum: User Patches
Topic: Patch for ZPlainMySql5.pas
Replies: 1
Views: 1353

Patch for ZPlainMySql5.pas

At linux systems (or at least at Debian) libmysqlclient.so.16 is MySQL 5.1 library. This patch allows connect to this library. --- zeosdbo-6.6.6-old_stable/src/plain/ZPlainMySql5.pas +++ ZEOSDBO-6.6.6-stable/src/plain/ZPlainMySql5.pas @@ -80,6 +80,7 @@ WINDOWS_50_DLL_LOCATION_EMBEDDED = 'libmysqld50...