View Single Post
  #8 (permalink)  
Old 03-31-2009, 01:39 PM
sthenley sthenley is offline
New Member
 
Posts: 4
Exclamation Zimbra on Fedora 10

Hello!

I have successful installed Zimbra on Fedora Core 10. But in first attempt, I get this error:
/usr/bin/perl: symbol lookup error: /opt/zimbra/zimbramon/lib/i386-linux-thread-multi/auto/IO/IO.so: undefined symbol: Perl_Tstack_sp_ptr

Assuming You have downloaded Zimbra for FC7 or RHEL5, in a shell as root, go to directory with your Zimbra installation files and try this:
Code:
./install.sh  -u
yum install -y perl-CPAN compat-libstdc++*
cpan -i Net::DNS
./install.sh  --platform-override
Copy and past, don't worry

If still have troubles, but passed the:
Code:
zimbra-spell......zimbra-spell-xxxx.i386.rpm...done
... Assuming You have Perl v5.10.0 (change the path to match your version), do this :
Code:
cp -prfv /usr/lib/perl5/vendor_perl/5.10.0/i386-linux-thread-multi/* \ 
/opt/zimbra/zimbramon/lib/i386-linux-thread-multi/
/opt/zimbra/libexec/zmsetup.pl
... And the installation will continue.

Regards,
Sthenley Macedo

Last edited by sthenley; 04-14-2009 at 05:16 AM..
Reply With Quote