On Fri, Feb 13, 2009 at 4:38 PM, Raymond Norton <[email protected]> wrote: > I gave up on Intrepid, and am installing on Hardy now, hoping to get my > first Evergreen install to work. > > I followed the instructions from the "cheat sheet" link on installing 8.2 > from source. > > That all went fine, and postgresql is started. I have come to the following > section in the instructions "Issue the following commands on your PostgreSQL > server:" > > I do have /usr/share/postgresql/8.2, but all that resides in there is "man". > > I searched for the contrib folder, but am not finding it. > > I ran make clean, and started over, but still do not have a contrib folder. >
In the source directory where you built Postgres there will be a contrib directory. cd into that and issue `make all install` to install the contrib modules. You should be set after that. -- Mike Rylander | VP, Research and Design | Equinox Software, Inc. / The Evergreen Experts | phone: 1-877-OPEN-ILS (673-6457) | email: [email protected] | web: http://www.esilibrary.com
