The error i am recieveing in my apache logs is as follows:
Can't locate MD5.pm in @INC (@INC contains: /usr/lib/perl5/5.6.1/i386-linux /usr/lib/perl5/5.6.1 /usr/lib/perl5/site_perl/
5.6.1/i386-linux /usr/lib/perl5/site_perl/5.6.1 /usr/lib/perl5/site_perl .) at /var/admin.cgi line 28.
I have MD5 installed and it is located at:
/usr/lib/perl5/site_perl/5.6.1/i386-linux/Digest/MD5.pm
However that path is not located in the @INC that the log lists. Where is the @INC file and how can i edit it to include that path.
Thanks for any help
Can't locate MD5.pm in @INC (@INC contains: /usr/lib/perl5/5.6.1/i386-linux /usr/lib/perl5/5.6.1 /usr/lib/perl5/site_perl/
5.6.1/i386-linux /usr/lib/perl5/site_perl/5.6.1 /usr/lib/perl5/site_perl .) at /var/admin.cgi line 28.
I have MD5 installed and it is located at:
/usr/lib/perl5/site_perl/5.6.1/i386-linux/Digest/MD5.pm
However that path is not located in the @INC that the log lists. Where is the @INC file and how can i edit it to include that path.
Thanks for any help