> Hello
>
> I repeatedly run into problems when installing modules and I havent
> yet figured out a way to consistently resolve them.
>
> I want to install Audio::File but the tests fail
>
> Any help is greatly appreciated.
>
> david
>
> Running make test
> PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e"
> "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
> t/Audio-File....1/49 Ogg::Vorbis::Header::PurePerl: Didn't find an ogg
> header - invalid file?
> Ogg::Vorbis::Header::PurePerl: Didn't find an ogg header - invalid
> file?

>
> #   Failed test 'Audio::File::Ogg::AudioProperties::length()'


My guess is that you are missing a header file.

If you are using a distribution based system, look for something like
libogg-dev or/and libvorbis-dev



Owen




-- 
To unsubscribe, e-mail: beginners-unsubscr...@perl.org
For additional commands, e-mail: beginners-h...@perl.org
http://learn.perl.org/


Reply via email to