Jump to content

./wine - No such file or directory


aze
 Share

Recommended Posts

Keep in mind that this program sucks.

 

You can locate it by typing 'locate wine'. If locate isn't installed then type

urpmi slocate

updatedb

and do a 'locate wine' once it is installed.

 

There is no GUI for wine btw. You have to run something with wine. Something like

wine /mnt/windows/programs files/notepad

 

MOttS

Link to comment
Share on other sites

keep in mind that wine is an alpha-software. what it can accomplish is already astounding given the complexity of emulating a Windows environment. it doesnt claim to be able to run everything especially those applications that rely on the intricate webbing that microsoft loves to call its API.

 

that said, wine rocks (most of the time). :grin:

 

ciao!

Link to comment
Share on other sites

Well I think the wine-GLX version I have installed is like an addon (not the wine)

Then I installed the tar.gz package and everything worked look:

This is the instructions at readme:

 

----> ./configure

----> make depend

----> make

(these steps generated no errors)

 

but when I tried make install it generated the following error after make lots of operations:

 

...

*************************************************

*************************************************

The installed Wine libraries will not be found!

You can either:

  Add the line '/usr/local/lib' to /etc/ld.so.conf

  export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/local/lib

*************************************************

*************************************************

[root@localhost wine-20021125]# export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/local/lib

[root@localhost wine-20021125]# ./wine

wine: cannot open /root/.wine : No such file or directory

So I don't know how to run it now.

By the way what's the file Wine-20021125.diff.gz?

Link to comment
Share on other sites

in the terminal window at the command prompt, you have to type something like this:

 

wine /path/to/your/windows/somefile.exe

 

If it is installed correctly, the program will start, sometimes. Try it first with a relatively easy program like sol.exe or notepad.exe, most people seem to have luck running those as a test.

Link to comment
Share on other sites

have you run the winesetup file already? I think you just have to type "winesetup" without the quotes, it will set everything up for you. I think you have to do this as a user and not as root. It's been a while since I've installed wine on my system, so I'm sorry I can't be more helpful. I don't remember the exact commands for it.

Link to comment
Share on other sites

I tried now but " no such file or dir"

Thanks anyway! I'Il look for some instruction at winehq site.

 

I've run into this before. One or more of the dll files you are using are NT dll's. Try dll files from Windows 98 or ME. I've found you should stay away from the NT ones.

 

- Cheers.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
 Share

×
×
  • Create New...