[OPEN-ILS-DEV] Evergreen installation problems

John Schmidt jas at xmission.com
Fri Feb 15 13:54:05 EST 2008


On Friday 15 February 2008, Keith Kelley wrote:
> Thanks Dan. apt-get install postgresql-plperl-8.1 got me a bit
> farther, until this:
>
> wlib-210:/usr/bin# su -c "psql -f
> /usr/share/postgresql/8.1/contrib/tablefunc.sql evergreen" -
> postgres
> /usr/share/postgresql/8.1/contrib/tablefunc.sql: No such file or
> directory
>

These are all the postgresql packages you need:


## Install postgresql

    POSTGRESQL_PKGS="postgresql-${PGSQL_VER} postgresql-contrib-${PGSQL_VER} \
    postgresql-doc-${PGSQL_VER} postgresql-plperl-${PGSQL_VER} \
    postgresql-server-dev-${PGSQL_VER}"

Subistitute PGSQL_VER with 8.1 and do the aptitude install on the above, and 
you should be good to go.

John


More information about the Open-ils-dev mailing list