Hi All
I have only been using Lazarus for a couple of days and very impressed with what I see.
I am using Lazarus version 0.9.28.2 on Ubuntu
I seem to have a problem in that the so library files for MySQL and SQLite are not found by Lazarus. Having a look in the /usr/lib folder, I see that I don't have the versions Lazarus is expecting.
MySQL requires libmysqlclient.so.15 or libmysqlclient.so I have libmysqlclient.so.16 and libmysqlclient.so.r.16
SQLite requires libsqlite3.so I have libsqlite3.so.0
I seem to think there might be other issues once I start to use other libraries in the same folder.
Is there a work around for this? Or could someone point me in the direction to sort this out.
Thanks
Michael