View Single Post

   
  #2 (permalink)  
Old 04-17-2008, 06:57 PM
Vasilev Max
 
Posts: n/a
Default Re: Trouble with pgadmin installation

mef пишет:

> Ok, I try to execute ./configure script and receive a message
> "check pgsql in /usr/local/pgsql…. failed" but it is a real path of my
> postgreSQL installation - server is run from this location, all
> databases located in /usr/local/pgsql/data etc.
>
> OS - SuSE 9.2 pro, postgreSQL 8.0.0
> And I try to install pgAdmin III v1.2.0
>
>

1) install postgresql-devel package if you use PostgreSQL from rpm
2) use ./configure --with-pgsql=/usr/local/pgsq if you install
PostgreSQL from source with default prefix

---------------------------(end of broadcast)---------------------------
TIP 8: explain analyze is your friend

Reply With Quote