LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 11-04-2004, 03:09 PM   #1
zexter
Member
 
Registered: Oct 2003
Location: Saint Louis, Missouri
Distribution: Mandrake 10 Official
Posts: 210

Rep: Reputation: 30
installing wine


can someone please tell me how to install wine-20041019-mdk.i586.rpm.... im using mandrake 10.1





-thanks in advance
 
Old 11-04-2004, 03:56 PM   #2
Electro
LQ Guru
 
Registered: Jan 2002
Posts: 6,042

Rep: Reputation: Disabled
Compile WINE. It is less troublesome than dealing with RPM files. If you must, use kpackage to install it. Make sure you uninstall WINE first.

Please do not complain if you have depencies issues when dealing with RPM files.
 
Old 11-15-2004, 09:08 AM   #3
jchoyt
LQ Newbie
 
Registered: Nov 2004
Posts: 3

Rep: Reputation: 0
Re: installing wine

Quote:
Originally posted by zexter
can someone please tell me how to install wine-20041019-mdk.i586.rpm.... im using mandrake 10.1
1) switch to root
2) urpmi wine

Technically that's wine 20040813, but that's the one that came with 10.1 community edition.

Configuring it? That's what I'm about to try....

Good luck,

Jeff

PS - compiling it doesn't work - Mandrake 10.1 uses X.org instaead of XFree. Wine assumes you will be using XFree. Haven't figure that one out, yet.

Last edited by jchoyt; 11-15-2004 at 09:10 AM.
 
Old 11-15-2004, 11:48 PM   #4
Electro
LQ Guru
 
Registered: Jan 2002
Posts: 6,042

Rep: Reputation: Disabled
Slackware 10 uses X.org too. All you need is to install the devel x11 packages and other devel packages. I did and I have compiled Video Lan Client and MPlayer. No offense but I can prove you wrong that WINE can be compiled with X.org.
 
Old 11-16-2004, 11:27 AM   #5
jchoyt
LQ Newbie
 
Registered: Nov 2004
Posts: 3

Rep: Reputation: 0
Quote:
Originally posted by Electro
Slackware 10 uses X.org too. All you need is to install the devel x11 packages and other devel packages. I did and I have compiled Video Lan Client and MPlayer. No offense but I can prove you wrong that WINE can be compiled with X.org.
Offense? I'd be delighted to know how you did it! What x packages did you install? I have the following packages avialable via urpm:

dbus-x11
libSDL_gfx11
libgtk+-x11-2.0_0
libxorg-x11
ncbi-tools-x11
xorg-x11
xorg-x11-100dpi-fonts
xorg-x11-75dpi-fonts
xorg-x11-Xnest
xorg-x11-Xvfb
xorg-x11-cyrillic-fonts
xorg-x11-glide-module
xorg-x11-server
xorg-x11-xfs

No devel as far as I can see...

Thanks,

Jeff
 
Old 11-16-2004, 04:43 PM   #6
Electro
LQ Guru
 
Registered: Jan 2002
Posts: 6,042

Rep: Reputation: Disabled
The devel packages are also called header or source. You can go into Mandrake's Control Center and go into either install packages or remove packages and make sure display advance information is on. You may have to right click on the information box to do this. From the RPM file that you selected you should see a list of files it will copy or install into your computer. Find files that end with .h (also known as headers). The X.org or XFree86 header files are usually in /usr/X11/include or /usr/X11R6/include. In some distributions one is link to the other one.

I like to install a program to test the installation to find out if the proper packages or files are installed. I use MPlayer because it does not need depend on a lot of files and it is a very reliable program to compile with any gcc 3.x. All I do is run ./configure under MPlayer directory and if it complains on a certain package that it needs. Just install what it needs. You will need to uninstall MPlayer if you have it installed from an RPM file. I suggest you do not have any additional sites that the Mandrake installer have to search for because it can be confusing. I suggest only the packages from the disc for now, so uncheck the sources that are not from the discs in the source manager. By compiling MPlayer, WINE should then install with out any problems. If you have an nVidia or an ATI card, you may want to install it first for WINE to include it during compiling.
 
Old 11-18-2004, 03:32 PM   #7
jchoyt
LQ Newbie
 
Registered: Nov 2004
Posts: 3

Rep: Reputation: 0
Quote:
Originally posted by Electro
Compile WINE. It is less troublesome than dealing with RPM files. If you must, use kpackage to install it. Make sure you uninstall WINE first.

Please do not complain if you have depencies issues when dealing with RPM files.
I whole heartedly agree with this. Installing from source is much easier in the long run, especially if you have a dual boot situation. To install on Mandrake 10.1 Community Edition, you have to first install the libxorg-x11-devel package and all dependencies. Sadly, these don't come on the CDs.

So....first you need to get yoru update media set up. I am using :
URL: ftp://mirrors.usc.edu/pub/linux/dist...586/media/main
relative path to hdlist: media_info/hdlist.cz

All this is done in the Mandrake Control Center (see post above). Now you should be able to download and install the packages - they are big, though, so plan for big bandwidth or a long download.

Once that;s done, get the latest wine sources, untar somehwere and run the tools/wineinstall script and follow the directions.

Enjoy and thanks to Electro to pointing me to the xorg devel stuff.

Jeff
 
Old 11-23-2004, 09:40 PM   #8
gbdavidx
Member
 
Registered: Oct 2004
Location: Sac, Calif
Distribution: Slackware 10.0
Posts: 123

Rep: Reputation: 15
how would i go about installing this on slack 10? thanks
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
wine: installing win apps. using wine on mandrake10 dexmax Linux - Newbie 2 09-05-2005 04:40 PM
installing wine ashutosh_singh Linux - Newbie 1 09-08-2004 01:54 AM
installing wine davidfes Linux - General 2 08-03-2004 07:24 AM
Installing Wine fuelinjection Linux - Software 3 04-07-2004 01:31 PM
Installing WINE Trust Slackware 11 03-26-2004 03:55 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 01:07 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration