-Mike Morse (MCode151)
ZCS-to-ZCS Migrations & Moves | Admin Tools & Tidbits » ZimbraBlog.com | ZimbraCommunity.com
Hello,
When following the same procedure on a FC6 box with a RHEL4 package installed, I'm always getting the same error message from this thread. Any, suggestions, any other bright ideas?? Because I ran out of them(
I'm trying zcs-4.5.10 => zcs-5.0
prov> prov> 5 is only avaliable with the XS version at /opt/zimbra/zimbramon/lib/IO/Socket/SSL.pm line 30
BEGIN failed--compilation aborted at /opt/zimbra/zimbramon/lib/IO/Socket/SSL.pm line 30, <DBCONFIG> line 17.
Compilation failed in require at /opt/zimbra/zimbramon/lib/Net/LDAP.pm line 970, <DBCONFIG> line 17.
You can probably do 1 of 2 things ...
1. Use the RHEL5 version of Zimba (which was designed to be used on the fc6 version of perl)
2. try copying the files:
/usr/lib/perl5/<version>/List/Util.pm
/usr/lib/perl5/,version>/Scalar/Util.pm
over the same modules in /opt/zimba/<path_to_modules>
(as the modules that come with fc6 SHOULD have XS support and SHOULD NOT require a separate version than the one shipped with the OS)
I THINK that is correct, as I have never installed zimbra on fedora.
(obviously, please backup the zimbra perl modules before you replace them)
Just a quick note for others like me:
Zimbra: Multi-Node Zimbra Installation
OS: CentOS release 5 (Final)
Was running 5.0 RC2
Was upgrading to 5.0 GA
Received same errors as this thread
prov> prov> 5 is only avaliable with the XS version at /opt/zimbra/zimbramon/lib/IO/Socket/SSL.pm line 30
BEGIN failed--compilation aborted at /opt/zimbra/zimbramon/lib/IO/Socket/SSL.pm line 30, <DBCONFIG> line 17.
Compilation failed in require at /opt/zimbra/zimbramon/lib/Net/LDAP.pm line 970, <DBCONFIG> line 17.
So I tried a few things..
I set the Perl Paths as referenced by a few threads in my root .bashrc file
PERLLIB=/opt/zimbra/zimbramon/lib/x86_64-linux-thread-multi:/opt/zimbra/zimbramon/lib:/opt/zimbra/zimbramon/lib/i386-linux-thread-multi:/opt/zimbra/zimbramon/lib/i486-linux-gnu-thread-multi:/opt/zimbra/zimbramon/lib/i586-linux-thread-multi:/opt/zimbra/zimbramon/lib/darwin-thread-multi-2level
export PERLLIB
PERL5LIB=$PERLLIB
export PERL5LIB
(logged out and back in)
Then I ran a yum upgrade perl
Then the install worked successfully.
Hope this helps others
There are currently 1 users browsing this thread. (0 members and 1 guests)