LinuxQuestions.org
Share your knowledge at the LQ Wiki.
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 08-31-2003, 04:37 AM   #1
JC404
Member
 
Registered: Dec 2002
Distribution: Red Hat 9
Posts: 123

Rep: Reputation: 15
Wine Installation Problems in RedHat 9


I'm trying to install Wine from source. I got the file at frankscorner.org and followed the instructions at: http://frankscorner.org/modules.php?...rtid=90&page=1

[user@localhost /]$ cd /wine-20030813
[user@localhost wine-20030813]$ ./tools/wineinstall
WINE Installer v0.74

Running configure...

./configure: line 88: conf3564.sh: No such file or directory
./configure: line 89: conf3564.sh: No such file or directory
chmod: failed to get attributes of `conf3564.sh': No such file or directory
./configure: line 201: conf3564.file: No such file or directory
./configure: line 949: config.log: No such file or directory

Configure failed, aborting install.
[user@localhost wine-20030813]$

What am I doing wrong here?
 
Old 08-31-2003, 07:28 AM   #2
DrOzz
Senior Member
 
Registered: May 2003
Location: Sydney, Nova Scotia, Canada
Distribution: slackware
Posts: 4,185

Rep: Reputation: 60
your best off just using this rpm
 
Old 09-01-2003, 02:17 AM   #3
JC404
Member
 
Registered: Dec 2002
Distribution: Red Hat 9
Posts: 123

Original Poster
Rep: Reputation: 15
Quote:
Before you install Wine make sure there is no previous Wine installation on your system.
Many Linux distributions come with a Wine package, but this is usually a very old and sometimes a broken version, so it is better to uninstall the old version and install a newer one.

Installation
Extract the downloaded file: tar zxvf Wine-yyyymmdd.tar.gz
This will create a new directory, enter this directory.
Now type ./tools/wineinstall
Wine will now install
After installing Wine the installer creates a Wine configuration in ~/.wine/config and a fake Windows directory will be created in ~/c.
You also need a registry. Type regedit winedefault.reg in the Wine source directory to create one.

After this copy the following files from wine-yyyymmdd/documentation/samples to $HOME/.wine/Windows:
system.ini and win.ini

You can also download a fake windows drive and a wine config file:
fake windows drive
wine config
Untar both files in your home directory. You will now have a fake windows drive in ~/c and the wine config in ~/.wine.

The Wine configuration file

The config file is pretty self explanatory, just take a look at it. The only thing you probably have to change is the mountpoint of the cdrom drive.
You can get more information by typing man wine.conf
The rpm file installed without any problems and I am now at the . Type regedit winedefault.reg in the Wine source directory to create one. part of the tutorial. Here's what I get:

[root@localhost wine]# regedit winedefault.reg
Could not stat /mnt/floppy (No such file or directory), ignoring drive A:
regedit: Can't open file "winedefault.reg"
[root@localhost wine]#

What am I doing wrong?
 
Old 09-01-2003, 02:20 AM   #4
JC404
Member
 
Registered: Dec 2002
Distribution: Red Hat 9
Posts: 123

Original Poster
Rep: Reputation: 15
The quote came from http://frankscorner.org/modules.php?...rtid=90&page=1
 
Old 09-01-2003, 07:00 AM   #5
JC404
Member
 
Registered: Dec 2002
Distribution: Red Hat 9
Posts: 123

Original Poster
Rep: Reputation: 15
bump
 
Old 09-01-2003, 11:19 AM   #6
DrOzz
Senior Member
 
Registered: May 2003
Location: Sydney, Nova Scotia, Canada
Distribution: slackware
Posts: 4,185

Rep: Reputation: 60
just get winetools off that site, to make your fake windows drive automatically....and as of right now, what exists in your /home/USER/.wine folder?
 
Old 09-01-2003, 11:59 AM   #7
dark_forests
LQ Newbie
 
Registered: Sep 2003
Distribution: Mandrake
Posts: 8

Rep: Reputation: 0
that happened to me, i cant figure whats up, also on the early steps i had to set the file permissions to 0777 to get wine to do the first step install.

Last edited by dark_forests; 09-01-2003 at 12:03 PM.
 
Old 09-02-2003, 09:40 PM   #8
JC404
Member
 
Registered: Dec 2002
Distribution: Red Hat 9
Posts: 123

Original Poster
Rep: Reputation: 15
Quote:
Originally posted by DrOzz
just get winetools off that site, to make your fake windows drive automatically....and as of right now, what exists in your /home/USER/.wine folder?
I'm running it as root. What directory should I check wine at under root?
 
Old 09-02-2003, 09:53 PM   #9
DrOzz
Senior Member
 
Registered: May 2003
Location: Sydney, Nova Scotia, Canada
Distribution: slackware
Posts: 4,185

Rep: Reputation: 60
well you don't run wine as root, so you don't check for a folder under root....run it as a normal user...but if you insist, it will be /root/.wine as opposed to /home/USER/.wine
 
Old 09-03-2003, 01:48 AM   #10
JC404
Member
 
Registered: Dec 2002
Distribution: Red Hat 9
Posts: 123

Original Poster
Rep: Reputation: 15
I tried regedit on ./wine but here's what I got

[root@localhost root]# cd /root/.wine
[root@localhost .wine]# regedit winedefault.reg
Could not stat /mnt/floppy (No such file or directory), ignoring drive A:
regedit: Can't open file "winedefault.reg"
[root@localhost .wine]#

here's what's inside the ./wine folder:

/c
config
system.reg
userdef.reg
user.reg

I haven't tried winetools yet.
 
Old 09-03-2003, 10:33 PM   #11
JC404
Member
 
Registered: Dec 2002
Distribution: Red Hat 9
Posts: 123

Original Poster
Rep: Reputation: 15
bump
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

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 installation problems Bijan Mandriva 2 11-11-2005 08:33 AM
Wine Installation Problems on Mdk 9 dark_forests Linux - Software 4 09-01-2003 09:33 PM
WINE installation problems Dev930 Linux - Newbie 1 08-08-2003 10:42 AM
wine installation problems Craneology Linux - Software 1 05-07-2003 09:26 PM
wine installation problems matt_w_lambert Linux - Software 1 04-23-2003 08:40 PM

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

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

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