Can’t start Mathematica 9How to remove Mathematica menu from xfce applications menu?Mathematica Installation ProblemMathematica on UbuntuInstalling Mathematica on Ubuntu 15.10
Sleep for 1000 years
Key takeaways in German in a presentation
Why is there no FPU on (most) DSP chips?
Is rotating a pawn so that it faces a different direction and then moves in that direction technically permitted according to the 2018 FIDE Laws?
How do planes maintain constant speeds at cruise altitudes?
What specifically can swap do that RAM can't
What's the meaning of "411 on the late-night drop box"?
Sudden cheap travel?
How much of a discount should I seek when prepaying a whole year's rent?
Does the production of a Tesla battery produce as much CO2 as driving 200,000 km?
How can std::function be copied if it captures an unique_ptr?
How can conflict be conducted between nations when warfare is never an option?
Reimbursed more than my travel expenses for interview
How to stretch this Venn diagram?
How do I compile something for Linux if I don't have enough space for installing GCC?
How should I analyze this passage? As vii°7, V7, or both?
Expectation of 500 coin flips after 500 realizations
Can you marry a girl in Stardew Valley if you are a girl?
Do any countries have a pensions system funded entirely by past contributions, rather than current taxes?
Is using Swiss Francs (CHF) cheaper than Euros (EUR) in Switzerland?
How can I unscrew the faucet nuts in the tight space behind my sink basin?
How to find maximum amperage need for fuse
As a post-doc applicant, should I address a professor by their first name in email after they addressed me that way?
Who created Avada Kedavra?
Can’t start Mathematica 9
How to remove Mathematica menu from xfce applications menu?Mathematica Installation ProblemMathematica on UbuntuInstalling Mathematica on Ubuntu 15.10
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty
margin-bottom:0;
While opening Mathematica 9, it says:
/usr/local/Wolfram/Mathematica/9.0/SystemFiles/FrontEnd/Binaries/Linux-x86-64/Mathematica: /usr/local/Wolfram/Mathematica/9.0/SystemFiles/Libraries/Linux-x86-64/libz.so.1: version `ZLIB_1.2.9' not found (required by /usr/lib/x86_64-linux-gnu/libpng16.so.16)
mathematica
add a comment
|
While opening Mathematica 9, it says:
/usr/local/Wolfram/Mathematica/9.0/SystemFiles/FrontEnd/Binaries/Linux-x86-64/Mathematica: /usr/local/Wolfram/Mathematica/9.0/SystemFiles/Libraries/Linux-x86-64/libz.so.1: version `ZLIB_1.2.9' not found (required by /usr/lib/x86_64-linux-gnu/libpng16.so.16)
mathematica
add a comment
|
While opening Mathematica 9, it says:
/usr/local/Wolfram/Mathematica/9.0/SystemFiles/FrontEnd/Binaries/Linux-x86-64/Mathematica: /usr/local/Wolfram/Mathematica/9.0/SystemFiles/Libraries/Linux-x86-64/libz.so.1: version `ZLIB_1.2.9' not found (required by /usr/lib/x86_64-linux-gnu/libpng16.so.16)
mathematica
While opening Mathematica 9, it says:
/usr/local/Wolfram/Mathematica/9.0/SystemFiles/FrontEnd/Binaries/Linux-x86-64/Mathematica: /usr/local/Wolfram/Mathematica/9.0/SystemFiles/Libraries/Linux-x86-64/libz.so.1: version `ZLIB_1.2.9' not found (required by /usr/lib/x86_64-linux-gnu/libpng16.so.16)
mathematica
mathematica
edited Sep 30 at 7:47
Melebius
8,0365 gold badges30 silver badges56 bronze badges
8,0365 gold badges30 silver badges56 bronze badges
asked Sep 30 at 4:47
Priyam KunduPriyam Kundu
1
1
add a comment
|
add a comment
|
1 Answer
1
active
oldest
votes
You should try these command:
1. cd /usr/local/wolfram/mathematica/9.0/systemfiles/libraries/linux-x86-64
2. sudo mv libz.so.1 libz.so.1.old
3. sudo ln -s /lib/x86_64-linux-gnu/libz.so.1
from https://www.linuxquestions.org/questions/bodhi-92/mathematica-installation-tip-%60zlib_1-2-9%27-not-found-4175639130/
add a comment
|
Your Answer
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "89"
;
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: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
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/4.0/"u003ecc by-sa 4.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%2faskubuntu.com%2fquestions%2f1177580%2fcan-t-start-mathematica-9%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
You should try these command:
1. cd /usr/local/wolfram/mathematica/9.0/systemfiles/libraries/linux-x86-64
2. sudo mv libz.so.1 libz.so.1.old
3. sudo ln -s /lib/x86_64-linux-gnu/libz.so.1
from https://www.linuxquestions.org/questions/bodhi-92/mathematica-installation-tip-%60zlib_1-2-9%27-not-found-4175639130/
add a comment
|
You should try these command:
1. cd /usr/local/wolfram/mathematica/9.0/systemfiles/libraries/linux-x86-64
2. sudo mv libz.so.1 libz.so.1.old
3. sudo ln -s /lib/x86_64-linux-gnu/libz.so.1
from https://www.linuxquestions.org/questions/bodhi-92/mathematica-installation-tip-%60zlib_1-2-9%27-not-found-4175639130/
add a comment
|
You should try these command:
1. cd /usr/local/wolfram/mathematica/9.0/systemfiles/libraries/linux-x86-64
2. sudo mv libz.so.1 libz.so.1.old
3. sudo ln -s /lib/x86_64-linux-gnu/libz.so.1
from https://www.linuxquestions.org/questions/bodhi-92/mathematica-installation-tip-%60zlib_1-2-9%27-not-found-4175639130/
You should try these command:
1. cd /usr/local/wolfram/mathematica/9.0/systemfiles/libraries/linux-x86-64
2. sudo mv libz.so.1 libz.so.1.old
3. sudo ln -s /lib/x86_64-linux-gnu/libz.so.1
from https://www.linuxquestions.org/questions/bodhi-92/mathematica-installation-tip-%60zlib_1-2-9%27-not-found-4175639130/
answered Sep 30 at 6:15
SaxtheowlSaxtheowl
36810 bronze badges
36810 bronze badges
add a comment
|
add a comment
|
Thanks for contributing an answer to Ask Ubuntu!
- 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%2faskubuntu.com%2fquestions%2f1177580%2fcan-t-start-mathematica-9%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