Re: sg_write kernel logging flood
[email protected] Thu, 19 Jul 2007 15:52:08 -0400
| Newsgroups | gmane.comp.audio.cd-paranoia.general |
|---|---|
| Message-ID | <[email protected]> |
On 7/19/07, Tobias Jakobi <[email protected]> wrote: > Hi Pim, > > I've just downloaded the current cdparanoia source from SVN and it did > indead compile fine. But I still get the kernel flooding. I expect you have an old version still installed and the version of the interface lib installed in /usr/lib is being used over the version of the interface lib you built and installed on /usr/local/lib. Use ldd to make sure. The SVN version will always prefer SGIO over SG. Monty