Changes between Version 9 and Version 10 of FreeBSD10_Guide


Ignore:
Timestamp:
Aug 19, 2014, 7:28:27 PM (10 years ago)
Author:
huub
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • FreeBSD10_Guide

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