Results 1 to 3 of 3
Hello,
when I run alsaloop (from alsa-utils 1.0.24.2), I got an error :
$ alsaloop
No libsamplerate support.
So I install libsamplerate 0.1.7, I recompile alsa-plugins 1.0.24 with samplerate support, ...
- 07-16-2011 #1Just Joined!
- Join Date
- Sep 2010
- Posts
- 6
alsaloop and libsamplerate
Hello,
when I run alsaloop (from alsa-utils 1.0.24.2), I got an error :
$ alsaloop
No libsamplerate support.
So I install libsamplerate 0.1.7, I recompile alsa-plugins 1.0.24 with samplerate support, but I got again this error.
Can you tell me how to correct this?
Thank you.
- 07-19-2011 #2Linux Guru
- Join Date
- Apr 2009
- Location
- I can be found either 40 miles west of Chicago, or in a galaxy far, far away.
- Posts
- 8,954
Did you specify the --prefix=/usr option to configure? If not, the new software got installed into /usr/local instead, so you are probably running the old code still.
Sometimes, real fast is almost as good as real time.
Just remember, Semper Gumbi - always be flexible!
- 07-19-2011 #3Just Joined!
- Join Date
- Sep 2010
- Posts
- 6
Yes. I can verify this by watching the content of config.log:
I think it's a bug because this software is new :Code:$ head config.log This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. It was created by configure, which was generated by GNU Autoconf 2.68. Invocation command line was $ ./configure --prefix=/usr ## --------- ## ## Platform. ##
Is has been introduced in the 1.0.24 version (the last release).


Reply With Quote
