-----Original Message-----
From: Perrin Harkins [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, March 12, 2002 12:48 PM
To: [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]
Subject: Re: Apache::TicketAccess

Ray Recendez wrote:
> Yes I have MD5 installed. However, MD5.pm is located in the following
> locations: /usr/local/lib/perl5/site_perl/5.6.1/sun4-solaris/MD5.pm ;
> /usr/local/lib/perl5/site_perl/5.6.1/sun4-solaris/MD5/MD5.pm ; and
> /usr/local/lib/perl5/site_perl/5.6.1/MD5.pm. Which one is correct?

All of them.  There are platform-specific parts installed under the
paths with "solaris" in them.

Does it work when you use it from command-line?

perl -MMD5 -e 'print "ok\n";'

> Is there
> another similar authentication package or is Apache::TicketAccess the best
> one out there.

I've never used Apache::TicketAccess, but it looks fine.  Anyway, you
aren't having problems with Apache::TicketAccess, you're having problems
with MD5.  Any auth scheme is likely to want a working MD5.

- Perrin

Running it from the command line seems to work:
rift_root>perl -MMD5 -e 'print "ok\n";'
ok
rift_root>

--Ray

Reply via email to