Re: How do I compile PGAdmin3 1.14 beta 3 on Fedora Core 15?

From: Guillaume Lelarge <guillaume(at)lelarge(dot)info>
To: r d <rd0002(at)gmail(dot)com>
Cc: pgadmin-support(at)postgresql(dot)org
Subject: Re: How do I compile PGAdmin3 1.14 beta 3 on Fedora Core 15?
Date: 2011-08-20 20:58:12
Message-ID: 1313873893.2070.22.camel@localhost.localdomain
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-support

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

In response to

Responses

Browse pgadmin-support by date

  From Date Subject
Next Message Guillaume Lelarge 2011-08-21 08:37:18 Re: How do I compile PGAdmin3 1.14 beta 3 on Fedora Core 15?
Previous Message Guillaume Lelarge 2011-08-20 20:51:13 Re: 1.14 beta 3 crashes in Query Browser