Greetings :-)

If you're installing midialsa on debian, you have to
  find /usr/lib -name 'libasound.*' -print
and then invoke
  luarocks install midialsa ALSA_LIBDIR=/usr/lib/i386-linux-gnu/
or wherever. Similarly, if you're installing lgdbm, you have to
  luarocks install lgdbm GDBM_LIBDIR=/usr/lib/i386-linux-gnu/
That's a different variable-name; but it's the same directory...
so I thought, wouldn't it be nice if I could just add
  export ARCH_LIBDIR=/usr/lib/i386-linux-gnu/
into my /root/.bash_profile and then (on that host) every install
would work first time every time and I could live happily ever after.
Does something like ARCH_LIBDIR already exist in luarocks ?

Presumably, an explicitly set eg: GDBM_LIBDIR should override the
ARCH_LIBDIR, to handle cases where a library has been hand-compiled
into /usr/unusual/lib/ or wherever...

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


------------------------------------------------------------------------------
"Accelerate Dev Cycles with Automated Cross-Browser Testing - For FREE
Instantly run your Selenium tests across 300+ browser/OS combos.
Get unparalleled scalability from the best Selenium testing platform available
Simple to use. Nothing to install. Get started now for free."
http://p.sf.net/sfu/SauceLabs
_______________________________________________
Luarocks-developers mailing list
Luarocks-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/luarocks-developers

Reply via email to