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 PostgreSQL installed #378

Closed
hdijkema opened this issue Jul 25, 2022 · 9 comments
Closed

No Provider PostgreSQL installed #378

hdijkema opened this issue Jul 25, 2022 · 9 comments

Comments

@hdijkema
Copy link

Installing sequeler on Ubuntu 22.04...

I get 'no provider postgresql' installed although I installed libgda-5.0:

i libgda-5.0-postgres - PostgreSQL provider for libgda database abstraction library

What could be the problem?

@dannluciano
Copy link

I have the same issue

@dannluciano
Copy link

I can fix the issue after install libgda-5.0-postgres and Sequeler via apt-get.

@hdijkema
Copy link
Author

hdijkema commented Jul 31, 2022 via email

@hdijkema
Copy link
Author

hdijkema commented Aug 1, 2022

However, after some days, probably after a reboot of my system sequeler suddenly starts to work with postgresql.
Maybe it's better to make sequeler dependent on the libdga modules to start with.

@hdijkema hdijkema closed this as completed Aug 1, 2022
@mickeymond
Copy link

Is there an actual working fix for this or should I just keep my figures crossed?
PS: I am using Fedora 37 Workstation.

@vsile
Copy link

vsile commented Feb 3, 2023

I have the same issue on Fedora 37.
libgda-postgres-1:6.0.0-1.fc37.x86_64 is installed. But the application returns an error: No provider PosrgreSQL installed.

@jberli
Copy link

jberli commented Mar 10, 2023

However, after some days, probably after a reboot of my system sequeler suddenly starts to work with postgresql.
Maybe it's better to make sequeler dependent on the libdga modules to start with.

I can confirm that on Debian testing, I had to install libdga-5.0-postgres and reboot my system for it to work.

@thierry-carron
Copy link

thierry-carron commented May 22, 2024

Hi I have got the same message error:
I installed libgda-postgres , reboot then everything fine.

@musicinmybrain
Copy link

This was just reported downstream in Fedora. 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

7 participants