Greetings folks,

I've just got a new midialsa working to fix a bug introduced
in alsa-lib 1.0.24 ... there's just one small quirk that I
haven't met before:
  Error: Could not find expected file libasound.a, or libasound.so,
  or libasound.so.* for ALSA -- you may have to install ALSA in your
  system and/or pass ALSA_DIR or ALSA_LIBDIR to the luarocks command.
  Example: luarocks install midialsa ALSA_DIR=/usr/local

so after
  find /usr/lib -name 'libasound.*' -print
I tried
  luarocks install \
    http://www.pjb.com.au/comp/lua/midialsa-1.18-0.rockspec \
    ALSA_LIBDIR=/usr/lib/i386-linux-gnu/
and that worked fine :-)

I have just upgraded from debian squeeze to wheezy;
has that messed something up ?

Regards,  Peter Billam

http://www.pjb.com.au      p...@pjb.com.au     (03) 6278 9410
"Follow the charge, not the particle."  --  Richard Feynman
 from The Theory of Positrons, Physical Review, 1949

------------------------------------------------------------------------------
AlienVault Unified Security Management (USM) platform delivers complete
security visibility with the essential security capabilities. Easily and
efficiently configure, manage, and operate all of your security controls
from a single console and one unified framework. Download a free trial.
http://p.sf.net/sfu/alienvault_d2d
_______________________________________________
Luarocks-developers mailing list
Luarocks-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/luarocks-developers

Reply via email to