Received: from localhost (unknown [200.46.204.183]) by developer.postgresql.org (Postfix) with ESMTP id E72D12E0084; Mon, 14 Apr 2008 16:16:15 -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 15853-01-8; Mon, 14 Apr 2008 16:16:09 -0300 (ADT) X-Greylist: from auto-whitelisted by SQLgrey-1.7.5 X-Greylist: from auto-whitelisted by SQLgrey-1.7.5 Received: from vms046pub.verizon.net (vms046pub.verizon.net [206.46.252.46]) by developer.postgresql.org (Postfix) with ESMTP id BC24E2E02EE; Mon, 14 Apr 2008 16:03:21 -0300 (ADT) Received: from new-host.home ([72.81.136.83]) by vms046.mailsrvcs.net (Sun Java System Messaging Server 6.2-6.01 (built Apr 3 2006)) with ESMTPA id <0JZB001PQWWTJH90@vms046.mailsrvcs.net>; Mon, 14 Apr 2008 14:02:54 -0500 (CDT) Date: Mon, 14 Apr 2008 15:02:39 -0400 From: Robert Treat Subject: Re: [GENERAL] pgcrypto and dblink In-reply-to: <1A6E6D554222284AB25ABE3229A92762E9A142@nrtexcus702.int.asurion.com> To: pgsql-general@postgresql.org Cc: "Roberts, Jon" , "Douglas McNaught" , pgsql-docs@postgresql.org Message-id: <200804141502.40434.xzilla@users.sourceforge.net> 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> <5ded07e00804101309r3370f2a0k6d9b0a7cc0f3fc4@mail.gmail.com> <1A6E6D554222284AB25ABE3229A92762E9A142@nrtexcus702.int.asurion.com> User-Agent: KMail/1.9.1 X-Virus-Scanned: Maia Mailguard 1.0.1 X-Archive-Number: 200804/15 X-Sequence-Number: 4875 On Thursday 10 April 2008 16:49, 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'. > > 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. > There are instructions on how to install them at http://www.postgresql.org/docs/8.3/interactive/contrib.html, but your right they don't seem to be mentioned anywhere in the install section. I'm not sure where it should go, but perhaps making it 15.6.1 and bumping the other items down a notch. -- Robert Treat Build A Brighter LAMP :: Linux Apache {middleware} PostgreSQL