Hi there,
I would like to know how I can solve the problem of loading modules. It says it can not load modules when I create a libreoffice base database and want to connect to mysql. The exact error is:
SQL-status: 08001 Unable to load the libmysqlcppconn.so library.
Now, when I do a search the file libmysqlcppconn.so, it can not be found.
user@computer ~ $ find libmysqlcppconn.so
and
user@computer ~ $ locate libmysqlcppconn.so
Also find nothing. Then I extract the .oxt file with my file archiver and find the libmysqlcppconn.so. So can someone tell me where to put is so that I can see if this solves my problem?
It seems the extention manager from libreoffice isn’t working properly.
Thanks in advance.
EDIT: It seems I have found the file I’m looking for but it is still not working. The file I found is here:
/home/user/.config/libreoffice/4/user/uno_packages/cache/uno_packages/lubwewqi.tmp_/mysql-connector-linux_4-3_x86_64.oxt/libmysqlcppconn.so
EDIT: If you have a problem like this, then you need to enable “Pooling” in the LO settings. You can find it here:
Tools → Options → Libreoffice Base → Connections → Enable pooling → Set mysql option (org.openoffice.comp.drivers.MySQL.driver) to yes, leave the time out.
Then select OK and try it again.