Zimbra on Mandriva I'm a Mandriva developer, and have been asked to look at Zimbra on Mandriva. I sent back a couple of patches to the install scripts that let the package install proceed, but then have run into perl issues.
[root@presario30 zcs]# /opt/zimbra/libexec/zmsetup.pl
/usr/bin/perl: symbol lookup error:
/opt/zimbra/zimbramon/lib/i386-linux-thread-multi/auto/Net/DNS/DNS.so:
undefined symbol: Perl_Gthr_key_ptr
So it looks like a symbol mismatch between the system perl and the supplied Zimbra perl modules. In particular, we removed thread support from our perl a couple of years ago.
A quick glance of the modules provided look like common ones that we would already provide, but a glance at the source of the above mentioned script looks like it's hard coded to use the bits in /opt. I'm at LWE now, so haven't had time to look at this further, but it would be nice to be able to use an env variable to have the Zimbra scripts use the system perl modules since it's using the system interpreter. (something like PERL5_LIB?).
Building from source of course is an option, but we're looking at working with Zimbra to provide binary packages that would run on Mandriva. |