i just installed zeos on lazarus on linux mint device, and created database in phpmyadmin. when I enable Zquery to true, an error like this occurs
does anyone know why this is happening, did I write the LibraryLocation address wrong on ZConnection?
if that's the case, where is the mysql location library located?
Client-Library sfound but could not be loaded. Check compile-target and library compatibility!
-
- Platinum Boarder
- Posts: 1956
- Joined: 17.01.2011, 14:17
Re: Client-Library sfound but could not be loaded. Check compile-target and library compatibility!
Hello ramacan,
what Zeos tries to say here is: The library file that you set in LibraryLocation exists but it cannot be loaded for some reason. Usually that happens if you have 64 bit library and set your Lazarus to generate 32 bit applications or vice versa.
Best regards,
Jan
what Zeos tries to say here is: The library file that you set in LibraryLocation exists but it cannot be loaded for some reason. Usually that happens if you have 64 bit library and set your Lazarus to generate 32 bit applications or vice versa.
Best regards,
Jan