I have successfully compiled and installed wxWindows-pgAdmin3-20031010-7 and postgresql-7.4.2. My configure error looks like other posts I have seen but the resolutions I haven't been able to match:
./configure --enable-static --enable-debug --with-pgsql=/usr/local
...
checking pgsql in /usr/local... failed
configure: error: you must specify a valid pgsql installation with --with-pgsql=DIR
I have postgresql installed in /usr/local/pgsql. I have tried creating symbolic links to /usr/local for lib and include and bin from under /usr/local/pgsql to no avail. Any help or ideas would be appreciated.
Panther 10.3.3
-D
---------------------------(end of broadcast)--------------------------- TIP 9: the planner will ignore your desire to choose an index scan if your joining column's datatypes do not match