GOTO Masanori wrote: > Oops! I'm sorry, I fixed as follows: > > --- libc/DEBIAN/preinst 6 Jan 2003 13:51:53 -0000 1.5 > +++ libc/DEBIAN/preinst 7 Jan 2003 13:27:02 -0000 > @@ -115,10 +115,11 @@ > fi > # parisc64 boxes require latest fixes in the kernel 2.4.19-pa17 or later > # (in 2.4.x), 2.5.53-pa3 or later (in 2.5.x), to function properly. > + # Note that parisc64 kernel version scheme is "`uname -r`-64". > if [ "$realarch" = parisc64 ] > then > kernel_ver=`uname -r` > - if dpkg --compare-versions "$kernel_ver" lt 2.4.19-pa17 > + if dpkg --compare-versions "$kernel_ver" lt 2.4.19-64 > then > echo WARNING: This version of libc6 requires that you be running > echo atleast a 2.4.19-pa17 kernel (or 2.5.53-pa3 if you use > > Is it OK?
If that is the so called solution, could somebody please do something I requested a while ago: http://lists.debian.org/debian-hppa/2002/debian-hppa-200212/msg00065.html tausq: *hint* *hint* Regards, Joey -- Life is too short to run proprietary software. -- Bdale Garbee Please always Cc to me when replying to me on the lists. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

