Oh wonderful and all knowing Monks... I seek your help in my unfortunate despair. Portaudio wont install from cpan. $ sudo cpan Audio::PortAudio
chmod 755 blib/arch/auto/Audio/PortAudio/PortAudio.so cp PortAudio.bs blib/arch/auto/Audio/PortAudio/PortAudio.bs chmod 644 blib/arch/auto/Audio/PortAudio/PortAudio.bs Manifying blib/man3/Audio::PortAudio.3pm JDIEPEN/Audio-PortAudio-0.03.tar.gz /usr/bin/make -- OK Running make test PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" "test_h +arness(0, 'blib/lib', 'blib/arch')" t/*.t t/01basic.t .. 1/3 No device found at t/01basic.t line 14. # Looks like your test exited with 255 just after 3. t/01basic.t .. Dubious, test returned 255 (wstat 65280, 0xff00) All 3 subtests passed
I've got the portaudio libs installed. I use pulseaudio which might be causing issues. but I'm looking for how to resolve this issue so it will install or a module for me to capture audio input that is avaliable on windows and linux. the broken part from t/01basic.t is my $device  = $api->default_output_device;

In reply to Portaudio won't install via cpan by Stoney2005

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.