I've read up on many posts about this subject and the only answer I see is to switch to a Unix server. We're running on a Windows virtual server & changing to Unix is certainly not an alternative at this time. My error is familiar, but I could not find any answer. I've tried renaming NPH-Download.pl to Download.pl with the results posted below. One of the main reasons for purchasing Actinic was the ability to have digital downloads.
With NPH-Download.pl
*************
Can't locate dd000001.pm in @INC (@INC contains: D:/apps/Perl/lib D:/apps/Perl/site/lib .) at d:\users\procheck\html\cgi-bin\nph-dl000001.pl line 36.
BEGIN failed--compilation aborted at d:\users\procheck\html\cgi-bin\nph-dl000001.pl line 36.
With Download.pl
*************
CGI Error
The specified CGI application misbehaved by not returning a complete set of HTTP headers. The headers it did return are:
Can't locate dd000001.pm in @INC (@INC contains: D:/apps/Perl/lib D:/apps/Perl/site/lib .) at d:\users\procheck\html\cgi-bin\dl000001.pl line 36.
BEGIN failed--compilation aborted at d:\users\procheck\html\cgi-bin\dl000001.pl line 36.
Has anyone succeeded in getting the digital download working on a Windows platform? Thanks
Al
With NPH-Download.pl
*************
Can't locate dd000001.pm in @INC (@INC contains: D:/apps/Perl/lib D:/apps/Perl/site/lib .) at d:\users\procheck\html\cgi-bin\nph-dl000001.pl line 36.
BEGIN failed--compilation aborted at d:\users\procheck\html\cgi-bin\nph-dl000001.pl line 36.
With Download.pl
*************
CGI Error
The specified CGI application misbehaved by not returning a complete set of HTTP headers. The headers it did return are:
Can't locate dd000001.pm in @INC (@INC contains: D:/apps/Perl/lib D:/apps/Perl/site/lib .) at d:\users\procheck\html\cgi-bin\dl000001.pl line 36.
BEGIN failed--compilation aborted at d:\users\procheck\html\cgi-bin\dl000001.pl line 36.
Has anyone succeeded in getting the digital download working on a Windows platform? Thanks
Al
Comment