-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Lualatex can't find mysql.so #74
Comments
You are probably missing the MySQL driver. Drivers are typically seperate packages not included with the core DBI module. Look for something like luadbi-mysql, luadbi-dbd-mysql, dbd-mysql or similiar in your package manager. |
Those are in place in /usr/lib64/lua/5.3/dbd/
I can also see that kpsewhich can find it
How is that possible? |
I looked what the correct cpath is
changed the code and explicitly told where to look for the drivers:
it shows the correct paths all right but still can not load the driver:
|
Possibly some other error is occuring and being masked by DBI.lua. From inside Latex, try "require 'dbd.mysql'" |
Hi!
I just don't seem to be able to get DBI to work from lualatex although it works fine from a plain lua script. This is what I get on the console:
when there are only two lines of code:
Lualatex stop yelling when I leave only the first line where it just requires DBI, so it seems there is something in DBI.lua it does not like. And that means there is something wrong with function available_drivers()...
The text was updated successfully, but these errors were encountered: