LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 03-03-2017, 05:04 PM   #1
ionmich
Member
 
Registered: Sep 2003
Location: Mexico, Sweden
Distribution: openSUSE 15.2, Microware OS-9, MX-19, Bodhi 5.1.0
Posts: 256

Rep: Reputation: 41
Install wine emulator in Slackware 14.2 64bit


I installed libva-1.5.1-x86_64-1alien.tgz, OpenAL-1.17.1-x86_64-2alien.txz and wine-1.9.23-x86_64-1alien.txz. But when I try to execute anything (either as user or root) by invoking "wine *.exe" it responds...

# wine Vcc.exe
bash: /usr/bin/wine: No such file or directory

Now Vcc.exe is present...

# ls
IDE.dll Vcc.exe Welcome to Vcc.pdf harddisk.dll orch90.dll
KeyMap.ini Vcc.ini fd502.dll mpi.dll uninstall.exe

and /usr/bin/wine is also available and executable...

# ls -al /usr/bin/wine
-rwxr-xr-x 1 root root 9704 Nov 29 09:35 /usr/bin/wine

So what have I missed? Thanks for any suggestions.
 
Old 03-03-2017, 05:06 PM   #2
bassmadrigal
LQ Guru
 
Registered: Nov 2003
Location: West Jordan, UT, USA
Distribution: Slackware
Posts: 8,792

Rep: Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656
You need multilib to use Eric's wine. Check out his blog post for more information on it.
 
Old 03-04-2017, 08:06 AM   #3
ionmich
Member
 
Registered: Sep 2003
Location: Mexico, Sweden
Distribution: openSUSE 15.2, Microware OS-9, MX-19, Bodhi 5.1.0
Posts: 256

Original Poster
Rep: Reputation: 41
Quote:
Originally Posted by bassmadrigal View Post
You need multilib to use Eric's wine. Check out his blog post for more information on it.
Thanks for the speedy reply.
 
Old 03-07-2017, 02:39 AM   #4
sattvakarma
Member
 
Registered: Jan 2012
Distribution: Slackware
Posts: 50

Rep: Reputation: Disabled
Hello ionmich,

This is what i did to get Wine working on my Slackware 14.2 x64 installation.

Quick steps:

1. Read and follow "Enabling multilib" section here: http://www.slackware.com/~alien/multilib/
2. Install Slackpkg+ from: http://slakfinder.org/slackpkg+.html
3. Configure Slackpkg+ by reading man page for slackpkgplus.conf and making suitable changes in slackpkgplus.conf
4. Install the dependencies for AlienBob's Wine package (OpenAL and libva)
5. Install AlienBob's Wine package

Detailed reading:

The Slackware multilib documentation at: http://docs.slackware.com/slackware:multilib

Hope this assists you in getting Wine working!

Regards,
Sattva
 
1 members found this post helpful.
Old 09-01-2017, 06:48 AM   #5
ionmich
Member
 
Registered: Sep 2003
Location: Mexico, Sweden
Distribution: openSUSE 15.2, Microware OS-9, MX-19, Bodhi 5.1.0
Posts: 256

Original Poster
Rep: Reputation: 41
Thanks for the suggestions. I failed yet again and decided Slackware was not for me. Regrettable as Slackware was one of the first Linux distros I started with years ago. But I use a lot of old and odd software that requires a lot of tweaking that's difficult for me.

Thanks again for your time.
 
Old 09-01-2017, 07:02 AM   #6
Alien Bob
Slackware Contributor
 
Registered: Sep 2005
Location: Eindhoven, The Netherlands
Distribution: Slackware
Posts: 8,559

Rep: Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106
I fail to see how these instructions were too hard to implement?
 
1 members found this post helpful.
Old 09-01-2017, 10:44 AM   #7
Gordie
Member
 
Registered: Aug 2007
Location: Nolalu, Ontario, Canada
Distribution: Slackware64-Current
Posts: 871

Rep: Reputation: 364Reputation: 364Reputation: 364Reputation: 364
I too had trouble getting wine to work. Then it dawned on me to read the docs and to expand and study the tgz for clues.
Turns out the command I had to use was not
Code:
wine notepad.exe
but should be
Code:
wine64 notepad.exe
LOL, notepad is just an example. I do not have a multilib system

Last edited by Gordie; 09-05-2017 at 10:42 AM.
 
Old 09-01-2017, 12:07 PM   #8
montagdude
Senior Member
 
Registered: Apr 2016
Distribution: Slackware
Posts: 2,011

Rep: Reputation: 1619Reputation: 1619Reputation: 1619Reputation: 1619Reputation: 1619Reputation: 1619Reputation: 1619Reputation: 1619Reputation: 1619Reputation: 1619Reputation: 1619
What is the wine emulator? The Wine Is Not an Emulator emulator?
 
1 members found this post helpful.
Old 09-04-2017, 11:04 PM   #9
mrapathy
Member
 
Registered: Nov 2005
Distribution: Slackware,Debian
Posts: 366

Rep: Reputation: 66
its a little work to go multilib and get wine going but its worth it. pretty much have to do the same with any other 64bit system.
 
1 members found this post helpful.
Old 09-04-2017, 11:58 PM   #10
bassmadrigal
LQ Guru
 
Registered: Nov 2003
Location: West Jordan, UT, USA
Distribution: Slackware
Posts: 8,792

Rep: Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656
Quote:
Originally Posted by mrapathy View Post
...pretty much have to do the same with any other 64bit system.
But many of those systems are either already multilib or will draw in multilib automatically when you try to install a 32bit or multilib program.

Don't get me wrong, I love Slackware and I prefer how it handles multilib, but other distros do simplify the process a bit (at the expense of making it harder for someone to troubleshoot and resolve problems).
 
1 members found this post helpful.
Old 09-05-2017, 06:47 AM   #11
55020
Senior Member
 
Registered: Sep 2009
Location: Yorks. W.R. 167397
Distribution: Slackware
Posts: 1,307
Blog Entries: 4

Rep: Reputation: Disabled
I think everybody expected multilib to be a temporary thing. There is less need for multilib now than there was in 2009, and so there less incentive for simplifying or integrating it than there was in 2009. And other distros are starting to go 64-bit only.

Let's face it, multilib is an enabling technology for non-free applications where the owners don't give a damn. We're not as snooty as Debian about the non-free aspect, but it still means nobody else can fix and build the applications. And if the owners don't give a damn, it's a bit demotivating...
 
1 members found this post helpful.
Old 09-05-2017, 11:43 AM   #12
bassplayer69
Member
 
Registered: Jul 2007
Location: In a van down by the river...
Distribution: MX Linux 21
Posts: 237

Rep: Reputation: 56
Quote:
Originally Posted by ionmich View Post
I installed libva-1.5.1-x86_64-1alien.tgz, OpenAL-1.17.1-x86_64-2alien.txz and wine-1.9.23-x86_64-1alien.txz. But when I try to execute anything (either as user or root) by invoking "wine *.exe" it responds...

# wine Vcc.exe
bash: /usr/bin/wine: No such file or directory

Now Vcc.exe is present...

# ls
IDE.dll Vcc.exe Welcome to Vcc.pdf harddisk.dll orch90.dll
KeyMap.ini Vcc.ini fd502.dll mpi.dll uninstall.exe

and /usr/bin/wine is also available and executable...

# ls -al /usr/bin/wine
-rwxr-xr-x 1 root root 9704 Nov 29 09:35 /usr/bin/wine

So what have I missed? Thanks for any suggestions.
Are you looking for Color Computer 3 specific emulation? Here a few 6809 emulator web sites with software the does run natively on linux -- Coco 1 and 2 for sure, not sure about 3 though or drivewire support:

http://www.6809.org.uk/xroar/
http://www.roug.org/soren/6809/
http://atjs.mbnet.fi/mc6809/

I've built wine using my own packages and had VCC up and running as well on a 64bit multilib setup. Perhaps you can uninstall all the -?alien.tgz packages and built wine yourself?
 
  


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
[SOLVED] How do I install Wine on Slackware64 with both 64bit wine and 32? interested_penguin Slackware 3 12-10-2016 06:44 PM
[SOLVED] Wine on Slackware 14 64bit - what am I doing wrong? andreas-r Slackware 6 01-18-2013 09:30 AM
Wine Problems CS4 Dreamweaver wont install 64bit wine openSuSE 11.4 Dizzymman Linux - Software 13 06-25-2012 01:35 PM
[SOLVED] SLES 11 - Im trying to download & install wine memory emulator Amy61166 Linux - Newbie 2 10-13-2010 11:15 AM
Gens Emulator using 64bit hungrigerhaifisch Debian 0 12-13-2006 09:21 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

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