You need to find the directory that houses libpq-fe.h, and then pass the parent directory to configure with the --with-pgsql switch. So if libpq-fe.h is in /usr/local/pgsql/include, then you would pass --with-pgsql=/usr/local/pgsql to configure (/usr/local/pgsql is one of the directories that configure searches, so this is a redundant example).

ahp


---------------------------(end of broadcast)--------------------------- TIP 3: if posting/reading through Usenet, please send an appropriate subscribe-nomail command to [EMAIL PROTECTED] so that your message can get through to the mailing list cleanly

Reply via email to