make -f Open-ILS/src/extras/Makefile.install <osname>
------------------------------------------------------------------------------
+
+[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 <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:
+