This was resolved in IRC chat (http://irc.evergreen-ils.org/evergreen/2016-01-07#i_222423). The issue was a missed step for running the makefile command to install the PostgreSQL server and other pre-req's.
"make -f Open-ILS/src/extras/Makefile.install postgres-server-ubuntu-trusty" in this particular case. Onwards! -- Ben On Thu, Jan 7, 2016 at 4:43 PM, Rob Caluori <[email protected]> wrote: > Hi Everyone. > > I am trying to do a test install of Evergreen. Here are the essentials: > Single server > Ubuntu Server 14.04 > Postgres 9.3 > Evergreen 2.9.1 > > Followed the directions to the letter, stuck on step 10.2 > I run the perl script as follows: > > sudo perl Open-ILS/src/support-scripts/eg_db_config --update-config \ > --service all --create-database --create-schema --create-offline \ --user > postrges --password XXXXX --hostname localhost --port 5432 \ --database > evergreen --admin-user edadmin --admin-pass XXXX > > When I run it I get the attached screen shot as an error. It seems the > main issue is that it cannot locate whatever $libdir/plperl is supposed to > point to. > > The package it suggested is installed. > > Any help would be appreciated. > > Thanks, > Rob > -- > > Rob Caluori > Director of Information Technology > Westchester Library System (WLS) > [email protected] > (914) 231-8642 - Office > Website: http://www.westchesterlibraries.org > Wiki: http://it.westchesterlibraries.org > Twitter: @robcaluori
