Project

General

Profile

Using ndns on FreeBSD » History » Version 1

Alex Afanasyev, 01/23/2015 02:25 PM

1 1 Alex Afanasyev
Using ndns on FreeBSD
2
=====================
3
4
On FreeBSD platform it may be necessary to use a slightly customized version of log4cxx: https://github.com/cawka/log4cxx
5
6
The customized version fixes an issue [LOGCXX-322](https://issues.apache.org/jira/browse/LOGCXX-322), which was known for 6 years and has not been addressed so far.
7
8
- install log4cxx using pkg (this will ensure all dependencies are installed)
9
10
    pkg install log4cxx
11
12
- clone, compile, and install custom log4cx
13
14
    git clone https://github.com/cawka/log4cxx
15
    cd log4cxx
16
    ./autogen.sh
17
    make
18
    sudo make install