Adding "tee" logging suggestion user/csharp/makefile_install_log
authorChris Sharp <csharp@georgialibraries.org>
Tue, 6 Nov 2012 16:43:49 +0000 (11:43 -0500)
committerChris Sharp <csharp@georgialibraries.org>
Tue, 6 Nov 2012 16:43:49 +0000 (11:43 -0500)
docs/installation/server_installation.txt

index 991eece..2dc5ac2 100644 (file)
@@ -117,6 +117,16 @@ add-apt-repository ppa:pitti/postgresql
 make -f Open-ILS/src/extras/Makefile.install <osname>
 ------------------------------------------------------------------------------
 +
+[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 <osname> | 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:
 +