From: Jason Stephenson Date: Thu, 8 Dec 2011 20:53:16 +0000 (-0500) Subject: Update the README for Ubuntu Precise Pangolin (12.04). X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=02d253017e563241b32227fbc712050f49eb71ce;p=evergreen%2Fmasslnc.git Update the README for Ubuntu Precise Pangolin (12.04). Signed-off-by: Jason Stephenson Signed-off-by: Chris Sharp --- diff --git a/README b/README index bc32c272df..e4760354ef 100644 --- a/README +++ b/README @@ -99,14 +99,16 @@ apt-get install python-software-properties add-apt-repository ppa:pitti/postgresql ------------------------------------------------------------------------------ + + * Ubuntu Precise comes with PostgreSQL 9, so no additional steps are required. ++ * Fedora 16 comes with PostgreSQL 9, so no additional steps are required. + 3. On Debian and Ubuntu, run `aptitude update` as the *root* Linux account to retrieve the new packages from the backports repository. 4. Issue the following commands as the *root* Linux account to install prerequisites using the `Makefile.install` prerequisite installer, - substituting `debian-squeeze`, `fedora16`, `ubuntu-lucid`, `centos`, or - `rhel` for below: + substituting `debian-squeeze`, `fedora16`, `ubuntu-lucid`, `ubuntu-precise`, + `centos`, or `rhel` for below: + [source, bash] ------------------------------------------------------------------------------ @@ -121,7 +123,11 @@ welcome! 5. Add the libdbi-libdbd libraries to the system dynamic library path by issuing the following commands as the *root* Linux account: + -.Debian / Ubuntu +[NOTE] +You should skip this step if installing on Ubuntu 12.04 LTS (Precise +Pangolin). The ubuntu-precise target uses libdbd-pgsql from packages. ++ +.Debian / Ubuntu Lucid [source, bash] ------------------------------------------------------------------------------ echo "/usr/local/lib/dbd" > /etc/ld.so.conf.d/eg.conf