libpng warning : Application jmp_buf size changed - while installing XAMPP
I'm in Ubuntu 18.04.1. When I try to install the lastest version of xampp after changing the permission (with sudo chmod 755 xampp-linux-x64-7.3.1-0-installer.run
) and then installing (with the command sudo ./xampp-linux-x64-7.3.1-0-installer.run
), I have a error message:
warning: Application jmp_buf size changed.
Segmentation fault
And I can't install it. I didn't find the answer to my problem, can you help me?
Thank you.
18.04 xampp
add a comment |
I'm in Ubuntu 18.04.1. When I try to install the lastest version of xampp after changing the permission (with sudo chmod 755 xampp-linux-x64-7.3.1-0-installer.run
) and then installing (with the command sudo ./xampp-linux-x64-7.3.1-0-installer.run
), I have a error message:
warning: Application jmp_buf size changed.
Segmentation fault
And I can't install it. I didn't find the answer to my problem, can you help me?
Thank you.
18.04 xampp
add a comment |
I'm in Ubuntu 18.04.1. When I try to install the lastest version of xampp after changing the permission (with sudo chmod 755 xampp-linux-x64-7.3.1-0-installer.run
) and then installing (with the command sudo ./xampp-linux-x64-7.3.1-0-installer.run
), I have a error message:
warning: Application jmp_buf size changed.
Segmentation fault
And I can't install it. I didn't find the answer to my problem, can you help me?
Thank you.
18.04 xampp
I'm in Ubuntu 18.04.1. When I try to install the lastest version of xampp after changing the permission (with sudo chmod 755 xampp-linux-x64-7.3.1-0-installer.run
) and then installing (with the command sudo ./xampp-linux-x64-7.3.1-0-installer.run
), I have a error message:
warning: Application jmp_buf size changed.
Segmentation fault
And I can't install it. I didn't find the answer to my problem, can you help me?
Thank you.
18.04 xampp
18.04 xampp
asked Jan 27 at 7:19
GeniusGenius
13
13
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
The problem you are having is almost certainly a problem with the software package you are installing. It could be that it got corrupted during download - in which case you should download it again or it could be that it's buggy in the first place - in which case you should report it back to the distributors. In any case the correct place for questions is the XMPP community - https://www.apachefriends.org/community.html - people on Ask Ubuntu won't be able to help beyond telling you that it's a software problem.
To be sure that software that you have downloaded isn't corrupted then check the checksums.
You can get XMPP checksums here - https://www.apachefriends.org/download.html
Instructions for checking checksums are here - Check hash (MD4, MD5, SHA-1, and CRC) on Ubuntu 12.04 and 12.10
As an alternative you could just go into the Ubuntu software centre and install
- apache
- mariadb
- PHP
- perl
and then you would have a similar setup to the one that XAMPP gives you.
If your problems do persist even after installing the Ubuntu versions of the software then it is most likely a hardware corruption issue. Look up questions about that.
Thanks @Michael, but when I tried to intalll apache2, the server was failed to start, and apache2 was not able to install.
– Genius
Jan 27 at 20:20
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/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%2faskubuntu.com%2fquestions%2f1113215%2flibpng-warning-application-jmp-buf-size-changed-while-installing-xampp%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
The problem you are having is almost certainly a problem with the software package you are installing. It could be that it got corrupted during download - in which case you should download it again or it could be that it's buggy in the first place - in which case you should report it back to the distributors. In any case the correct place for questions is the XMPP community - https://www.apachefriends.org/community.html - people on Ask Ubuntu won't be able to help beyond telling you that it's a software problem.
To be sure that software that you have downloaded isn't corrupted then check the checksums.
You can get XMPP checksums here - https://www.apachefriends.org/download.html
Instructions for checking checksums are here - Check hash (MD4, MD5, SHA-1, and CRC) on Ubuntu 12.04 and 12.10
As an alternative you could just go into the Ubuntu software centre and install
- apache
- mariadb
- PHP
- perl
and then you would have a similar setup to the one that XAMPP gives you.
If your problems do persist even after installing the Ubuntu versions of the software then it is most likely a hardware corruption issue. Look up questions about that.
Thanks @Michael, but when I tried to intalll apache2, the server was failed to start, and apache2 was not able to install.
– Genius
Jan 27 at 20:20
add a comment |
The problem you are having is almost certainly a problem with the software package you are installing. It could be that it got corrupted during download - in which case you should download it again or it could be that it's buggy in the first place - in which case you should report it back to the distributors. In any case the correct place for questions is the XMPP community - https://www.apachefriends.org/community.html - people on Ask Ubuntu won't be able to help beyond telling you that it's a software problem.
To be sure that software that you have downloaded isn't corrupted then check the checksums.
You can get XMPP checksums here - https://www.apachefriends.org/download.html
Instructions for checking checksums are here - Check hash (MD4, MD5, SHA-1, and CRC) on Ubuntu 12.04 and 12.10
As an alternative you could just go into the Ubuntu software centre and install
- apache
- mariadb
- PHP
- perl
and then you would have a similar setup to the one that XAMPP gives you.
If your problems do persist even after installing the Ubuntu versions of the software then it is most likely a hardware corruption issue. Look up questions about that.
Thanks @Michael, but when I tried to intalll apache2, the server was failed to start, and apache2 was not able to install.
– Genius
Jan 27 at 20:20
add a comment |
The problem you are having is almost certainly a problem with the software package you are installing. It could be that it got corrupted during download - in which case you should download it again or it could be that it's buggy in the first place - in which case you should report it back to the distributors. In any case the correct place for questions is the XMPP community - https://www.apachefriends.org/community.html - people on Ask Ubuntu won't be able to help beyond telling you that it's a software problem.
To be sure that software that you have downloaded isn't corrupted then check the checksums.
You can get XMPP checksums here - https://www.apachefriends.org/download.html
Instructions for checking checksums are here - Check hash (MD4, MD5, SHA-1, and CRC) on Ubuntu 12.04 and 12.10
As an alternative you could just go into the Ubuntu software centre and install
- apache
- mariadb
- PHP
- perl
and then you would have a similar setup to the one that XAMPP gives you.
If your problems do persist even after installing the Ubuntu versions of the software then it is most likely a hardware corruption issue. Look up questions about that.
The problem you are having is almost certainly a problem with the software package you are installing. It could be that it got corrupted during download - in which case you should download it again or it could be that it's buggy in the first place - in which case you should report it back to the distributors. In any case the correct place for questions is the XMPP community - https://www.apachefriends.org/community.html - people on Ask Ubuntu won't be able to help beyond telling you that it's a software problem.
To be sure that software that you have downloaded isn't corrupted then check the checksums.
You can get XMPP checksums here - https://www.apachefriends.org/download.html
Instructions for checking checksums are here - Check hash (MD4, MD5, SHA-1, and CRC) on Ubuntu 12.04 and 12.10
As an alternative you could just go into the Ubuntu software centre and install
- apache
- mariadb
- PHP
- perl
and then you would have a similar setup to the one that XAMPP gives you.
If your problems do persist even after installing the Ubuntu versions of the software then it is most likely a hardware corruption issue. Look up questions about that.
answered Jan 27 at 11:32
MichaelMichael
1361
1361
Thanks @Michael, but when I tried to intalll apache2, the server was failed to start, and apache2 was not able to install.
– Genius
Jan 27 at 20:20
add a comment |
Thanks @Michael, but when I tried to intalll apache2, the server was failed to start, and apache2 was not able to install.
– Genius
Jan 27 at 20:20
Thanks @Michael, but when I tried to intalll apache2, the server was failed to start, and apache2 was not able to install.
– Genius
Jan 27 at 20:20
Thanks @Michael, but when I tried to intalll apache2, the server was failed to start, and apache2 was not able to install.
– Genius
Jan 27 at 20:20
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%2f1113215%2flibpng-warning-application-jmp-buf-size-changed-while-installing-xampp%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