On Mon, Sep 5, 2011 at 3:38 AM, Søren Hauberg <so...@hauberg.org> wrote:
> This appears to happen during the caching of help texts. Basically, what
> happens is that 'pkg' extracts the help text of all functions, which is
> done by loading the function into memory. This appears to fail in this
> case with the error:
>
>  undefined symbol: snd_pcm_sw_params_set_start_threshold
>
> So what you are seeing is that the function 'aplayrec' cannot be loaded
> due to some linking issue. My guess is that you do not have the right
> dependencies for the package installed or that your linking paths are
> not correctly setup.

This problem is fixed by adding $(ALIBDIRS) to the compilation instructions
for aplayrec in the Makefile. The package installation then works as a normal
user and aplayrec works correctly.

-- 
Miguel Bazdresch

------------------------------------------------------------------------------
Special Offer -- Download ArcSight Logger for FREE!
Finally, a world-class log management solution at an even better 
price-free! And you'll get a free "Love Thy Logs" t-shirt when you
download Logger. Secure your free ArcSight Logger TODAY!
http://p.sf.net/sfu/arcsisghtdev2dev
_______________________________________________
Octave-dev mailing list
Octave-dev@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/octave-dev

Reply via email to