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 09-11-2011, 04:38 PM   #1
Z_Tagr
Member
 
Registered: Jul 2011
Distribution: Slackware 13.37
Posts: 59
Blog Entries: 1

Rep: Reputation: Disabled
Question If I install Slackware_64, will there be problems running 32-bit apps, etc.?


Hello again!

A quick question. I am trying to decide whether or not to install Slackware_64, and I am curious about something.

Will I be able to build / install and run all of my favourite Slackbuilds 32-bit apps. on Slackware_64? I am already running Slackware 13.37 on four machines (all 32-bit versions), and I have not yet installed the 64-bit version (I am hoping to do so on a new system I am purchasing soon...).

This has me worried, because I have read that having BOTH the 32-bit AND 64-bit versions of some libraries, etc. can cause problems? Am I mistaken?

I was reminded to ask about this when I read Cultist's reply to another one of my posts...

Just curious...

Andre. (Z_Tagr)
 
Old 09-11-2011, 04:41 PM   #2
sycamorex
LQ Veteran
 
Registered: Nov 2005
Location: London
Distribution: Slackware64-current
Posts: 5,836
Blog Entries: 1

Rep: Reputation: 1251Reputation: 1251Reputation: 1251Reputation: 1251Reputation: 1251Reputation: 1251Reputation: 1251Reputation: 1251Reputation: 1251
AFAIK, most apps should compile fine if you set up a multilib system. Follow AlienBob's multilib tutorial:
http://alien.slackbook.org/dokuwiki/...kware:multilib
 
Old 09-11-2011, 05:09 PM   #3
GazL
LQ Veteran
 
Registered: May 2008
Posts: 6,897

Rep: Reputation: 5018Reputation: 5018Reputation: 5018Reputation: 5018Reputation: 5018Reputation: 5018Reputation: 5018Reputation: 5018Reputation: 5018Reputation: 5018Reputation: 5018
I wouldn't bother with 64bit + multilib. If you have 32bit apps to run, then run a 32bit OS and save yourself some trouble. Running multilib introduces a requirement for additional administration/maintenance to your system. IMO 64bit is not worth it unless you have no need for 32bit apps and can run a pure 64bit system.
 
3 members found this post helpful.
Old 09-11-2011, 07:57 PM   #4
Cultist
Member
 
Registered: Feb 2010
Location: Georgia
Distribution: Slackware64 14.2
Posts: 779

Rep: Reputation: 107Reputation: 107
Quote:
Originally Posted by Z_Tagr View Post
Hello again!

A quick question. I am trying to decide whether or not to install Slackware_64, and I am curious about something.

Will I be able to build / install and run all of my favourite Slackbuilds 32-bit apps. on Slackware_64? I am already running Slackware 13.37 on four machines (all 32-bit versions), and I have not yet installed the 64-bit version (I am hoping to do so on a new system I am purchasing soon...).

This has me worried, because I have read that having BOTH the 32-bit AND 64-bit versions of some libraries, etc. can cause problems? Am I mistaken?

I was reminded to ask about this when I read Cultist's reply to another one of my posts...

Just curious...

Andre. (Z_Tagr)
Nearly all slackbuilds will compile perfectly fine on a 64-bit system. The only ones that won't are the ones that come only in precompiled 32bit-only binary such as Google Earth, which will require alienbob's multilib packages (linked by Sycamorex above). Wine is a major exception to this I should point out - if you plan on running wine, it must be compiled as a 32 bit system with multilib installed for it to run on a 64 bit system.
Of all the slackbuilds I've ever installed, I've only run into 3 that actually require multilib - Google Earth, Wine, and zSNES.

The part of your post about problems with having two versions of the same library is correct, but the multilib install will allow them to be installed concurrently without issue. And to expand on what I've already said, since most slackbuilds will compile and install without issue on a pure 64-bit slackware, you won't even need the 32-bit libraries until you find something that runs only in 32-bit.

Last edited by Cultist; 09-11-2011 at 08:00 PM.
 
1 members found this post helpful.
Old 09-12-2011, 08:30 PM   #5
Z_Tagr
Member
 
Registered: Jul 2011
Distribution: Slackware 13.37
Posts: 59

Original Poster
Blog Entries: 1

Rep: Reputation: Disabled
Smile

Thanks again Cultist!

That was EXACTLY what I wanted to know!

I have just today purchased a new triple-core 64-bit system, and I am planning on installing Slackware-64 on that machine...; well, actually, THIS MACHINE! I'm taking it for a "test-run" right now!

Cheers!

Andre. (Z_Tagr)
 
Old 09-12-2011, 09:13 PM   #6
Z_Tagr
Member
 
Registered: Jul 2011
Distribution: Slackware 13.37
Posts: 59

Original Poster
Blog Entries: 1

Rep: Reputation: Disabled
I would also like to say thanks to Gazl for his suggestion, and thanks to sycamorex for the link to the tutorial! That will come in handy!

later...
Andre. (Z_Tagr)
 
Old 09-14-2011, 07:05 PM   #7
Z_Tagr
Member
 
Registered: Jul 2011
Distribution: Slackware 13.37
Posts: 59

Original Poster
Blog Entries: 1

Rep: Reputation: Disabled
Cool

Yep, you were "dead-on", Cultist!

I installed Slackware64 on my brand-new triple-core notebook, and have already installed one of my favourite packages (rosegarden), and all of its deps. No problem!

I am right now getting ready to "multilib" it, so that in the event that I DO need a 32-bit-only app., I'll be ready. Hech, "multilib" is just a smart thing to do, regardless! You never know, and I may as well do it now, while the system is still "fresh", so to speak...

The "alienbob" article is well written, and easy to follow, so I shouldn't have any problem with this...

Thanks again!

Andre. (Z_Tagr)


Quote:
Originally Posted by Cultist View Post
Nearly all slackbuilds will compile perfectly fine on a 64-bit system. The only ones that won't are the ones that come only in precompiled 32bit-only binary such as Google Earth, which will require alienbob's multilib packages (linked by Sycamorex above). Wine is a major exception to this I should point out - if you plan on running wine, it must be compiled as a 32 bit system with multilib installed for it to run on a 64 bit system.
Of all the slackbuilds I've ever installed, I've only run into 3 that actually require multilib - Google Earth, Wine, and zSNES.

The part of your post about problems with having two versions of the same library is correct, but the multilib install will allow them to be installed concurrently without issue. And to expand on what I've already said, since most slackbuilds will compile and install without issue on a pure 64-bit slackware, you won't even need the 32-bit libraries until you find something that runs only in 32-bit.
 
Old 09-14-2011, 07:16 PM   #8
Z_Tagr
Member
 
Registered: Jul 2011
Distribution: Slackware 13.37
Posts: 59

Original Poster
Blog Entries: 1

Rep: Reputation: Disabled
Oh, and I forgot to mention...

What I asked about wasn't strictly what I meant! I did not realize that MOST SlackBuilds apps. and libs are 32-and-64 bit! I did NOT mean to imply that I wanted to install 32-bit-only apps! Actually, the ones that were referred to (pure 32-bit, I mean) are really not of any concern to me (at least, not for the foreseeable future, anyways!).

Just to clear that up!

Cheers!
 
  


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
Issues running 32-bit apps on 64-bit (Opera, Skype) lydgate Linux - Software 5 05-28-2016 01:57 PM
Running 64 and 32 bit win. apps under same wine: possible? kaza Linux - Virtualization and Cloud 3 05-24-2010 04:33 AM
Running 32 bit apps on 64 bit OS prejudged_fire Linux - Software 2 02-16-2008 09:55 AM
Mandriva 64-bit running 32-bit apps sleepykit Mandriva 1 03-21-2007 07:44 AM
yum install 64 bit apps doralsoral Linux - Software 1 01-07-2005 07:46 AM

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

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