Thread: How do I compile PGAdmin3 1.14 beta 3 on Fedora Core 15?
Hi,
What do I have to tell ./configure in the --WITH-PGSQL parameter?
I am tryiing to compile pgadmin3 1.14-ß3 on Fedora Core 15.
I allowed the system installer to install its default configuration of postgres 9.0.4, and it seems to have changed where it puts the files.
The postgres executables are now in /usr/bin instead of their own directory as was until FC14, and that is not accepted by ./configure.
In fact, none the paths shown by `pg_config` are accepted by ./configure. Postgres itself is fully installed and works OK.
Thanks for help,
RD
PS: Is this a bug?
On Sat, 2011-08-20 at 18:04 +0200, r d wrote: > Hi, > > What do I have to tell ./configure in the --WITH-PGSQL parameter? > > I am tryiing to compile pgadmin3 1.14-ß3 on Fedora Core 15. > I allowed the system installer to install its default configuration of > postgres 9.0.4, and it seems to have changed where it puts the files. > > The postgres executables are now in /usr/bin instead of their own directory > as was until FC14, and that is not accepted by ./configure. > In fact, none the paths shown by `pg_config` are accepted by ./configure. > Postgres itself is fully installed and works OK. > What packages did you install? you need postgresql-devel and postgresql-libs. With them, you don't need the --with-pgsql option. -- Guillaume http://blog.guillaume.lelarge.info http://www.dalibo.com
On Sun, 2011-08-21 at 01:42 +0200, r d wrote: > > > > > > What packages did you install? you need postgresql-devel and > > postgresql-libs. With them, you don't need the --with-pgsql option. > > > > > I had both packages. > > Without the parameter it compiles like you say. > Perhaps this should be hinted at in the INSTALL file? > Well, I may be wrong but nowhere it says that you must use the --with-pgsql option. So, I don't think it's really interesting to add it there. I guess we could add that in our new documentation. -- Guillaume http://blog.guillaume.lelarge.info http://www.dalibo.com