You are viewing a plain text version of this content. The canonical link for it is here.
Posted to modperl@perl.apache.org by "Joel Cohen, Ph.D." <dr...@email.msn.com> on 2000/08/01 13:09:46 UTC

Apache::ASP installation woes

Hi,

I'm new to much of this.  To start with how do I approach this error:

[Tue Aug  1 04:57:55 2000] [error] Can't locate loadable object for module
Di
gest::MD5 in @INC (@INC contains: /usr/home/drjoelsc/usr/local/lib/site_perl
/usr/home/drjoelsc/usr/local/lib/site_perl/Apache/site
/usr/home/drjoelsc/usr
/local/lib/site_perl/Apache/site/eg
/usr/home/drjoelsc/usr/local/lib/site_per
l/Apache /usr/local/lib/perl5/5.00503/i386-freebsd
/usr/local/lib/perl5/5.005
03 /usr/local/lib/site_perl /usr/local/lib/site_perl . /usr/local/etc/httpd/
/usr/local/etc/httpd/lib/perl) at
/usr/home/drjoelsc/usr/local/lib/site_perl/
Apache/ASP.pm line 13
BEGIN failed--compilation aborted at
/usr/home/drjoelsc/usr/local/lib/site_pe
rl/Apache/ASP.pm line 13.

Joel Cohen, Ph.D.
Dr. Joel's Computer Shoppe
(www.drjoelscomputers.com)
8209 Meadow Road #1030
Dallas, Texas 75231

ph./fax: 214-706-8963
email: drjmcohen@email.msn.com

Re: Apache::ASP installation woes

Posted by Ime Smits <im...@iae.nl>.
| [Tue Aug  1 04:57:55 2000] [error] Can't locate loadable object for module
| Di
| gest::MD5 in @INC (@INC contains:
/usr/home/drjoelsc/usr/local/lib/site_perl

I guess you did not run the install with the CPAN installer, so in that case
you should figure out quite some depencies yourself. In your case, it's
complaining about a missing Digest::MD5 module, which is not part of the
standard Perl module tree, but available from CPAN.

I would advice to use the CPAN installer, which will save you a lot of time,
effort and worries.

Ime