From: Chris Sharp Date: Tue, 6 Nov 2012 16:43:49 +0000 (-0500) Subject: Adding "tee" logging suggestion X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=91bd57f668a71a7d04842e6208c1d41884318bcc;p=working%2FEvergreen.git Adding "tee" logging suggestion --- diff --git a/docs/installation/server_installation.txt b/docs/installation/server_installation.txt index 991eeceabc..2dc5ac2ba7 100644 --- a/docs/installation/server_installation.txt +++ b/docs/installation/server_installation.txt @@ -117,6 +117,16 @@ add-apt-repository ppa:pitti/postgresql make -f Open-ILS/src/extras/Makefile.install ------------------------------------------------------------------------------ + +[NOTE] +It may be useful to have a log of the Makefile install step, as it installs many +programs and error messages may not be noticed as they happen. To create such a +log, pipe the output into 'tee': ++ +[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: +