Zimbra offers Open Source email server software and shared calendar for Linux and the Mac
 
Go Back   Zimbra - Forums > Zimbra Collaboration Suite > Installation

Welcome to the Zimbra - Forums!
Welcome, if you would like to post a comment please register. We also encourage you to explore all things Zimbra with our team and members of the community.

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 01-17-2009, 03:08 PM
Intermediate Member
 
Posts: 15
Default Error install zimbra 5.0.11 on Fedora 10

At installation zcs-5.0.11_GA_2695.F7.20081117055558 on Fedora 10 (i386) I receive an 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

It is probable is connected by that is used perl v5.10.0.

How it is possible to solve this problem?

I will forgive to help.
Reply With Quote
  #2 (permalink)  
Old 01-17-2009, 06:53 PM
Moderator
 
Posts: 789
Default

this is a problem with a lot of newer versions of some distributions like opensuse 11. the solution is to use a supported platform.

see this page for supported platforms

Zimbra Product Portal
Reply With Quote
  #3 (permalink)  
Old 01-18-2009, 02:58 PM
Intermediate Member
 
Posts: 15
Default

Thanks. I in course.
For zimbra 5 it is possible to use only fedora 7.
But also on fedora 8 zimbra it is perfectly installed and works.
Probably there is a way of start zimbra 5 on fedora 10.

By the way, whether probably to download the beta version zimbra 6?
Reply With Quote
  #4 (permalink)  
Old 01-19-2009, 12:29 AM
Moderator
 
Posts: 5,806
Default

As bdial has said install on a supported platform. With respect to version 6 have a read of :- Update on 6.0 (Guns and Roses).
__________________
SplatNIX IT Services :: Innovation through Collaboration™


http://www.messagefortress.com
Reply With Quote
  #5 (permalink)  
Old 03-24-2009, 12:53 PM
Starter Member
 
Posts: 1
Default Any solution for zcs 5 installation on FC 10?

Hi, everyone.

I got the same problem. The error message is '/usr/bin/perl: symbol lookup error: /opt/zimbra/zimbramon/lib/i586-linux-thread-multi/auto/IO/IO.so: undefined symbol: Perl_Tstack_sp_ptr'.

Did you figure out the solution for zcs 5 installation on FC 10 yet?

Thank you for your reply.


David
Reply With Quote
  #6 (permalink)  
Old 03-25-2009, 12:51 PM
Zimbra Consultant & Moderator
 
Posts: 11,518
Default

Quote:
Originally Posted by davidxia View Post
Did you figure out the solution for zcs 5 installation on FC 10 yet?
As per the posts above, install ZImbra on a supported platform if you want it to work correctly and preferably not a bleeding edge distribution - that isn't a good idea if you want a reliable mail server.
__________________
Regards


Bill
Reply With Quote
  #7 (permalink)  
Old 03-25-2009, 05:35 PM
stk stk is offline
Starter Member
 
Posts: 2
Default

as mentioned above, if you want a stable system,
fedora is a very bad idea.

bleeding edge actually means, you get all the latest version of any package you may care about - which is fine for certain people.

the exclamation mark is on bleeding edge, even, for lack of a better term, "cutting edge" would be a more stable platform.

fedora is about you're on your own, if you break it, you get to keep the pieces.

server-grade Linux-OS like debian( yuck, don't get me started :-O ) or RHEL/OEL/CentOS/SL/PU_IAS/etc are way more conservative.

they or a certain PNALV freeze (important) packages at a certain amount of time and spend the next weeks/months/years! on fixing known/upcoming bugs.

then those "frozen" packages/revisions eventually make it into a release-grade server-OS, where the important packages stay at their current revision, with only bugfixes and eventually some enhancements thrown in.

there are two things you might want to consider, do you want to upgrade your production system with every fedora/ubuntu/opensuse/whatever release, which may occur within every 6 months or do you want to use a stable platform that is supported either upstream or thru 3rd party for the next 5-7 years?

if you want or think you may need bleeding edge, go for fedora/ubuntu,
if you want long-term support and stability go for debian or centos
or even buy the real thing and go for RHEL or SLES.

but then you wouldn't be thinking about using fedora in the first place :-)

regards
stk
Reply With Quote
  #8 (permalink)  
Old 03-31-2009, 01:39 PM
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
  #9 (permalink)  
Old 04-14-2009, 01:52 AM
Intermediate Member
 
Posts: 16
Default

I tried it with openSUSE 11.1 but ended with error on 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
There is no existing i386-linux-thread-multi folder, only i586-linux-thread-multi.

Did you have typo or do I have different configuration between Fedora 10 and openSUSE 11 regarding Perl 5.10.0 configuration ?
__________________
Best Regards
----------------------------------
Masim "Vavai" Sugianto
Vavai Personal Blog
Vavai & OpenSUSE
Reply With Quote
  #10 (permalink)  
Old 04-14-2009, 05:14 AM
New Member
 
Posts: 4
Thumbs up Path

I think You can use i586-linux-thread-multi directory, Vavai. The difference is about compilation for your plataform.
Reply With Quote
Reply


Thread Tools
Display Modes


Similar Threads

Why Join?

Registering let's you ask questions, makes it easier to search, displays any files attached to posts, and notifies you about replies.

Zimbrablog.com




 

Search Engine Optimization by vBSEO 3.1.0