Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

 build-essential
curl
cpanminus
pyzor
razor
subversion
libssl-dev
zlib1g-dev
poppler-utils
tesseract-ocr

libarchive-zip-perl
libberkeleydb-perl
libbsd-resource-perl
libdbi-perl
libencode-detect-perl
libgeo-ip-perl
libgeoip2-perl
libio-compress-perl
libio-socket-inet6-perl
libio-socket-ssl-perl
libio-string-perl
libmail-dkim-perl
libmail-spf-perl
libnet-patricia-perl
libnet-dns-perl
libnetaddr-ip-perl
libsocket6-perl
libsys-hostname-long-perl
libtest-pod-coverage-perl
libtest-pod-perl
libdbd-sqlite2-perl
libdbd-sqlite3-perl
libdevel-cycle-perl
libemail-address-xs-perl
libgeography-countries-perl
libtest-perl-critic-perl
libconfig-tiny-perl
libdbix-simple-perl
libemail-mime-perl
libemail-sender-perl
libemail-simple-perl
libnet-idn-encode-perl
libtest-file-sharedir-perl
libtest-output-perl
libnet-imap-simple-perl
libnet-smtps-perl

...

wget https://www.dcc-servers.net/dcc/source/dcc.tar.Z
tar xf dcc.tar.Z cd dcc-* ./configure --disable-sys-inst --disable-server --disable-dccm --disable-dccifd make
sudo make install

custom compile re2c because the version installed by Ubuntu is too old
      - obtain the latest release from github (linked from https://re2c.org)
      - build with  
          ./configure --prefix=/usr/local
     
make
     sudo make install
 


Initialize the razor installation by running once (not as root) after razor is installed
  razor-admin -create 
  razor-admin -register

Now that everything is installed, verify that you have a working build and test environment by downloading
the trunk svn working directory, build it, and run tests.

...

cpanm HTML::Parser Net::DNS NetAddr::IP Digest::SHA1 Digest::SHA DB_File Mail::SPF
GeoIP2 GeoIP2::Database::Reader Geo::IP IP::Country::DB_File Net::CIDR::Lite \
IO::Socket::INET6 IO::Socket::SSL Mail::DKIM DBI LWP::UserAgent HTTP::Date \
Encode::Detect::Detector Net::Patricia Net::DNS::Nameserver \
BSD::Resource Archive::Zip IO::Compress IO::String BerkeleyDB BSD::Resource DBI Encode::Detect \
Mail::DKIM Sys::Hostname::Long Test::Pod::Coverage Test::Pod \
Devel::SawAmpersand Mail::DMARC::PurePerl Devel::Cycle Email::Address::XS \
Geography::Countries IP::Country Math::Int128 Net::Works::Network Net::LibIDN2 \
Net::LibIDN MaxMind::DB::Reader::XS Test::Perl::Critic

...