Category Archives: Programming

Building WFView on Mac OS

I have managed to build my own version of WFView from the master branch. This was done on Mac OS 12.3.1 (Intel) Prerequisites Install Xcode Install Mac Ports Under your home directory create a directory called dev/wfview Install Mac Ports dependancies:sudo port install qt5sudo port install qt5-qtmultimediasudo port install opus-toolssudo port install eigen3 Clone sources:… Read More »

Recent CentOS 5.7 perl update broke sa-update

I recently noticed that a Perl update on my CentOS 5.7 servers broke the sa-update script for Spamassassin 3.3.1 2.el5.  The error trace given was: “name2labels” is not exported by the Net::DNS module Can’t continue after import errors at /usr/lib/perl5/vendor_perl/5.8.8/Net/DNS/RR/NSEC3.pm line 24 BEGIN failed–compilation aborted at /usr/lib/perl5/vendor_perl/5.8.8/Net/DNS/RR/NSEC3.pm line 24. Compilation failed in require at /usr/lib/perl5/vendor_perl/5.8.8/i386-linux-thread-multi/Net/DNS/RR.pm… Read More »