Using our own W2K (IIS5) Server with ActivePerl5.8 installed we get the following error when files are merged on the server as the last process of the upload:-
"502 Gateway ERROR"
If we upload via: Web|Configure Network|ConfirmEachSetting then we get the following detailed Error after manually correcting the Perl path from "/usr/bin/perl" to "../../Perl/bin" :-
Some of the Perl packages that Catalog requires have not been installed on the web server:
strict
Socket
Cwd
File::Copy
Please advise how to resolve this issue as ActivePerl only comes with a Command Shell Interface called pmm (Package Module Manager) and no further instructions other than the terse pmm help.
I have tried:
pmm>install Cwd.pm
&
pmm>install C:\Perl\Lib\Cwd.pm
Neither works, can you please give me an example on how to install these packages.
Can I also ask why you try to find Perl with the following "/usr/bin/perl" when Perl installed itself by default in "C:\Perl\bin" with it's appropriate environment variables set accordingly ?
FYI: The cgi-bin and the acatalog directories are found OK and loaded with their appropriate files.
Thanks in advance.
Andrew Hill
"502 Gateway ERROR"
If we upload via: Web|Configure Network|ConfirmEachSetting then we get the following detailed Error after manually correcting the Perl path from "/usr/bin/perl" to "../../Perl/bin" :-
Some of the Perl packages that Catalog requires have not been installed on the web server:
strict
Socket
Cwd
File::Copy
Please advise how to resolve this issue as ActivePerl only comes with a Command Shell Interface called pmm (Package Module Manager) and no further instructions other than the terse pmm help.
I have tried:
pmm>install Cwd.pm
&
pmm>install C:\Perl\Lib\Cwd.pm
Neither works, can you please give me an example on how to install these packages.
Can I also ask why you try to find Perl with the following "/usr/bin/perl" when Perl installed itself by default in "C:\Perl\bin" with it's appropriate environment variables set accordingly ?
FYI: The cgi-bin and the acatalog directories are found OK and loaded with their appropriate files.
Thanks in advance.
Andrew Hill
Comment