problem while installing Wine in Red hat 9.0

Status
Not open for further replies.

m.parthiban

Broken In
Hi all,

I try to install Wine RPM in redhat 9.0 , but while installing it fails with dependency and it says

" glibc >= 2.3.2-27.9.7 is needed by wine-0.9.1-1rh9winehq"

I checked glibc is already installed are not using rpm -q glibc then i got installed information
as follows
glibc-2.3.2-11.9

What is the problem ? Please tell me how to install Wine and use it.

Thanks
 

desertwind

Cyborg Agent
It's very clear that you've glibc-2.3.2-11.9, but wine requires 2.3.2-27.9.7 which is a higher version.

Use the following command to update
Code:
$ yum update glibc

This will handle all dependancies too.
 
OP
M

m.parthiban

Broken In
Means i have to download a updated version ?
If yes means Please give me link where i can get it.

I dont have yum . can i use command rpm -Uvh to update it ?
 

desertwind

Cyborg Agent
m.parthiban said:
Means i have to download a updated version ?
If yes means Please give me link where i can get it.

I dont have yum . can i use command rpm -Uvh to update it ?

you'll have yum by default. If not install yum from you installation disc.

The problem with downloading a single rpm file is that you may face some dependancies, which needs you to download another file. yum handles it all. Thats the best way.

*rpm.pbone.net/index.php3/stat/4/idpl/2411316/com/glibc-2.3.2-27.9.7.i386.rpm.html

here's the link you needed. But i suggest you to use yum.
 
Status
Not open for further replies.
Top Bottom