|
I installed Cache-Memcached using the command
cpan install Cache::Memcached however when i try to use it in a CGI script it is not showing up.
I get the following error for the Apache logs
Fri Jun 24 12:41:01 2011] [error] [client 127.0.0.1] Can't locate Cache/Memcached.pm in @INC (@INC
+contains: /Library/Perl/Updates/5.10.0/darwin-thread-multi-2level /Library/Perl/Updates/5.10.0 /Sy
+stem/Library/Perl/5.10.0/darwin-thread-multi-2level /System/Library/Perl/5.10.0 /Library/Perl/5.10
+.0/darwin-thread-multi-2level /Library/Perl/5.10.0 /Network/Library/Perl/5.10.0/darwin-thread-mult
+i-2level /Network/Library/Perl/5.10.0 /Network/Library/Perl /System/Library/Perl/Extras/5.10.0/dar
+win-thread-multi-2level /System/Library/Perl/Extras/5.10.0 .) at /Applications/MAMP/cgi-bin/sideba
+r3/index.cgi line 6.
[Fri Jun 24 12:41:01 2011] [error] [client 127.0.0.1] BEGIN failed--compilation aborted at /Applica
+tions/MAMP/cgi-bin/sidebar3/index.cgi line 6.
[Fri Jun 24 12:41:01 2011] [error] [client 127.0.0.1] Premature end of script headers: index.cgi
How do I get it to be located in the @INC.
Can anyone help me. Thanks
|