I get this error while installing Wine

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
arunb
Level 1
Level 1
Posts: 9
Joined: Mon Sep 15, 2008 6:12 am

I get this error while installing Wine

Post by arunb »

Hi,

OS: Ubuntu (Gutsy Gibbon) 7.10
Ver: Wine 1.0.0

I tried to install Wine onto my system, but I get the following error.

Code: Select all

libaudio2 depends on libc6 (>= 2.7-1); however:
  Version of libc6 on system is 2.6.1-1ubuntu9.
dpkg: error processing libaudio2 (--install):
 dependency problems - leaving unconfigured
Errors were encountered while processing:
 libaudio2
Please help me out....

thanks
arunb
User avatar
dimesio
Moderator
Moderator
Posts: 13367
Joined: Tue Mar 25, 2008 10:30 pm

Re: I get this error while installing Wine

Post by dimesio »

arunb wrote: OS: Ubuntu (Gutsy Gibbon) 7.10
Ver: Wine 1.0.0

I tried to install Wine onto my system, but I get the following error.

Code: Select all

libaudio2 depends on libc6 (>= 2.7-1); however:
  Version of libc6 on system is 2.6.1-1ubuntu9.
dpkg: error processing libaudio2 (--install):
 dependency problems - leaving unconfigured
Errors were encountered while processing:
 libaudio2
It's telling you that the version of libc6 on you system is too old. Install 2.7-1 or newer. If you don't know how to do that, ask in the Ubuntu forums. This is not a Wine question.
Locked