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

checking PostgreSQL failed #20

Open
AlessandroBalestrucci opened this issue Oct 24, 2022 · 1 comment
Open

checking PostgreSQL failed #20

AlessandroBalestrucci opened this issue Oct 24, 2022 · 1 comment

Comments

@AlessandroBalestrucci
Copy link

I am trying to execute the following command:
./configure --prefix=/opt/pgadmin3bigsql --with-libgcrypt --with-wx-version=3.0 CFLAGS=-fPIC CXXFLAGS=-fPIC --with-pgsql=/usr/lib/postgresql/12

then I got these last lines:
...
checking PostgreSQL in /usr/lib/postgresql/12... failed
configure: error: you must specify a valid PostgreSQL 8.4+ installation with --with-pgsql=DIR

the command: locate bin/postgres -> /usr/lib/postgresql/12/bin/postgres
Can someone help me to solve this issue?

@proxy-m
Copy link
Contributor

proxy-m commented Oct 26, 2022

@AlessandroBalestrucci You did not have required PostgreSQL at /usr/lib/postgresql/12 . You can try omit --with-pgsql option or try to use different version, e.g. 13.

Did you install development packages?

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

2 participants