On Wed, 10 Sep 2003 18:39:51 +0300, you wrote:
Rein Klazes wrote:
On Wed, 10 Sep 2003 16:03:23 +0300, you wrote:
Hi list,
I have just performed an upgrade to my Debian Sid Linux. During the upgrade, libc was replaced. I can now not get Wine to work on the new install.
ACK. I have downgraded to glibc-2.3.2-5 and it works again.
Can you tell me what command you used to do that? When I tried what I understood would do that, it was about to uninstall most of my system, including some critical stuff.
I tired, IIRC, "apt-get install libc6=2.2.5-11.2".
Hmm, ok, I'll rephrase the question - where can I find the 2.3.2-5 deb?
Shachar
If they are not still on your system (/var/cache/apt/archives/) you can download them from a local Debian mirror in pool/main/g/glibc.
Then I did
| dpkg -i libc6-dev_2.3.2-5_i386.deb libc6_2.3.2-5_i386.deb locales_2.3.2-5_all.deb
Rein.