LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Slackware (https://www.linuxquestions.org/questions/slackware-14/)
-   -   Installing wine64 in slackware/salix64-14.0 (https://www.linuxquestions.org/questions/slackware-14/installing-wine64-in-slackware-salix64-14-0-a-4175469595/)

rng 07-14-2013 09:27 AM

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.

TommyC7 07-14-2013 09:41 AM

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.

rng 07-14-2013 09:56 AM

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.

TommyC7 07-14-2013 09:59 AM

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/

cwizardone 07-14-2013 10:27 AM

Quote:

Originally Posted by rng (Post 4990138)
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

samac 07-14-2013 10:28 AM

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.

rng 07-14-2013 12:57 PM

Thanks for your help. I will try these and let you know.

rng 07-15-2013 12:46 AM

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?

TommyC7 07-15-2013 01:02 AM

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.

rng 07-15-2013 01:29 AM

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.

cwizardone 07-15-2013 08:12 AM

1 Attachment(s)
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:

rng 07-15-2013 11:00 AM

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.

flyinggeorge 07-16-2013 07:36 PM

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?

cwizardone 07-17-2013 08:37 PM

Quote:

Originally Posted by rng (Post 4990653)
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?

rng 07-18-2013 02:09 AM

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.


All times are GMT -5. The time now is 06:00 AM.