This was taken directly from a message from Dan Scott earlier this month...
Right, and if you followed the cheat sheet instructions then you will already have done this and the contrib modules will be in /usr/local/share/contrib instead of /usr/share/postgresql/8.2/contrib - which conflicts with the instructions as they currently stand because they were written for a packaged version of PostgreSQL. So, adjust accordingly - when I get a chance, I'll add a qualifier to that step that says "if you followed the PostgreSQL install cheat sheet..." Give that a shot and let us know if that worked for you or not Cheers, Brendan --------------------------------------------------------------------------------------------------------------------------------- Brendan A. Gallagher ByWater Solutions CEO, Director of Innovation Support and Consulting for Open Source Software Installation, Data Migration, Training, Customization, Hosting, Complete Support Packages Phone # (203)823-5847 http://bywatersolutions.com [email protected] --------------------------------------------------------------------------------------------------------------------------------- On Tue, Feb 24, 2009 at 8:16 AM, Jason Etheridge <[email protected]>wrote: > > postg...@redwood:~$ psql -f > /usr/share/postgresql/8.2/contrib/tablefunc.sql evergreen > > /usr/share/postgresql/8.2/contrib/tablefunc.sql: No such file or > directory > > Hi Rene, did you compile postgres from source or install it from a > package? If from source, try > > find /usr/local -name tablefunc.sql > > and see if you get a hit. If so, you should only need to adjust the > path for the file in that psql command that failed (and the ones that > follow). > > -- > Jason Etheridge > | VP, Community Support and Advocacy > | Equinox Software, Inc. / The Evergreen Experts > | phone: 1-877-OPEN-ILS (673-6457) > | email: [email protected] > | web: http://www.esilibrary.com >
