Opps, that doesn't work!

Sorry, tired head...

try this command:

 perldoc perllocal


You'll also want to be sure that Apache knows what directory to look for modules in.  Check httpd.conf and also your error logs.

Ryan


On Mar 8, 2006, at 3:45 PM, Ryan Perry wrote:

perl -e 'print join("\n", @INC);'

then check those for the directory Chart with file Strip.pm OR

perl -e 'print join("\n", @INC);' | ls -lh | grep Chart

Ryan
 
On Mar 8, 2006, at 3:36 PM, nav navlan wrote:

Hi,
I get following error when I try to run a page on my system that is using mason and modperl
 
Can't locate object method "new" via package "Chart::Strip" (perhaps you forgot to load "Chart::Strip"?) at /usr/local/apache/htdocs/manage/graph-clicks line 48.
Stack:
[/usr/local/apache/htdocs/manage/graph-clicks:48]
[/usr/local/apache/htdocs/manage/autohandler:6]
[/usr/local/apache/htdocs/autohandler:11]
 
It says it can not find the module. I downloaded and installed both Char::Strip and also GD, but I still get this error.
 
How can make sure if a modul is installed?
How can I make sure if Chart::Strip is installed properly?
How can I make sure Mason finds the path to this Chart::Strip?
 
Thank you very much
Nav




Brings words and photos together (easily) with
PhotoMail - it's free and works with Yahoo! Mail.


Reply via email to