Обсуждение: Error building pgadmin on Suse 9.0 Linux...
Hello,
I am very excited about getting the pgadmin tool running on my SuSe 9.0 box, but I am unable to get it compiled.
I already have PostgreSQL v7.4.2 up and running on my machine, and I’m trying to build pgadmin v3-1.2.0.
I am getting the following error upon running the configure command:
“checking pgsql in /usr/local/pgsql… failed”
“configure: error: you must specify a valid pgsql installation with –with-pgsql=DIR”
I am receiving this error even though the pgsql is indeed installed at /usr/local/pgsql.
I have already confirmed that the user account I am trying to compile under has the proper authority to read, write, create files in all directories under the pgsql directory.
Any ideas??
=Steve=
Steven McKenna wrote: > Hello, > > I am very excited about getting the pgadmin tool running on my SuSe > 9.0 box, but I am unable to get it compiled. > > I already have PostgreSQL v7.4.2 up and running on my machine, and I’m > trying to build pgadmin v3-1.2.0. > > I am getting the following error upon running the configure command: > > “checking pgsql in /usr/local/pgsql… failed” > > “configure: error: you must specify a valid pgsql installation with > –with-pgsql=DIR” Check config.log; unfortunately, the configure error messages are not too helpful to locate the problem. Could be a lib missing or so. Regards, Andreas