Wrong list. This list is for discussing CPAN authoring issues, not problems with using CPAN modules.
Try here: http://groups.google.com/group/comp.lang.perl.modules/ or here: http://www.perlmonks.org On 4/21/06, Steven Stromer <[EMAIL PROTECTED]> wrote: > Hi, > > I'm trying to build a CGI PERL web app hosted on Fedora/Apache machine, > making XML requests to a Windows/IIS machine (No, I have no choice in > this matter; we're trying to connect to QuickBooks). > > I get an Internal Server Error when trying to execute the PERL script > via a web browser, and when I try to run the executable from the command > line using the format ./[script.cgi] I get the error "Can't locate > SOAP/Lite.pm in @INC". > > Fundamentally, I understand that CPAN uses paths under @INC to locate > modules that have been installed. I did nothing special when installing > SOAP::Lite; I just used 'install SOAP::Lite' at the CPAN prompt. The > installation completed without error. However, when I list installed > modules with 'perldoc perllocal', I do not see the SOAP::Lite module listed. > > I am not certain whether this is a problem with CPAN, SOAP::Lite, or me. > > Plese help. > > Thanks! > > Steven Stromer > > >