Prerequisites

Recommended System Specs

  • Dual-Core CPU @ 2GHz or faster
  • 2GB of RAM or more
  • 200GB Hard drive
  • 9-pin serial port (needed to access Debug serial console)

Linux Distributions

For each Linux distribution, an install script is provided (CoreCDP 2 and later only) or install the required packages manually as listed below.

Ubuntu or Debian is highly recommended since they receive the most testing by Multi-Tech. For more information regarding distribution compatibility, please read the release notes.

Ubuntu 12.04 LTS, Debian 6/7 (Debian Distros)

Note: Ubuntu 13.04 and later are not currently supported and building CoreCDP will fail.
cd corecdp-2.3.3
sudo ./multitech/contrib/install-deps/install-debian-ubuntu-deps.sh

Check that /bin/sh (ls -l /bin/sh) is not symbolically linked to dash.
To work around this issue call “sudo dpkg-reconfigure dash” and select
No when it asks you to install dash as /bin/sh.

Fedora 12-17

Note: Fedora 18 and later are not currently supported and building CoreCDP will fail.
cd corecdp-2.3.3
su -c ./multitech/contrib/install-deps/install-fedora-deps.sh

CentOS/RHEL 6

cd corecdp-2.3.3
su -c ./multitech/contrib/install-deps/install-centos-rhel-6-deps.sh

openSUSE 11.4, 12.2

Note: openSUSE 12.3 and later are not currently supported and building CoreCDP will fail.
cd corecdp-2.3.3
sudo ./multitech/contrib/install-deps/install-opensuse-deps.sh