Can wine install in CentOS 3.8? I'd tried the following method but failed to install wine.
*_Method 1_*
[root@gloin yum.repos.d]# yum install wine
Gathering header information file(s) from server(s)
Server: CentOS-3 - Addons
Server: CentOS-3 - Base
Server: CentOS-3 - Extras
Server: CentOS-3 - Updates
Finding updated packages
Downloading needed headers
Cannot find a package matching wine
No actions to take
_*Method 2*_
[root@gloin yum.repos.d]# rpm -ivh /home/wine/*
warning: /home/wine/wine-1.0.1-1.el5.i386.rpm: V3 DSA signature: NOKEY, key ID 217521f6
error: Failed dependencies:
libc.so.6(GLIBC_2.4) is needed by wine-capi-1.0.1-1.el5
rtld(GNU_HASH) is needed by wine-capi-1.0.1-1.el5
libc.so.6(GLIBC_2.3.4) is needed by wine-cms-1.0.1-1.el5
libc.so.6(GLIBC_2.4) is needed by wine-cms-1.0.1-1.el5
liblcms.so.1 is needed by wine-cms-1.0.1-1.el5
rtld(GNU_HASH) is needed by wine-cms-1.0.1-1.el5
/usr/bin/xmessage is needed by wine-core-1.0.1-1.el5
libXxf86vm.so.1 is needed by wine-core-1.0.1-1.el5
libasound.so.2 is needed by wine-core-1.0.1-1.el5
libasound.so.2(ALSA_0.9) is needed by wine-core-1.0.1-1.el5
libasound.so.2(ALSA_0.9.0rc4) is needed by wine-core-1.0.1-1.el5
libasound.so.2(ALSA_0.9.0rc8) is needed by wine-core-1.0.1-1.el5
libc.so.6(GLIBC_2.3.4) is needed by wine-core-1.0.1-1.el5
libc.so.6(GLIBC_2.4) is needed by wine-core-1.0.1-1.el5
rtld(GNU_HASH) is needed by wine-core-1.0.1-1.el5
desktop-file-utils >= 0.8 is needed by wine-desktop-1.0.1-1.el5
libc.so.6(GLIBC_2.3.4) is needed by wine-devel-1.0.1-1.el5
libc.so.6(GLIBC_2.4) is needed by wine-devel-1.0.1-1.el5
rtld(GNU_HASH) is needed by wine-devel-1.0.1-1.el5
libc.so.6(GLIBC_2.3.4) is needed by wine-esd-1.0.1-1.el5
rtld(GNU_HASH) is needed by wine-esd-1.0.1-1.el5
libc.so.6(GLIBC_2.3.4) is needed by wine-jack-1.0.1-1.el5
libc.so.6(GLIBC_2.4) is needed by wine-jack-1.0.1-1.el5
rtld(GNU_HASH) is needed by wine-jack-1.0.1-1.el5
libc.so.6(GLIBC_2.3.4) is needed by wine-ldap-1.0.1-1.el5
libc.so.6(GLIBC_2.4) is needed by wine-ldap-1.0.1-1.el5
liblber-2.3.so.0 is needed by wine-ldap-1.0.1-1.el5
libldap_r-2.3.so.0 is needed by wine-ldap-1.0.1-1.el5
rtld(GNU_HASH) is needed by wine-ldap-1.0.1-1.el5
rtld(GNU_HASH) is needed by wine-nas-1.0.1-1.el5
libc.so.6(GLIBC_2.3.4) is needed by wine-tools-1.0.1-1.el5
libc.so.6(GLIBC_2.4) is needed by wine-tools-1.0.1-1.el5
rtld(GNU_HASH) is needed by wine-tools-1.0.1-1.el5
libc.so.6(GLIBC_2.3.4) is needed by wine-twain-1.0.1-1.el5
libc.so.6(GLIBC_2.4) is needed by wine-twain-1.0.1-1.el5
rtld(GNU_HASH) is needed by wine-twain-1.0.1-1.el5
_*My repos
*_[root@gloin yum.repos.d]# ls
adobe-linux-i386.repo epel.repo epel-testing.repo kbsingh-CentOS-Extras.repo mirrors-rpmforge rpmforge.repo
_*uname -a*_
[root@gloin yum.repos.d]# uname -a
Linux gloin.abc.com.my 2.4.21-47.ELsmp #1 SMP Tue Aug 1 08:47:53 EDT 2006 i686 i686 i386 GNU/Linux
_*Glibc version*_
[root@gloin yum.repos.d]# ldd --version
ldd (GNU libc) 2.3.2
Copyright (C) 2003 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
Written by Roland McGrath and Ulrich Drepper.
_________________________________________________________________ 您的电子邮件和更灵活的即时通信。免费获取 Windows Live Hotmail。 https://signup.live.com/signup.aspx?id=60969
2010/3/29 TeeWei Hian t492113@hotmail.com:
Can wine install in CentOS 3.8? I'd tried the following method but failed to install wine.
Not to be a downer, but have you considered upgrading to a more recent CentOS? Yours is two whole releases out of date, and versio 6 is due out this year, too. That could be a part of your problem.
HTH.
mhr
TeeWei Hian wrote:
Can wine install in CentOS 3.8?
Yes.
<snip>
[root@gloin yum.repos.d]# rpm -ivh /home/wine/* warning: /home/wine/wine-1.0.1-1.el5.i386.rpm: V3 DSA signature: NOKEY,
You're trying to install el5 packages on el3 which is never going to work.
You can get wine for el3 from rpmforge: http://packages.sw.be/wine/
<snip>
-tgc