Received: from localhost (unknown [200.46.204.183]) by developer.postgresql.org (Postfix) with ESMTP id 49A5F2E0037 for ; Thu, 10 Apr 2008 17:36:13 -0300 (ADT) Received: from developer.postgresql.org ([200.46.204.71]) by localhost (mx1.hub.org [200.46.204.183]) (amavisd-maia, port 10024) with ESMTP id 61455-03 for ; Thu, 10 Apr 2008 17:36:09 -0300 (ADT) X-Greylist: from auto-whitelisted by SQLgrey-1.7.5 Received: from ti-out-0910.google.com (ti-out-0910.google.com [209.85.142.185]) by developer.postgresql.org (Postfix) with ESMTP id 2657F2E002F for ; Thu, 10 Apr 2008 17:36:08 -0300 (ADT) Received: by ti-out-0910.google.com with SMTP id y6so165484tia.5 for ; Thu, 10 Apr 2008 13:36:07 -0700 (PDT) Received: by 10.150.200.8 with SMTP id x8mr2251673ybf.149.1207858141770; Thu, 10 Apr 2008 13:09:01 -0700 (PDT) Received: by 10.150.140.5 with HTTP; Thu, 10 Apr 2008 13:09:01 -0700 (PDT) Message-ID: <5ded07e00804101309r3370f2a0k6d9b0a7cc0f3fc4@mail.gmail.com> Date: Thu, 10 Apr 2008 16:09:01 -0400 From: "Douglas McNaught" To: "Roberts, Jon" Subject: Re: pgcrypto and dblink Cc: pgsql-general@postgresql.org In-Reply-To: <1A6E6D554222284AB25ABE3229A92762E9A13B@nrtexcus702.int.asurion.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <1A6E6D554222284AB25ABE3229A92762E9A13B@nrtexcus702.int.asurion.com> X-Virus-Scanned: Maia Mailguard 1.0.1 X-Archive-Number: 200804/609 X-Sequence-Number: 131578 On Thu, Apr 10, 2008 at 3:46 PM, Roberts, Jon wrote: > I am moving from Windows to Solaris and I need pgcrypto and dblink. > Where are these? I don't see anything in the configure that suggests it > is even an option. They're not handled by 'configure'. They are in the 'contrib' directory in the source tree, and you install them by first installing PG itself, then go into the module directory, e.g. 'contrib/pgcrypto', and running 'make'. -Doug