Install WINE 1.01 on RHES5 and libgphoto2

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
thllgo
Newbie
Newbie
Posts: 2
Joined: Tue Jul 22, 2008 5:21 pm

Install WINE 1.01 on RHES5 and libgphoto2

Post by thllgo »

Hello,

I am having problems installing the WINE rpm. I have RHES 5. I have installed the libgphoto2. When I try to install WINE with the following command it fails.
rpm -ihv --aid wine-core-1.0-1.el5.i386.rpm
error
libgphoto2.so.2 is needed by wine-core-1.0-1.el5.i386.rpm
libgphoto2.port.so.0 is needed by wine-core-1.0-1.el5.i386.rpm

Both are installed and in /lib/lib64

an rpm -qa |grep gphoto2 shows both
gphoto2-2.2.0-3.el5 and
gphoto2-devel-2.2.0.3.el5 are installed

Please help. Why am I getting these errors?
Thank you
nick
Newbie
Newbie
Posts: 4
Joined: Mon Jul 14, 2008 10:46 pm

RHES 5

Post by nick »

I think yum can be used in Red hat.... if so the dependencies should be taken care of
vitamin
Moderator
Moderator
Posts: 6605
Joined: Sat Feb 23, 2008 2:29 pm

Re: Install WINE 1.01 on RHES5 and libgphoto2

Post by vitamin »

thllgo wrote:Both are installed and in /lib/lib64
That's useless for Wine. Wine is 32-bit only. So you need all 32-bit libs for Wine as well.
thllgo
Newbie
Newbie
Posts: 2
Joined: Tue Jul 22, 2008 5:21 pm

Post by thllgo »

Brilliant :D

You are correct. I installed the 32bit libs and all is well.

Thank you
Locked