Joerg Schilling <[EMAIL PROTECTED]> warned:
> Linux-2.4 recently added support for correcty working mmap() which i not present in
> eralier versions of Linux.
Having run production on 2.2 systems for several years, using mmap(), I
will note that in general mmap() did work, 2.4 just caught some uncommon
cases. I'm not sure which one was the problem here.
> As a general rule of thumb: never run a binary on an older OS release than that
> it has been compiled on. If your cdrecord has been supplied to you by dabian,
> it's a fault from debian not to distinguish between incompatible OS versions.
This is very good advice folks, not just for cdrecord, but for lots of
applications. I expect upward compatibility, but compiling on a newer
release, unless you have all the right things in place to use the
correct compilers and libraries, is to invite just the problemseen here.
Of course the solution is to upgrade the kernel, not dowgrade the app,
but that's just my opinion.
--
-bill davidsen ([EMAIL PROTECTED])
"The secret to procrastination is to put things off until the
last possible moment - but no longer" -me
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]