pgadmin3-lts icon indicating copy to clipboard operation
pgadmin3-lts copied to clipboard

checking PostgreSQL failed

Open AlessandroBalestrucci opened this issue 3 years ago • 1 comments
trafficstars

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?

AlessandroBalestrucci avatar Oct 24 '22 11:10 AlessandroBalestrucci

@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?

proxy-m avatar Oct 26 '22 05:10 proxy-m