I'm trying to make a perl cgi script called "soapserver.cgi" work. After fixing a lot of dependency things I encountered one that I'm unable to fix:
Can't locate loadable object for module HTML::Parser in @INC (@INC contains: /usr/local/lib/perl5/5.6.1/sun4-solaris /usr/local/lib/perl5/5.6.1 /usr/local/lib/perl5/5.6.1/sun4-solaris /usr/local/lib/perl5/5.6.1 /usr/local/lib/perl5/site_perl/5.6.1/sun4-solaris /usr/local/lib/perl5/site_perl/5.6.1 /usr/local/lib/perl5/site_perl/5.005/sun4-solaris /usr/local/lib/perl5/site_perl/5.005 /usr/local/lib/perl5/site_perl . /usr/local/lib/perl5/5.6.1/sun4-solaris /usr/local/lib/perl5/5.6.1) at /usr/local/lib/perl5/5.6.1/HTML/Entities.pm line 79 You might say "make sure you have Parser.pm in HTML/Parser.pm in one of the @INC directories". And I would reply by a quote from my terminal: kastanja /data3/apache/logs>ls -l /usr/local/lib/perl5/5.6.1/HTML/Parser.pm -r--r--r-- 1 root winform 33756 Nov 2 19:38 /usr/local/lib/perl5/5.6.1/HTML/Parser.pm Also all the access privileges leading to that file are read and execute privileges for everyone, so that can't be the problem. Any ideas? I'm running SunOS 5.7. | Bemmu Sepponen | programmer | [EMAIL PROTECTED] | -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]