How to run 32-bit applications on 64-bit Slackware?
I used to use Slamd64 before, and it was easy. It came with all 32-bit libraries as well. Since official 64-bit Slackware is released, Slamd64 is no longer maintained. However, Slackware seems to be pure 64bit, so I cannot run 32bit apps. I searched the net and found some instructions, but they all require that I install some package manager (slapt-get, whatever). I'd like to do it without messing too much with the system. Where should I start?
64bit slackware
add a comment |
I used to use Slamd64 before, and it was easy. It came with all 32-bit libraries as well. Since official 64-bit Slackware is released, Slamd64 is no longer maintained. However, Slackware seems to be pure 64bit, so I cannot run 32bit apps. I searched the net and found some instructions, but they all require that I install some package manager (slapt-get, whatever). I'd like to do it without messing too much with the system. Where should I start?
64bit slackware
add a comment |
I used to use Slamd64 before, and it was easy. It came with all 32-bit libraries as well. Since official 64-bit Slackware is released, Slamd64 is no longer maintained. However, Slackware seems to be pure 64bit, so I cannot run 32bit apps. I searched the net and found some instructions, but they all require that I install some package manager (slapt-get, whatever). I'd like to do it without messing too much with the system. Where should I start?
64bit slackware
I used to use Slamd64 before, and it was easy. It came with all 32-bit libraries as well. Since official 64-bit Slackware is released, Slamd64 is no longer maintained. However, Slackware seems to be pure 64bit, so I cannot run 32bit apps. I searched the net and found some instructions, but they all require that I install some package manager (slapt-get, whatever). I'd like to do it without messing too much with the system. Where should I start?
64bit slackware
64bit slackware
asked Jan 18 '12 at 14:24
codegurucodeguru
13515
13515
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
It's all in this readme:
http://connie.slackware.com/~alien/multilib/
Simply follow instructions from the README:
- download the package directory corresponding to your Slackware version.
- upgrade (replaces the existing 64 bits version) glibc and gcc to the multilib version
- install the 32 bit compatibility package
- preferably, reboot (glibc upgrade)
Now you may install existing 32 bit packages or compile 32 bit programs.
2
Welcome to Stack Exchange. Please don't answer with just a link, include at least the essential information directly in your answers. See How to Answer.
– Gilles
Jan 18 '12 at 23:32
1
@Gilles, in that case the OP didn't really do his homework, I could almost have linked to lmgtfy.com :) What use is it to copy and paste the readme in my post?
– wazoox
Jan 20 '12 at 16:09
Which instructions? The part about installing multilib GCC isn't necessary to just run 32-bit apps on a 64-bit machine, is it?
– Geremia
Jan 18 at 19:09
1
@Geremia Slackware doesn't manage dependencies. You may try to install multilib libc and keep the 64 bits only gcc, but it may make your gcc unusable. I advise against it, but hey, that's your system :)
– wazoox
Jan 19 at 20:11
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "106"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f29366%2fhow-to-run-32-bit-applications-on-64-bit-slackware%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
It's all in this readme:
http://connie.slackware.com/~alien/multilib/
Simply follow instructions from the README:
- download the package directory corresponding to your Slackware version.
- upgrade (replaces the existing 64 bits version) glibc and gcc to the multilib version
- install the 32 bit compatibility package
- preferably, reboot (glibc upgrade)
Now you may install existing 32 bit packages or compile 32 bit programs.
2
Welcome to Stack Exchange. Please don't answer with just a link, include at least the essential information directly in your answers. See How to Answer.
– Gilles
Jan 18 '12 at 23:32
1
@Gilles, in that case the OP didn't really do his homework, I could almost have linked to lmgtfy.com :) What use is it to copy and paste the readme in my post?
– wazoox
Jan 20 '12 at 16:09
Which instructions? The part about installing multilib GCC isn't necessary to just run 32-bit apps on a 64-bit machine, is it?
– Geremia
Jan 18 at 19:09
1
@Geremia Slackware doesn't manage dependencies. You may try to install multilib libc and keep the 64 bits only gcc, but it may make your gcc unusable. I advise against it, but hey, that's your system :)
– wazoox
Jan 19 at 20:11
add a comment |
It's all in this readme:
http://connie.slackware.com/~alien/multilib/
Simply follow instructions from the README:
- download the package directory corresponding to your Slackware version.
- upgrade (replaces the existing 64 bits version) glibc and gcc to the multilib version
- install the 32 bit compatibility package
- preferably, reboot (glibc upgrade)
Now you may install existing 32 bit packages or compile 32 bit programs.
2
Welcome to Stack Exchange. Please don't answer with just a link, include at least the essential information directly in your answers. See How to Answer.
– Gilles
Jan 18 '12 at 23:32
1
@Gilles, in that case the OP didn't really do his homework, I could almost have linked to lmgtfy.com :) What use is it to copy and paste the readme in my post?
– wazoox
Jan 20 '12 at 16:09
Which instructions? The part about installing multilib GCC isn't necessary to just run 32-bit apps on a 64-bit machine, is it?
– Geremia
Jan 18 at 19:09
1
@Geremia Slackware doesn't manage dependencies. You may try to install multilib libc and keep the 64 bits only gcc, but it may make your gcc unusable. I advise against it, but hey, that's your system :)
– wazoox
Jan 19 at 20:11
add a comment |
It's all in this readme:
http://connie.slackware.com/~alien/multilib/
Simply follow instructions from the README:
- download the package directory corresponding to your Slackware version.
- upgrade (replaces the existing 64 bits version) glibc and gcc to the multilib version
- install the 32 bit compatibility package
- preferably, reboot (glibc upgrade)
Now you may install existing 32 bit packages or compile 32 bit programs.
It's all in this readme:
http://connie.slackware.com/~alien/multilib/
Simply follow instructions from the README:
- download the package directory corresponding to your Slackware version.
- upgrade (replaces the existing 64 bits version) glibc and gcc to the multilib version
- install the 32 bit compatibility package
- preferably, reboot (glibc upgrade)
Now you may install existing 32 bit packages or compile 32 bit programs.
edited Jan 19 at 20:14
answered Jan 18 '12 at 20:54
wazooxwazoox
844712
844712
2
Welcome to Stack Exchange. Please don't answer with just a link, include at least the essential information directly in your answers. See How to Answer.
– Gilles
Jan 18 '12 at 23:32
1
@Gilles, in that case the OP didn't really do his homework, I could almost have linked to lmgtfy.com :) What use is it to copy and paste the readme in my post?
– wazoox
Jan 20 '12 at 16:09
Which instructions? The part about installing multilib GCC isn't necessary to just run 32-bit apps on a 64-bit machine, is it?
– Geremia
Jan 18 at 19:09
1
@Geremia Slackware doesn't manage dependencies. You may try to install multilib libc and keep the 64 bits only gcc, but it may make your gcc unusable. I advise against it, but hey, that's your system :)
– wazoox
Jan 19 at 20:11
add a comment |
2
Welcome to Stack Exchange. Please don't answer with just a link, include at least the essential information directly in your answers. See How to Answer.
– Gilles
Jan 18 '12 at 23:32
1
@Gilles, in that case the OP didn't really do his homework, I could almost have linked to lmgtfy.com :) What use is it to copy and paste the readme in my post?
– wazoox
Jan 20 '12 at 16:09
Which instructions? The part about installing multilib GCC isn't necessary to just run 32-bit apps on a 64-bit machine, is it?
– Geremia
Jan 18 at 19:09
1
@Geremia Slackware doesn't manage dependencies. You may try to install multilib libc and keep the 64 bits only gcc, but it may make your gcc unusable. I advise against it, but hey, that's your system :)
– wazoox
Jan 19 at 20:11
2
2
Welcome to Stack Exchange. Please don't answer with just a link, include at least the essential information directly in your answers. See How to Answer.
– Gilles
Jan 18 '12 at 23:32
Welcome to Stack Exchange. Please don't answer with just a link, include at least the essential information directly in your answers. See How to Answer.
– Gilles
Jan 18 '12 at 23:32
1
1
@Gilles, in that case the OP didn't really do his homework, I could almost have linked to lmgtfy.com :) What use is it to copy and paste the readme in my post?
– wazoox
Jan 20 '12 at 16:09
@Gilles, in that case the OP didn't really do his homework, I could almost have linked to lmgtfy.com :) What use is it to copy and paste the readme in my post?
– wazoox
Jan 20 '12 at 16:09
Which instructions? The part about installing multilib GCC isn't necessary to just run 32-bit apps on a 64-bit machine, is it?
– Geremia
Jan 18 at 19:09
Which instructions? The part about installing multilib GCC isn't necessary to just run 32-bit apps on a 64-bit machine, is it?
– Geremia
Jan 18 at 19:09
1
1
@Geremia Slackware doesn't manage dependencies. You may try to install multilib libc and keep the 64 bits only gcc, but it may make your gcc unusable. I advise against it, but hey, that's your system :)
– wazoox
Jan 19 at 20:11
@Geremia Slackware doesn't manage dependencies. You may try to install multilib libc and keep the 64 bits only gcc, but it may make your gcc unusable. I advise against it, but hey, that's your system :)
– wazoox
Jan 19 at 20:11
add a comment |
Thanks for contributing an answer to Unix & Linux Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f29366%2fhow-to-run-32-bit-applications-on-64-bit-slackware%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown