LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 05-26-2003, 06:56 PM   #1
zombie killa
LQ Newbie
 
Registered: May 2003
Distribution: Mandrake 10
Posts: 21

Rep: Reputation: 15
newb Wine question


i just started using Linux and im using Redhat 9 and i have tried to install Wine several times and nothing seems to work i keep getting the same error after the installation...


wine: chdir to /tmp/.wine-mike/server-302-76e11 : No such file or directory


what do i do to fix this?

and is it true that wine doesnt work properly on RH9 yet?
 
Old 05-26-2003, 09:35 PM   #2
linuxnoobie
LQ Newbie
 
Registered: Apr 2003
Posts: 11

Rep: Reputation: 0
i had the same problem!
 
Old 05-26-2003, 10:19 PM   #3
serz
Member
 
Registered: Apr 2003
Location: Buenos Aires, Argentina
Distribution: Slackware, Gentoo
Posts: 397

Rep: Reputation: 30
It's "supossed" to be working I think. Cause they have fixed that problem with glibc as far as I know.

Have you tried deleting that directory? And what version of Wine are you using?
 
Old 05-26-2003, 10:42 PM   #4
zombie killa
LQ Newbie
 
Registered: May 2003
Distribution: Mandrake 10
Posts: 21

Original Poster
Rep: Reputation: 15
im using the latest version of wine i followed frank's guide on his site i forget the addy for it though....i was told to try the one that came out in april and not the one from may...
 
Old 05-27-2003, 04:17 AM   #5
mhearn
LQ Guru
 
Registered: Nov 2002
Location: Durham, England
Distribution: Fedora Core 4
Posts: 1,565

Rep: Reputation: 57
Use the rpms from newrpms.sunsite.dk
 
Old 06-05-2003, 03:41 AM   #6
linux_pioneer
Member
 
Registered: May 2003
Distribution: Solaris 10, Solaris 8.0, Fedora Core 3
Posts: 203

Rep: Reputation: 30
Re: newb Wine question

Quote:
Originally posted by zombie killa
i just started using Linux and im using Redhat 9 and i have tried to install Wine several times and nothing seems to work i keep getting the same error after the installation...


wine: chdir to /tmp/.wine-mike/server-302-76e11 : No such file or directory


what do i do to fix this?

and is it true that wine doesnt work properly on RH9 yet?
Zombiekilla,

I'm running rh9 also. I had tones of problems getting wine to work properly on it. I did a tar install. You should do the same. Go to www.winehq.com and download the latest tar file I believe that date on it is 08052003. You will unzip it, go into the directory and run the following commands:
./configure
make
make install
You will need to set file permissions on the fake windows directory but the winehq explains all that. Let me know how that goes.
 
Old 06-05-2003, 04:44 AM   #7
mhearn
LQ Guru
 
Registered: Nov 2002
Location: Durham, England
Distribution: Fedora Core 4
Posts: 1,565

Rep: Reputation: 57
That will not fix it. Use the RPMs built for Redhat 9 specifically, either from newrpms.sunsite.dk, or the download links on WineHQ
 
Old 06-05-2003, 07:01 AM   #8
figadiablo
Member
 
Registered: Feb 2002
Location: Virginia USA
Distribution: Slackware, CentOS, Fedora
Posts: 342

Rep: Reputation: 30
I just did a full installation of wine a few days ago. It was my first and it works perfectly. First the winehq.org site has excellent documentation for installing it on Red Hat, Debian, or from source. Second I did the installation from source, and this is what I would recomend in this case. I just downloaded the source file and after unpacking everything I ran the /tools/wineinstall script and that did all. This sets up the "windows" file directory and registry (if you dont have a windows partition with the syste installed), and guides you through the whole process. The installation was easier than what I though.

Good Luck,
Figa
 
Old 06-05-2003, 03:27 PM   #9
mattman
Member
 
Registered: Jun 2003
Distribution: Slackware
Posts: 49

Rep: Reputation: 15
if you dont run the wine install script, you need to manually copy some files and create a directory tree. im doin this from memory, so bear with me


type:

cd
mkdir .wine
cd .wine
mkdir c_drive
cd c_drive
mkdir Windows
mkdir Program\ Files
cd Program\ Files
mkdir Common\ Applications
cd ../Windows
mkdir System
mkdir System32
mkdir Fonts


(i think im missing something, but anyways)

after that you gotta copy win.ini and system.ini, in the wine folder i think theyre in docs/samples. copy those to your .wine/c_drive directory. after that, copy the sample config file to your .wine directory, and go through it, most of it is straight forward. one other thing i noticed, some installs dont work unless you give the right access. cause i have no idea what user it runs under, i just do this (from my home dir) - chmod -Rv 777 .wine (if that doesnt work try -rv, you want the recursive switch). gonna install it soon myself, so when i do ill be able to walk you through it. hope that helped

Matt

Last edited by mattman; 06-05-2003 at 03:30 PM.
 
Old 07-09-2003, 09:49 PM   #10
woranl
Member
 
Registered: Apr 2003
Location: Toronto
Distribution: Fedora Core
Posts: 119

Rep: Reputation: 15
install from rpm, save u tons of time

http://newrpms.sunsite.dk/apt/redhat...618-1.i386.rpm
 
  


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
true newb : how to run wine for a game called Street Legal NicholasWatkins Linux - Games 1 04-12-2004 03:42 PM
Wine help...god im a newb Ogledbyoldmen Linux - Software 6 09-10-2003 01:24 PM
Wine HELP...God im a newb Ogledbyoldmen Linux - Software 0 09-08-2003 08:26 PM
Newb Wine Help Despised One Linux - Newbie 2 05-23-2003 06:15 AM
real NEWB question about Wine calimer Linux - Software 2 04-23-2003 01:23 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 09:44 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