Обсуждение: Config can not find PostgreSQL

Поиск
Список
Период
Сортировка

Config can not find PostgreSQL

От
Timothy Reaves
Дата:
    Hello all.  I am attempting to compile 1.0.2 on my Mac OS X.3.4 
system.  I have compiled and installed wxWindows 2.5.2 as per the 
instructions on the web page.  I have PostgreSQL 7.4.2 installed via 
Fink, which uses /sw as the root.
When I run configure on pgAdmin, it always fail with:
checking for wx-config binary... yes
checking for pgsql include files... yes
yes
checking for pgsql... yes
checking for PQexec in -lpq... no
checking libpq-fe.h usability... yes
checking libpq-fe.h presence... yes
checking for libpq-fe.h... yes
checking pgsql in /sw/... failed
configure: error: you must specify a valid pgsql installation with 
--with-pgsql=DIR
The command was:
./configure --enable-static --enable-debug --with-wx=/sw 
--with-pgsql-include=/sw/include/postgresql --with-pgsql=/sw 
--prefix=/sw
I've tried different directories, but nothing seems to work.  Any 
ideas?  Thanks!