Author Topic: Install error  (Read 2199 times)

0 Members and 1 Guest are viewing this topic.

Offline 1030design

  • album.pl User
  • *
  • Posts: 7
  • Karma: +0/-0
  • I love photos
Install error
« on: November 10, 2002, 11:31:54 »
What is the below error mean? How should I fix it? Thanks.

I am using IIS web server for the script.

The specified CGI application misbehaved by not returning a complete set of HTTP headers. The headers it did return are:



Can't locate Digest/MD5.pm in @INC (@INC contains: C:/Perl/lib C:/Perl/site/lib .) at D:\xxx_com\website\photos\album.pl line 2526.
BEGIN failed--compilation aborted at D:\xxx_com\website\photos\album.pl line 2526.


Offline Mike Bobbitt

  • album.pl Author
  • Administrator
  • I Spend Too Much Time Here
  • *****
  • Posts: 3381
  • Karma: +35/-2
    • Mike's Development Archive
Re: Install error
« Reply #1 on: November 10, 2002, 13:15:33 »
If you're not using UBB, then you can comment out the lines that use MD5 hashing:

Code: [Select]
                 use Digest::MD5  qw(md5_hex);
                 $temp=md5_hex($storedpass);


Otherwise, you need to get and install that package on your system...
« Last Edit: December 31, 1969, 19:00:00 by 1039064400 »