View Single Post
  #10 (permalink)  
Old 11-17-2009, 12:40 PM
ArcaneMagus ArcaneMagus is offline
Moderator
 
Posts: 1,147
Default

Ah ha, yes that does help. looks like your perl include paths aren't set correctly.
Try running this as the zimbra user:
Code:
perl -e "print join(\"\n\", @INC);"
Reply With Quote