From 9863c29f8fde96abe109e7d9c8ce782fbfab0db2 Mon Sep 17 00:00:00 2001 From: Josh Lamos Date: Wed, 20 Jun 2012 11:31:20 -0400 Subject: [PATCH] adding "tee" instructions to README --- docs/installation/server_installation.txt | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/installation/server_installation.txt b/docs/installation/server_installation.txt index 991eeceabc..2fac8f3d02 100644 --- a/docs/installation/server_installation.txt +++ b/docs/installation/server_installation.txt @@ -117,6 +117,14 @@ add-apt-repository ppa:pitti/postgresql make -f Open-ILS/src/extras/Makefile.install ------------------------------------------------------------------------------ + +[NOTE] +Since any errors that occur during the Makefile.install step are printed only to the screen by default, it may be useful to use the 'tee' command to create a logfile to reference if something goes wrong: ++ +[source, bash] +---------------------------------------------------------------------------------- +make -f Open-ILS/src/extras/Makefile.install | tee ~/Makefile.install.log +---------------------------------------------------------------------------------- ++ 5. Add the libdbi-libdbd libraries to the system dynamic library path by issuing the following commands as the *root* Linux account: + -- 2.11.0