LinuxQuestions.org
Visit Jeremy's Blog.
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 07-14-2013, 09:27 AM   #1
rng
Senior Member
 
Registered: Aug 2011
Posts: 1,198

Rep: Reputation: 47
Installing wine64 in slackware/salix64-14.0


I want to install wine 64bit but according to this page (http://wiki.winehq.org/Wine64) I need to compile it. I am using salix64-xfce-14.0. But slackware distribution does not exist on this script (http://winezeug.googlecode.com/svn/t...l-wine-deps.sh) on that page (other distributions are mentioned). The script is needed to install wine64. How can I manage this? Thanks for your help.
 
Old 07-14-2013, 09:41 AM   #2
TommyC7
Member
 
Registered: Mar 2012
Distribution: Slackware, CentOS, OpenBSD, FreeBSD
Posts: 530

Rep: Reputation: Disabled
On wine's wiki they provide a list of dependencies that are required for running wine, which also happen to be the same ones for building it (except the obvious like a C compiler).

However, Slackware provides all the required dependencies for wine from a full install.

Also, may I ask why you want to build wine? http://winehq.org/ already has a wine package for Slackware.
 
Old 07-14-2013, 09:56 AM   #3
rng
Senior Member
 
Registered: Aug 2011
Posts: 1,198

Original Poster
Rep: Reputation: 47
Quote:
Also, may I ask why you want to build wine?
As I mentioned earlier, I want to install wine in 64bit-salix install. The salix-64 repository does not have wine and I believe the packages on http://winehq.org/ location are also for 32bit only. This page http://wiki.winehq.org/Wine64 is for wine on 64bit installations and it states that one has to compile it. I hope I have understood this correctly.
 
Old 07-14-2013, 09:59 AM   #4
TommyC7
Member
 
Registered: Mar 2012
Distribution: Slackware, CentOS, OpenBSD, FreeBSD
Posts: 530

Rep: Reputation: Disabled
I thought Salix had backwards compatiblity with Slackware...hmmm...

If it is, the project does support the 64-bit version of Slackware as well:
http://sourceforge.net/projects/wine...kages/1.6-rc4/

I found that link by following the winehq downloads page for the Slackware one here:
http://www.winehq.org/download/
 
Old 07-14-2013, 10:27 AM   #5
cwizardone
LQ Veteran
 
Registered: Feb 2007
Distribution: Slackware64-current with "True Multilib" and KDE4Town.
Posts: 9,130

Rep: Reputation: 7298Reputation: 7298Reputation: 7298Reputation: 7298Reputation: 7298Reputation: 7298Reputation: 7298Reputation: 7298Reputation: 7298Reputation: 7298Reputation: 7298
Quote:
Originally Posted by rng View Post
As I mentioned earlier, I want to install wine in 64bit-salix install. The salix-64 repository does not have wine and I believe the packages on http://winehq.org/ location are also for 32bit only. This page http://wiki.winehq.org/Wine64 is for wine on 64bit installations and it states that one has to compile it. I hope I have understood this correctly.
So, you want to run 64bit ms-windows applications in WINE, correct?
If you want to run 32bit ms-windows applications you will need 32bit WINE and Alien Bob makes a package available. However, to run it in 64bit Slackware you need to install the multilib packages, also made available by Alien Bob. I don't know if these will work with Salix.

http://taper.alienbase.nl/mirrors/pe...n/slackbuilds/

http://connie.slackware.com/~alien/multilib/

http://alien.slackbook.org/dokuwiki/...kware:multilib

Last edited by cwizardone; 07-14-2013 at 10:31 AM.
 
Old 07-14-2013, 10:28 AM   #6
samac
Senior Member
 
Registered: Mar 2004
Location: Kirkwall, Orkney
Distribution: Linux Mint 20.3 - Cinnamon
Posts: 1,425

Rep: Reputation: 139Reputation: 139
You will have to install a multi-lib environment and then wine-x86_64. Salix is binary compatible with Slackware so I would suggest searching for Alien Bob multilib and also his wine package.

A quick search of the Salix forum shows that it is possible to install multi-lib and wine on Salix.

So follow these instructions and things should start to look OK for you.

samac

cwizardzone is a faster typist.

Last edited by samac; 07-14-2013 at 10:29 AM.
 
Old 07-14-2013, 12:57 PM   #7
rng
Senior Member
 
Registered: Aug 2011
Posts: 1,198

Original Poster
Rep: Reputation: 47
Thanks for your help. I will try these and let you know.
 
Old 07-15-2013, 12:46 AM   #8
rng
Senior Member
 
Registered: Aug 2011
Posts: 1,198

Original Poster
Rep: Reputation: 47
I am trying to run 64bit version of this application in linux: http://svn.softwarepublico.gov.br/trac/invesalius
I installed wine64 from this page: http://sourceforge.net/projects/wine....6-rc4/x86_64/
On running command 'wine64 invesalius-3.0.beta4-win64.exe' I am getting following error:
Quote:
/lib/ld-linux.so.2: could not open
I am not able to find package for this. Searching for ld-linux.so.2 on the site pkgs.org shows glibc-2.12-1.107.el6.i686.rpm which is already installed on the system (ver 2.15-x86_64-7).
I want to run 64bit version of this application on linux (thru wine or natively). Does slackware full install has all dependencies needed to compile this application since binary package is available only for fedora/ubuntu? Which method would give best performance for this resource intensive application?
 
Old 07-15-2013, 01:02 AM   #9
TommyC7
Member
 
Registered: Mar 2012
Distribution: Slackware, CentOS, OpenBSD, FreeBSD
Posts: 530

Rep: Reputation: Disabled
I'm a bit lost on your message. You say:
Quote:
rng:
I am not able to find package for this. Searching for ld-linux.so.2 on the site pkgs.org shows glibc-2.12-1.107.el6.i686.rpm which is already installed on the system (ver 2.15-x86_64-7).
glibc is a part of a full Slackware installation as we previously recommended and you said it was already installed on your system, but then you say:
Quote:
I want to run 64bit version of this application on linux (thru wine or natively). Does slackware full install has all dependencies needed to compile this application since binary package is available only for fedora/ubuntu? Which method would give best performance for this resource intensive application?
By "this application" are you talking about glibc because you said you already have it installed. If it is glibc, as previously stated glibc is part of a full Slackware installation so there wouldn't be a need to grab a package for it from any site other than a Slackware mirror.
 
Old 07-15-2013, 01:29 AM   #10
rng
Senior Member
 
Registered: Aug 2011
Posts: 1,198

Original Poster
Rep: Reputation: 47
I am currently trying on salix64 installation. Windows64 version of Invesalius application is not running with wine64 on this installation due to ld-linux.so.2 error.

The questions are:
1. What is the best way to have Invesalius-64 running on salix64?
2. If this is not possible, will it be possible to run invesalius-64 on full installation of slackware-64.
3. By which method can I get best performance of Invesalius on linux?

Thanks for your help.
 
Old 07-15-2013, 08:12 AM   #11
cwizardone
LQ Veteran
 
Registered: Feb 2007
Distribution: Slackware64-current with "True Multilib" and KDE4Town.
Posts: 9,130

Rep: Reputation: 7298Reputation: 7298Reputation: 7298Reputation: 7298Reputation: 7298Reputation: 7298Reputation: 7298Reputation: 7298Reputation: 7298Reputation: 7298Reputation: 7298
There appears to be a Linux version:

http://svn.softwarepublico.gov.br/tr...alius/Download

And here is the windows 32bit version running in WINE in Slackware64:
Attached Thumbnails
Click image for larger version

Name:	invesalius3-wine.jpg
Views:	57
Size:	158.4 KB
ID:	12963  

Last edited by cwizardone; 07-15-2013 at 08:34 AM.
 
Old 07-15-2013, 11:00 AM   #12
rng
Senior Member
 
Registered: Aug 2011
Posts: 1,198

Original Poster
Rep: Reputation: 47
Quote:
There appears to be a Linux version
There seem to be 2 options: try to install the deb file or try to compile from source provided. Which option would be better?
Quote:
And here is the windows 32bit version running in WINE in Slackware64
I want to install "64bit" version of Invesalius application in Slackware64.
 
Old 07-16-2013, 07:36 PM   #13
flyinggeorge
Member
 
Registered: Feb 2012
Location: United States
Distribution: Slackware 14.0
Posts: 159

Rep: Reputation: 3
Can't you just download the source and do

Code:
./compile --enable-win64
I did this by mistake once and it built wine64 instead of wine, which as pointed out above is not compatible with 32bit programs. But since this is one of the first things mentioned on the official wine64 page you posted maybe I should assume you have already tried this?
 
Old 07-17-2013, 08:37 PM   #14
cwizardone
LQ Veteran
 
Registered: Feb 2007
Distribution: Slackware64-current with "True Multilib" and KDE4Town.
Posts: 9,130

Rep: Reputation: 7298Reputation: 7298Reputation: 7298Reputation: 7298Reputation: 7298Reputation: 7298Reputation: 7298Reputation: 7298Reputation: 7298Reputation: 7298Reputation: 7298
Quote:
Originally Posted by rng View Post
There seem to be 2 options: try to install the deb file or try to compile from source provided. Which option would be better?

I want to install "64bit" version of Invesalius application in Slackware64.
There are utilities to convert packages from one Linux distribution's packaging system to another, but I've never tried it. Perhaps someone here who has had experience with that can help.

Just out of curiosity, is there something the 64bit version of Invesalius can do that the 32bit version cannot or is it you just want to run a "pure" 64bit system?
 
Old 07-18-2013, 02:09 AM   #15
rng
Senior Member
 
Registered: Aug 2011
Posts: 1,198

Original Poster
Rep: Reputation: 47
Quote:
Is there something the 64bit version of Invesalius can do that the 32bit version cannot ...
I was trying to have maximum efficiency for this application and 64bit is "highly recommended" on their page: http://svn.softwarepublico.gov.br/tr...alius/Download

I managed to install 64bit version on salix64-xfce-14, but I did not find it much faster than on 32bit. It also needed multilib to be installed, because it did not install on a "pure" 64bit system.
 
  


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] usb-hdd with salix64 not booting textillis Linux - Newbie 5 05-23-2013 03:15 AM
Installing Slackware to loop file from EXISTING Slackware simopal6 Slackware 12 06-24-2010 11:59 PM
[SOLVED] Installing Slackware on IDE hardrive boot from slackware DVD ethereal1m Linux - Newbie 2 01-24-2010 03:28 AM

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

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