From: Josh Lamos Date: Wed, 20 Jun 2012 15:31:20 +0000 (-0400) Subject: adding "tee" instructions to README X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=refs%2Fheads%2FMakefile.install.log_README;p=evergreen%2Fpines.git adding "tee" instructions to README --- 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: +