Contents |
Mailspect in 64 Bit Environments
There are two solutions to run mppd in 64bit mode.
Running mppd v4 in 64 bit environments
If you require mppd v4 to run on 64bit platforms you must install 32bit compatibility libraries as described below
Installing 32 bit compatibility libraries on 64 Bit CentOS, Fedora, Enterprise, etc.:
yum install glibc-devel.i386 libstdc++-devel.i386
Apt-Get instructions for Ubuntu, Debian, etc.
sudo apt-get install ia32-libs
MPP Manager can be run in 64 bit environments without compatibility libraries
Installing mppd 5 for 64 bit with YUM
Instructions for YUM beta repository i386/x86_64 containing MPP 5.x:
1) Install the Mailspect repository.
Linux / x86_64
rpm -Uvh http://yum.mailspect.com/beta/redhat/RPMS/x86_64/mailspect-beta-0.1-1.x86_64.rpm
2) Install the RPMForge repository. RPMForge repository must be also available for Perl packages required by MPP Manager
Linux / x86_64
rpm -Uvh http://apt.sw.be/redhat/el5/en/x86_64/rpmforge/RPMS/rpmforge-release-0.3.6-1.el5.rf.x86_64.rpm
3) install MPP and MPP Manager
yum update yum install mpp yum install mppmanager
or just
yum update yum install mppmanager
Installing mppd 5 for 64 bit Debian/Ubuntu with APT
Before installing Mailspect on Debian/Ubuntu please download GPG key for apt-get:
curl http://apt.mailspect.com/ovidiu@mailspect.com.gpg.key | sudo apt-key add -
Add Mailspect Repository to ATP sources list:
sudo sh -c 'echo "deb http://apt.mailspect.com/ mpp-testing non-free" > /etc/apt/sources.list.d/mpp.list'
RECOMMENDED - This package installs everything you need to get started along with all prerequisites. Both Mailspect Manager and mppd core software will be installed or updated.
sudo apt-get update sudo apt-get install mppmanager
Run Configure Script if this is the first time installing mppd on your server
/usr/local/MPP/scripts/configure.pl
Alternatively, this package will install or update the core mppd software only
Install mppd:
sudo apt-get update sudo apt-get install mpp
Run Configure Script if this is the first time installing mppd on your server
/usr/local/MPP/scripts/configure.pl
Supported Linux (i386/AMD64) distributions:
Debian 4.0 Etch Debian 5.0 Lenny Debian 6.0 Squeeze Ubuntu 6.06 Dapper Ubuntu 6.10 Edgy Ubuntu 7.04 Feisty Ubuntu 7.10 Gutsy Ubuntu 8.04 Hardy Ubuntu 8.10 Intrepid Ubuntu 9.04 Jaunty Ubuntu 9.10 Karmic Ubuntu 10.04 Lucid
