[H-GEN] Tracking down Perl compilation hassles (was: RT3 under Debian)

Greg Black gjb at gbch.net
Tue Jun 3 22:16:44 EDT 2003


[ Humbug *General* list - semi-serious discussions about Humbug and     ]
[ Unix-related topics. Posts from non-subscribed addresses will vanish. ]

On 2003-06-03, Jason Parker-Burlingham wrote:
> 2. This leaves a few mentions of "Can't locate Digest/Perl/MD5.pm in
>    @INC".  @INC is the Perl equivalent of one's classpath.  Once we
>    know a module isn't being found we know either @INC is incorrect or
>    the module's source code doesn't isn't on the disk.
> 
> 3. A quick
>       $ locate MD5.pm
>    will tell you which is the case.

It would appear to be installed.  The lines I found interesting
from the locate output were:

    /usr/lib/perl/5.8.0/Digest/MD5.pm
    /usr/lib/perl5/Digest/MD5.pm

So we obviously have Digest/MD5.pm, but it's actually looking
for Digest/Perl/MD5.pm -- what is the "correct" fix for that?

As a workaround, I've symlinked one of the above into a
directory that's listed as being in @INC, and that allowed
apache-perl to start.

I now have other failures, but I'll look at them myself first.

Greg

-- 
Greg Black <gjb at gbch.net> <http://www.gbch.net/gjb.html>
GPG signed mail preferred; further information in headers.

--
* This is list (humbug) general handled by majordomo at lists.humbug.org.au .
* Postings to this list are only accepted from subscribed addresses of
* lists 'general' or 'general-post'.  See http://www.humbug.org.au/



More information about the General mailing list