> > Hi Team,
Am trying to install the latest version of evergreen 2.1.1... Everything went on smooth until I started with the postgresql part. I constantly get this error message when i try creating the DB with the the script perl Open-ILS/src/support-scripts/eg_db_config.pl --update-config --service all --create-database --create-schema --create-offline --user evergreen --password evergreen --hostname localhost --port 5432 --database evergreen --admin-user <admin> --admin-pass <> Backed up original configuration file to '/openils/conf/opensrf.xml.2012.1.27.19.38.14' DROP DATABASE CREATE DATABASE You are now connected to database "evergreen". psql:Open-ILS/src/support-scripts/../sql/Pg/create_database.sql:17: ERROR: could not access file "$libdir/plperl": No such file or directory psql:Open-ILS/src/support-scripts/../sql/Pg/create_database.sql:18: ERROR: could not access file "$libdir/plperl": No such file or directory psql:Open-ILS/src/support-scripts/../sql/Pg/create_database.sql:24: /usr/share/postgresql/9.1/contrib/tablefunc.sql: No such file or directory psql:Open-ILS/src/support-scripts/../sql/Pg/create_database.sql:26: /usr/share/postgresql/9.1/contrib/tsearch2.sql: No such file or directory psql:Open-ILS/src/support-scripts/../sql/Pg/create_database.sql:28: /usr/share/postgresql/9.1/contrib/pgxml.sql: No such file or directory psql:Open-ILS/src/support-scripts/../sql/Pg/create_database.sql:30: /usr/share/postgresql/9.1/contrib/hstore.sql: No such file or directory ------------------------------------------------------------------------------ There was a problem creating the database. See above for more information. You may need to install the postgresql contrib package on this server. Followed the exact steps from this link. http://open-ils.org/documentation/install/README_2_1_1.html there is no such folder called /usr/share/postgresql/9.1/.. I have only 9.0 and 8.4. Tried configuring with "--with-perl" option as well. Can someone help me with this please? Regards, Shiva.
