Hi - result of find . -name *.pm in the zimbra opt directory was a *lot* of stuff, the paths mostly seemed to be:
.... /zimbramon/lib/Mail/
.... /zimbramon/lib/Mail/SpamAssassin
.... /zimbramon/lib/Convert
.... /zimbramon/lib/MIME/
.... /zimbramon/lib/MIME/Field
.... /zimbramon/lib/LWP
.... /zimbramon/lib/Archive
.... /zimbramon/lib/Archive/Zip
.... /zimbramon/lib/SOAP
.... /zimbramon/lib/i386-linux-thread-multi
(in above, .... means the full path to that point). But based on the different outputs of perl -V (from root context vs. zimbra context), I was wondering whether something like:
Code:
PERLIB=/usr/lib64/perl5/5.8.5/x86_64-linux-thread-multi:/usr/lib/perl5/5.8.5:/usr/lib64/perl5
/site_perl/5.8.5/x86_64-linux-thread-multi:/usr/lib64/perl5/site_perl/5.8.4/x86_64-linux-thre
ad-multi:/usr/lib64/perl5/site_perl/5.8.3/x86_64-linux-thread-multi:/usr/lib64/perl5/site_per
l/5.8.2/x86_64-linux-thread-multi:/usr/lib64/perl5/site_perl/5.8.1/x86_64-linux-thread-multi:
/usr/lib64/perl5/site_perl/5.8.0/x86_64-linux-thread-multi:/opt/zimbra/zimbramon/lib:/opt/zim
bra/zimbramon/lib/i386-linux-thread-multi:/opt/zimbra/zimbramon/lib/i486-linux-gnu-thread-mul
ti:/opt/zimbra/zimbramon/lib/i586-linux-thread-multi:/opt/zimbra/zimbramon/lib/darwin-thread-
multi-2level
in the .bashrc file in /opt/zimbra would accomplish this? It's late where I am, and my brain is dead, so that's just appending the main paths from root context perl paths to the .bashrc for zimbra.... Is there any chance you'd be willing to post the PERLLIB line from your working 64-bit install? I would be very much in your debt, thanks in advance for any tips, and I appreciate your help. I'm sort of learning as I go...