From 91bd57f668a71a7d04842e6208c1d41884318bcc Mon Sep 17 00:00:00 2001 From: Chris Sharp Date: Tue, 6 Nov 2012 11:43:49 -0500 Subject: [PATCH] Adding "tee" logging suggestion --- docs/installation/server_installation.txt | 10 ++++++++++ 1 file changed, 10 insertions(+) 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: + -- 2.11.0