Re: apt-get upgrading packages of same version

2001-04-20 Thread Colin Watson
CaT <[EMAIL PROTECTED]> wrote: >Then I do my apt-get dist-upgrade hoping that the rest of the utilities >will be uploaded nicely and glibc will (obviously) be left alone as the >version installed is the same as that it would want to d/l but... If you recompile a package yourself, increment the ver

Re: apt-get upgrading packages of same version

2001-04-19 Thread CaT
On Thu, Apr 19, 2001 at 09:48:42AM -0700, Nate Amsden wrote: > CaT wrote: > > > > Because I have mysql dealing with a db whose files are >2gig I've > > > apt-get -b source libc6 > > dpkg --install libc6_2.1.3-18_i386.deb libc6-dev_2.1.3-18_i386.deb > > locales_2.1.3-18_i386.deb > > dpkg --instal

Re: apt-get upgrading packages of same version

2001-04-19 Thread Nate Amsden
CaT wrote: > > Because I have mysql dealing with a db whose files are >2gig I've > apt-get -b source libc6 > dpkg --install libc6_2.1.3-18_i386.deb libc6-dev_2.1.3-18_i386.deb > locales_2.1.3-18_i386.deb > dpkg --install glibc-doc_2.1.3-18_all.deb [..] > It still wants to download and install em

apt-get upgrading packages of same version

2001-04-19 Thread CaT
Because I have mysql dealing with a db whose files are >2gig I've installed linux 2.4.2 on the box and recompiled glibc for it (before compiling mysql). This is to make sure tha tmysql would have as happier an environment as possible for 64bit file sizes. The glibc compile was done with apt-get -b