Skip to content
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

No provider "SQLite" installed #111

Closed
dereke opened this issue Apr 24, 2018 · 6 comments
Closed

No provider "SQLite" installed #111

dereke opened this issue Apr 24, 2018 · 6 comments

Comments

@dereke
Copy link

dereke commented Apr 24, 2018

I've compiled the project from git master.
When I try to open a SQLite file I get this error:

image

What have I done wrong?

@Alecaddd
Copy link
Collaborator

Try running these commands in your terminal:
sudo apt-get install sqlite3 libsqlite3-dev

@dereke
Copy link
Author

dereke commented Apr 24, 2018

Actually I should have said I am on fedora..
I already have sqlite and sqlite-devel installed (the 3.x equivelant)

@Alecaddd
Copy link
Collaborator

Mh, I'm not running Fedora so I'm not sure what could be the problem.
Did you try installing it via FlatPak?
A developer from flathub released a packaged version of Sequeler in there.

@dereke
Copy link
Author

dereke commented Apr 24, 2018 via email

@captn3m0
Copy link

captn3m0 commented Jul 2, 2024

The fedora package depends on libgda-sqlite and not libgda5-sqlite. Reported upstream downstream at https://bugzilla.redhat.com/show_bug.cgi?id=2295154

@musicinmybrain
Copy link

The fedora package depends on libgda-sqlite and not libgda5-sqlite. Reported upstream at https://bugzilla.redhat.com/show_bug.cgi?id=2295154

Thanks for reporting this! In Fedora 37, libgda was updated from 5.x to 6.x, and a new libgda5 compat package was introduced. The build dependency, of the form pkgconfig(libgda-5.0), still finds the correct library (see: #376), but the weak dependencies on the supported backends have been broken in Fedora 37 and later since they now install GDA 6.x providers instead of GDA 5.x providers. I have issued updates for all releases to correct this:

The Rawhide update will appear in the next successful compose; the others will be in updates-testing for about a week before appearing in the stable updates repositories. If Fedora users have any further issues with backends/providers, please feel free to comment in https://bugzilla.redhat.com/show_bug.cgi?id=2295154.

In general, please feel free to file downstream issues at https://bugzilla.redhat.com/ for anything you suspect could be Fedora-specific. These are helpful because I don’t closely monitor the issues on this GitHub project.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants