[RESOLVED] How to install Wine on CentOS 6 64 bit?

Issues related to applications and software problems
pschaff
Retired Moderator
Posts: 18276
Joined: 2006/12/13 20:15:34
Location: Tidewater, Virginia, North America
Contact:

Re: [RESOLVED] How to install Wine on CentOS 6 64 bit?

Post by pschaff » 2012/04/08 13:41:08

We are going for the record here for longest-continued-thread-after-being-marked-RESOLVED. :-)

It would help to understand if you showed the exact "yum remove ..." command you used, as well as the one used in the attempt to install wine.

What does [code]rpm -qa libtool-ltdl\*[/code]show?

User avatar
AlanBartlett
Forum Moderator
Posts: 9345
Joined: 2007/10/22 11:30:09
Location: ~/Earth/UK/England/Suffolk
Contact:

Re: [RESOLVED] How to install Wine on CentOS 6 64 bit?

Post by AlanBartlett » 2012/04/08 16:34:23

I wonder just how much [i]CentOS[/i] this "[i]CentOS[/i]" system contains?

[quote]
== BEGIN uname -rmi ==
[color=FF0000]2.6.38.2-xxxx-std-ipv6-64 x86_64 x86_64[/color]
== END uname -rmi ==

. . .

[color=00FF00] plesk-mail-qc-driver
x86_64 10.13.4-cos6.build1013111102.18 @PSA_10_4_4-dist 1.7 M[/color]

. . .

[color=0000FF] pp-sitebuilder noarch 10.4.4-36793.11110312 @SITEBUILDER_10_4_4-dist
155 M[/color]
[/quote]
Etc. :roll:

pschaff
Retired Moderator
Posts: 18276
Joined: 2006/12/13 20:15:34
Location: Tidewater, Virginia, North America
Contact:

Re: [RESOLVED] How to install Wine on CentOS 6 64 bit?

Post by pschaff » 2012/04/08 16:48:18

I see I neglected to mention the foreign kernel, or to notice the other items. The only packaged kernel shown is kernel-2.6.32-220.7.1.el6.x86_64 which looks like CentOS, but it is not running.

We are indeed not dealing with "real" CentOS. Plesk makes enough changes that the resulting system may break if standard CentOS advice is followed.

7of9
Posts: 37
Joined: 2011/07/21 16:24:28

Re: [RESOLVED] How to install Wine on CentOS 6 64 bit?

Post by 7of9 » 2012/04/10 08:28:46

Hi Phil,

Here is what rpm shows:
rpm -qa libtool-ltdl\*
libtool-ltdl-2.2.6-15.5.el6.x86_64

I do not need plesk. It came preinstalled. Do you think by unistalling it, the problem would be resolved?

pschaff
Retired Moderator
Posts: 18276
Joined: 2006/12/13 20:15:34
Location: Tidewater, Virginia, North America
Contact:

Re: [RESOLVED] How to install Wine on CentOS 6 64 bit?

Post by pschaff » 2012/04/10 12:02:20

[quote]
7of9 wrote:
Hi Phil,

Here is what rpm shows:
rpm -qa libtool-ltdl\*
libtool-ltdl-2.2.6-15.5.el6.x86_64[/quote]
So you have only 64-bit installed. Not what I expected to see.

[quote]
I do not need plesk. It came preinstalled. Do you think by unistalling it, the problem would be resolved?[/quote]
Sorry, I have no idea how to [b][i]de-Plesk[/i][/b] a system, other than doing a fresh install. I'm not sure if that would help with this issue or not. I tried a wine install on x86_64 and also got conflicts with installed packages, but in my case different ones, from ELRepo. I will try to do an install on a vanilla system when I get a chance, or perhaps someone else can comment. You may need to take the issue to EPEL as those are not CentOS packages.

7of9
Posts: 37
Joined: 2011/07/21 16:24:28

Re: [RESOLVED] How to install Wine on CentOS 6 64 bit?

Post by 7of9 » 2012/04/10 13:49:47

I took my chances and unistalled it. This solved the problem and I managed to install wine.
However, I had to reinstall gnome, because it unistalled portions of it.
But now I have a problem installing vlc. It was installed on the previous state.

It prompts:

Error: Package: vlc-1.1.13-1.el6.rf.x86_64 (rpmforge)
Requires: libupnp.so.3()(64bit)
Available: libupnp-1.6.6-1.el6.rf.x86_64 (rpmforge)
libupnp.so.3()(64bit)
Installed: libupnp-1.6.13-1.el6.x86_64 (@epel)
Not found
Error: Package: vlc-1.1.13-1.el6.rf.x86_64 (rpmforge)
Requires: libthreadutil.so.2()(64bit)
Available: libupnp-1.6.6-1.el6.rf.x86_64 (rpmforge)
libthreadutil.so.2()(64bit)
Installed: libupnp-1.6.13-1.el6.x86_64 (@epel)
Not found
Error: Package: vlc-1.1.13-1.el6.rf.x86_64 (rpmforge)
Requires: libmodplug.so.0()(64bit)
Available: libmodplug-0.8.7-1.el6.rf.x86_64 (rpmforge)
libmodplug.so.0()(64bit)
Installed: 1:libmodplug-0.8.8.3-2.el6.x86_64 (@epel)
Not found
You could try using --skip-broken to work around the problem
You could try running: rpm -Va --nofiles --nodigest

I did a little hunting and I followed the instructions from this thread: http://w7w.centos.org/modules/newbb/viewtopic.php?topic_id=35026&forum=56

"exclude=libmodplug" to /etc/yum.repos.d/epel.repo , and epel-testing.repo

However it had no effect.

pschaff
Retired Moderator
Posts: 18276
Joined: 2006/12/13 20:15:34
Location: Tidewater, Virginia, North America
Contact:

Re: [RESOLVED] How to install Wine on CentOS 6 64 bit?

Post by pschaff » 2012/04/10 19:23:30

I also did an install of wine x86_64 on 6.2, without other 3rd party repos besides EPEL, and it worked properly. I ended up with libtool-ltdl-2.2.6-15.5.el6.i686 and libtool-ltdl-2.2.6-15.5.el6.x86_64 with no conflict, so I have no idea where the original error came from. I can only guess it is a combined multi-arch/repo-mixing issue.

As far as vlc - that is a conflict between RPMforge and EPEL packages:

[quote]
7of9 wrote:
...
But now I have a problem installing vlc. It was installed on the previous state.

It prompts:

Error: Package: vlc-1.1.13-1.el6.rf.x86_64 (rpmforge)
Requires: libupnp.so.3()(64bit)
Available: [color=993300]libupnp-1.6.6-1.el6.rf.x86_64 (rpmforge)[/color]
libupnp.so.3()(64bit)
Installed: [color=0000ff]libupnp-1.6.13-1.el6.x86_64 (@epel)[/color]
Not found
Error: Package: vlc-1.1.13-1.el6.rf.x86_64 (rpmforge)
Requires: libthreadutil.so.2()(64bit)
Available: [color=993300]libupnp-1.6.6-1.el6.rf.x86_64 (rpmforge)[/color]
libthreadutil.so.2()(64bit)
Installed:[color=0000ff] libupnp-1.6.13-1.el6.x86_64 (@epel)[/color]
Not found
Error: Package: vlc-1.1.13-1.el6.rf.x86_64 (rpmforge)
Requires: libmodplug.so.0()(64bit)
Available: [color=993300]libmodplug-0.8.7-1.el6.rf.x86_64 (rpmforge)[/color]
libmodplug.so.0()(64bit)
Installed: 1:[color=008080]libmodplug-0.8.8.3-2.el6.x86_64 (@epel)[/color]
Not found
You could try using --skip-broken to work around the problem
You could try running: rpm -Va --nofiles --nodigest

I did a little hunting and I followed the instructions from this thread: http://w7w.centos.org/modules/newbb/viewtopic.php?topic_id=35026&forum=56

"exclude=libmodplug" to /etc/yum.repos.d/epel.repo , and epel-testing.repo

However it had no effect.[/quote]
In addition to excluding libmodplug from EPEL you need to exclude libupnp, and then downgrade the installed packages to the RepoForge/RPMforge versions that have the required library versions for VLC. That may well break something else for which they were originally installed. The only clean alternative I see if for RepoForge to update their packages to later versions and build VLC against them. The joys of repo-mixing.

If more help is needed then please [url=http://www.centos.org/modules/newbb/viewtopic.php?topic_id=28723&forum=54]provide more information about your system[/url] by running "./getinfo.sh package" and showing us the output file. This really ought to be in a fresh topic as it is no longer directly related to the current subject.

Post Reply