Alasdair Thomas <alasd...@birdwing.co.uk> writes:
> FAIL: Test-auth-basic
> =====================
>
> Can't locate HTTP/Daemon.pm in @INC (@INC contains: . 
> /opt/local/lib/perl5/site_perl/5.16.3/darwin-thread-multi-2level 
> /opt/local/lib/perl5/site_perl/5.16.3 
> /opt/local/lib/perl5/vendor_perl/5.16.3/darwin-thread-multi-2level 
> /opt/local/lib/perl5/vendor_perl/5.16.3 
> /opt/local/lib/perl5/5.16.3/darwin-thread-multi-2level 
> /opt/local/lib/perl5/5.16.3 .) at HTTPServer.pm line 6.
> BEGIN failed--compilation aborted at HTTPServer.pm line 6.
> Compilation failed in require at HTTPTest.pm line 6.
> BEGIN failed--compilation aborted at HTTPTest.pm line 6.
> Compilation failed in require at ./Test-auth-basic.px line 6.
> BEGIN failed--compilation aborted at ./Test-auth-basic.px line 6.
> FAIL Test-auth-basic.px (exit status: 2)

As you can see, all the messages are about "Can't locate HTTP/Daemon.pm".

On my system, that file is /usr/share/perl5/vendor_perl/HTTP/Daemon.pm:

    $ locate Daemon.pm
    /usr/share/perl5/vendor_perl/HTTP/Daemon.pm
    /usr/share/perl5/vendor_perl/Net/Daemon.pm
    $

That file comes from the "perl-HTTP-Daemon" package:

    $ rpm -q --file /usr/share/perl5/vendor_perl/HTTP/Daemon.pm
    perl-HTTP-Daemon-6.01-5.fc19.noarch
    $

So it looks like you need to acquire that file/package in the
appropriate way for your system.

Dale

Reply via email to