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:
+