Even though it's a test system, go ahead and update it to
5.0.0 GA, then test the functionality of to: > shownames from: Global Address List > run a search.
Little note, as you're on RHEL4 may need need to:
As root, read the ~zimbra/.bashrc, and set the PERLLIB and PERL5LIB environment variables to match what the zimbra user does, and then try installing.
Quote:
export PERLLIB=/opt/zimbra/zimbramon/lib:/opt/zimbra/zimbramon/lib/i386-linux-thread-multi
export PERLLIB
PERL5LIB=$PERLLIB
export PERL5LIB
|
This should tell perl to use the Zimbra perl libraries before using the system perl libraries.