LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   problem with wine (https://www.linuxquestions.org/questions/linux-software-2/problem-with-wine-254035/)

nice_indian 11-12-2004 10:50 AM

problem with wine
 
hi,
i have just installed wine-20041019-1fc1winehq rpm on redhat9. i m getting following error while issuing wine command.

/usr/bin/wineserver: relocation error: /usr/bin/wineserver: symbol epoll_create, version GLIBC_2.3.2 not defined in file libc.so.6 with link time reference

what is wrong here?

rjlee 11-12-2004 11:28 AM

There are two possible problems: your install of glibc-2.3.2 does not contain the function epoll_create(), or you do not have version 2.3.2 of glibc at all.

This probably means that the version of wine you downloaded was not compiled for your Red Hat 9 system. In this case, your best bet is to find either a static binary (which will run on any x86 Linux system), or a source RPM that you can compile yourself, for your system.

crimsen 11-12-2004 11:44 AM

I noticed that you installed the Fedora Core 1 version of wine. There is a Red Hat 9 version. Here's the link to that rpm http://prdownloads.sourceforge.net/w...6.rpm?download . I would remove the FC1 version and then install RH9 version.

crimsen

hanbin 11-16-2004 12:33 PM

i have the same problem too...
hope somebody can help us...

i'm running Redhat 9.0 also, and installing wine using the wine-20041019-1rh9winehq.i686.rpm i've download. the error messages is exactly same as nice_indian...

pls let us know what's wrong... and most important.... how to solve this?

jon3k 11-16-2004 02:07 PM

Quote:

Originally posted by hanbin
i have the same problem too...
hope somebody can help us...

i'm running Redhat 9.0 also, and installing wine using the wine-20041019-1rh9winehq.i686.rpm i've download. the error messages is exactly same as nice_indian...

pls let us know what's wrong... and most important.... how to solve this?

Check your glibc version.

Try this:
[username@host /] rpm -qa | grep glibc

You should see one package listed w/ the name glibc-X.X.X-XX (where the X's represent the actual version number).

Now compare that version fo the error message. I'd suggest upgrading to at LEAST the version listed in the error, but in reality, the latest possible for your platform/architecture.

nice_indian 11-17-2004 09:44 AM

hi,
btw i checked the verson of glibc and found it the same(GLIBC_2.3.2). I also tried same verson wine for rh9. And removed the prev rmp and installed new1 but it didnt work. So finally i got binaries and compiled it.
Although it took lotof time of mine but i guess its working fine now:)


All times are GMT -5. The time now is 08:49 AM.