| | 63 | |
| | 64 | === A.4. install ocaml === |
| | 65 | Note: Install all packages via ports to prevent issues later on. |
| | 66 | |
| | 67 | build# make -C /usr/ports/devel/subversion install clean BATCH=yes |
| | 68 | |
| | 69 | to compile lvrouted you need ocaml support, without X11, without TOOLBOX: |
| | 70 | |
| | 71 | build# make -C /usr/ports/devel/ocaml-findlib install clean WITHOUT="TOOLBOX X11 TK" BATCH=YES |
| | 72 | |
| | 73 | build# make -C /usr/ports/ports-mgmt/pkg install clean BATCH=yes |
| | 74 | |
| | 75 | build# make -C /usr/ports/dns/bind-tools/ install clean BATCH=yes #(required for nagios-plugins in FreeBSD10) |
| | 76 | |