I am attempting to install zimbra onto Ubuntu Hardy 8.04 x64 bit edition using this tarball:
Code:
zcs-6.0.6_GA_2330.UBUNTU8_64.20100505202919
However when I run the install script I get this error:
Code:
Press Return to continue
Checking for prerequisites...
FOUND: NPTL
FOUND: sudo-1.6.9p10-1ubuntu3.7
FOUND: libidn11-1.1-1
FOUND: libpcre3-7.4-1ubuntu2.1
FOUND: libgmp3c2-2:4.2.2+dfsg-1ubuntu2
FOUND: libexpat1-2.0.1-0ubuntu1.1
FOUND: libstdc++6-4.2.4-1ubuntu4
MISSING: libstdc++5
MISSING: libltdl3
FOUND: libperl5.8-5.8.8-12ubuntu0.4
Checking for suggested prerequisites...
perl-5.8.8 does not appear to be installed.
###WARNING###
./install is reporting that perl-5.8.8 is not installed, when it in fact is...
Code:
root@cloud5:/home/bluethundr# perl -v
This is perl, v5.8.8 built for x86_64-linux-gnu-thread-multi
Copyright 1987-2006, Larry Wall
Perl may be copied only under the terms of either the Artistic License or the
GNU General Public License, which may be found in the Perl 5 source kit.
Complete documentation for Perl, including FAQ lists, should be found on
this system using "man perl" or "perldoc perl". If you have access to the
Internet, point your browser at http://www.perl.org/, the Perl Home Page.
How can I get around this error? Thanks!