Page 1 of 1

libpng warning : Application jmp_buf size changed - while in

PostPosted: 27. January 2019 08:10
by deepamgupta
0


I'm in Ubuntu 18.04.1. When I try to install the lastest version of xampp after changing the permission (with
Code: Select all
sudo chmod 755 xampp-linux-x64-7.3.1-0-installer.run
) and then installing (with the
Code: Select all
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 to you.

Re: libpng warning : Application jmp_buf size changed - whil

PostPosted: 27. January 2019 19:47
by Nobbie
deepamgupta wrote:
Code: Select all
command sudo ./xampp-linux-x64-7.3.1-0-installer.run
),


What is this weird "command" command in the beginning and why did you apply it?? Try without "command", simply "sudo ./xampp-linux-x64-7.3.1-0-installer.run".

Re: libpng warning - while installing XAMPP on ubuntu

PostPosted: 27. January 2019 20:49
by deepamgupta
deepamgupta wrote:
I'm in Ubuntu 18.04.1. When I try to install the lastest version of xampp after changing the permission with
Code: Select all
sudo chmod 755 xampp-linux-x64-7.3.1-0-installer.run

and then installing with
Code: Select all
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 to you.

Re: libpng warning : Application jmp_buf size changed - whil

PostPosted: 27. January 2019 20:52
by Nobbie
deepamgupta wrote:can you help me?


Sorry, no. On my linux (Mint 19.1) it runs flawlessly.