You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In deps/mk/odb.mk it attempts to detect whether mysql or sqlite should be used, but it only searches /lib, not /lib64. On Fedora, using an AMD64 CPU, the files are only in /lib64.
I hacked around this by just hardcoding DB = sqlite, but non-programmers might not be able to dig into the code like that, so it'd probably be best to update the code.
The text was updated successfully, but these errors were encountered:
In deps/mk/odb.mk it attempts to detect whether mysql or sqlite should be used, but it only searches /lib, not /lib64. On Fedora, using an AMD64 CPU, the files are only in /lib64.
I hacked around this by just hardcoding DB = sqlite, but non-programmers might not be able to dig into the code like that, so it'd probably be best to update the code.
The text was updated successfully, but these errors were encountered: