Received: from localhost (unknown [200.46.204.183]) by developer.postgresql.org (Postfix) with ESMTP id 5FE072E005C for ; Thu, 10 Apr 2008 17:53:04 -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 66506-10 for ; Thu, 10 Apr 2008 17:53:01 -0300 (ADT) X-Greylist: from auto-whitelisted by SQLgrey-1.7.5 Received: from exprod7og104.obsmtp.com (exprod7og104.obsmtp.com [64.18.2.161]) by developer.postgresql.org (Postfix) with SMTP id 4F8F72E002F for ; Thu, 10 Apr 2008 17:53:01 -0300 (ADT) Received: from source ([66.18.118.2]) by exprod7ob104.postini.com ([64.18.6.12]) with SMTP; Thu, 10 Apr 2008 13:52:02 PDT Received: from nrtexcus702.int.asurion.com ([10.150.39.38]) by nrtexcbr701.int.asurion.com with Microsoft SMTPSVC(6.0.3790.3959); Thu, 10 Apr 2008 15:52:00 -0500 X-MimeOLE: Produced By Microsoft Exchange V6.5 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Subject: Re: pgcrypto and dblink Date: Thu, 10 Apr 2008 15:49:31 -0500 Message-ID: <1A6E6D554222284AB25ABE3229A92762E9A142@nrtexcus702.int.asurion.com> In-Reply-To: <5ded07e00804101309r3370f2a0k6d9b0a7cc0f3fc4@mail.gmail.com> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: [GENERAL] pgcrypto and dblink Thread-Index: AcibRryyjHcpsBtqSS2z8TVECluE8QABVJOg References: <1A6E6D554222284AB25ABE3229A92762E9A13B@nrtexcus702.int.asurion.com> <5ded07e00804101309r3370f2a0k6d9b0a7cc0f3fc4@mail.gmail.com> From: "Roberts, Jon" To: "Douglas McNaught" Cc: X-OriginalArrivalTime: 10 Apr 2008 20:52:00.0027 (UTC) FILETIME=[B8CC36B0:01C89B4C] X-Virus-Scanned: Maia Mailguard 1.0.1 X-Archive-Number: 200804/613 X-Sequence-Number: 131582 > > 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. >=20 > 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'. >=20 Thanks so much! Wouldn't it make sense to add a section to this page that describes the contrib process? http://www.postgresql.org/docs/8.3/static/install-post.html I had thought all of the installation options were set using configure. A post installation step is fine but I think it needs to be documented as such. Jon