Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Outdated libpng12 package required #50

Open
pback34 opened this issue May 4, 2021 · 7 comments
Open

Outdated libpng12 package required #50

pback34 opened this issue May 4, 2021 · 7 comments

Comments

@pback34
Copy link

pback34 commented May 4, 2021

I am running Linux Mint 20.1 Cinnamon version 4.8.6

I get the following error when trying to run gui wallet:

./start-gui.sh
./aeon-wallet-gui: error while loading shared libraries: libpng12.so.0: cannot open shared object file: No such file or directory

Am I doing something wrong or am I expected to go through the trouble of installing a package that has been outdated for quite some time and can't even be installed with APT (at least not with jumping through some unknown hoops)?

Please advise on whether you can update this to use the newer libpng package (16 or so?) or provide recommended work around for those with newer builds of linux.

@Gatesgit
Copy link

Gatesgit commented May 8, 2021

Hey I am using Debian GNU/Linux 10 (buster)

I'm having the same message. Been looking for a fix for this for hours.

Can anyone help ? Or does anyone know if I can use my seed phrase (from a previous wallet version) to generate a new working wallet available on (Linux) Debian 10.

Excuse me if my terminology is not up to scratch - I'm still novice using Linux :-)

@Gatesgit
Copy link

Im guessing the downloads were built with old software. Now they are outdated. It seems there are two options:

  1. Find the package online somewhere and install it. There are many results in google for how to do that.
  2. Build the software on your computer. It is quite easy you can follow the instructions on the readme.

Then possibly we can update the releases sections so that it is using the newer version of Qt.

Im guessing the downloads were built with old software. Now they are outdated. It seems there are two options:

  1. Find the package online somewhere and install it. There are many results in google for how to do that.
  2. Build the software on your computer. It is quite easy you can follow the instructions on the readme.

Then possibly we can update the releases sections so that it is using the newer version of Qt.

Thanks. I might try building the software. Have never done that before so it'll be challenge. Still learning how to navigate GitHub also. Lots to learn :-)

@pback34
Copy link
Author

pback34 commented May 15, 2021

@tomato5040
Thanks for the help. I will try building on linux at some point soon and let you know if I have any issues with that.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants
@pback34 @Gatesgit and others