Re: Suse 82 package

From: "Adam H(dot) Pendleton" <fmonkey(at)fmonkey(dot)net>
To: jm(dot)poure(at)freesurf(dot)fr
Cc: pgadmin-hackers(at)postgresql(dot)org
Subject: Re: Suse 82 package
Date: 2003-06-12 14:00:50
Message-ID: 3EE88792.9040007@fmonkey.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

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

In response to

Responses

Browse pgadmin-hackers by date

  From Date Subject
Next Message Jean-Michel POURE 2003-06-12 14:23:46 Configure patch
Previous Message Jean-Michel POURE 2003-06-12 13:23:27 Suse 82 package