Actions
Using ndns on FreeBSD¶
On FreeBSD platform it may be necessary to use a slightly customized version of log4cxx: https://github.com/cawka/log4cxx
The customized version fixes an issue LOGCXX-322, which was known for 6 years and has not been addressed so far.
install log4cxx using pkg (this will ensure all dependencies are installed)
pkg install log4cxx
clone, compile, and install custom log4cx
git clone https://github.com/cawka/log4cxx
cd log4cxx
./autogen.sh
make
sudo make install
Updated by Alex Afanasyev almost 10 years ago · 1 revisions