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

error while loading shared libraries #392

Closed
val461 opened this issue Nov 26, 2017 · 15 comments
Closed

error while loading shared libraries #392

val461 opened this issue Nov 26, 2017 · 15 comments
Assignees
Milestone

Comments

@val461
Copy link
Contributor

val461 commented Nov 26, 2017

Hello, I ran the installer Shoes 3.3.4 for Linux 64 bit that I got from the downloads page. The install seemed successful, but when I later tried to run the file ~/.shoes/walkabout/shoes, I got the following message:

~/.shoes/walkabout/shoes-bin: error while loading shared libraries: libgif.so.4: cannot open shared object file: No such file or directory

I noticed that the walkabout folder had a file named libgif.so.4.1.6, so I made a link to it named libgif.so.4, and now Shoes seems to work.

@ccoupe
Copy link

ccoupe commented Nov 27, 2017

I'm glad you got it working and thanks for reporting the bug. Which linux distro are you using?

ccoupe pushed a commit that referenced this issue Nov 27, 2017
@ccoupe
Copy link

ccoupe commented Nov 27, 2017

@Fornost461, I've got a Shoes 3.3.5 beta for Linux 64 that has sym links for all the included libraries, just in case they trip you up later. Should you care to to try it you'll have to un-install (from the menu, if you have them) Not in your menus? rm -rf ~/.shoes/walkabout/* and then install the beta (anything new in 3.3.5 won't cause a problem since you don't know whats new with it so you can't try the new stuff which is undocumented. Risk free because Shoes only lives in per user(~) locations.

@ccoupe ccoupe self-assigned this Nov 27, 2017
@ccoupe ccoupe added this to the 3.3.5 milestone Nov 27, 2017
@val461
Copy link
Contributor Author

val461 commented Nov 27, 2017

I am using Arch Linux. I installed the beta, thank you! (Is there an upgrade system, though? Do I have to check the project's page regularly to see if a new version is up?)

@IanTrudel
Copy link
Collaborator

(Is there an upgrade system, though? Do I have to check the project's page regularly to see if a new version is up?)

Hi @Fornost461, glad to meet you. We do not have an upgrade system at the moment. It would be really nice but we are tiny-tiny team. We explored the possibility with QtIFW #331. You are welcomed to contribute on anything or everything. :) :) :)

@val461
Copy link
Contributor Author

val461 commented Nov 27, 2017

Hi @backorder ! I am a new Ruby newbie, so I may not contribute much codewise right now. I thought that upgrades are an important thing to mention, so I edited the wiki.
By the way, I noticed a broken link on the page of tutorials: the link to the RDocs (edit: I filled a ticket).

@IanTrudel
Copy link
Collaborator

Coding is not the only way to contribute. Reporting issues, writing documentation, testing things around, feedback, etc. are meaningful contributions. We recently created a Facebook page aka #380.

What kind of projects are you interested in doing in Shoes?

@ccoupe
Copy link

ccoupe commented Nov 28, 2017

Do I have to check the project's page regularly to see if a new version is up?

Releases are mentioned on the mailling list and my blog. There's no particular schedule - when enough new things are added plus bugfixs and it seems like a long time since the last release (3 to 6 months).

If you watch the traffic here at github you'll know about the betas which can change frequently depending on which git branch is being worked on and in this case to fix a problem.

This is a it doesn't work issue so it needs to be fixed asap and known as 3.3.4 to replace what is there.

@val461
Copy link
Contributor Author

val461 commented Nov 28, 2017

What kind of projects are you interested in doing in Shoes?

I would like to make an organizational assistant.

Releases are mentioned on the mailling list and my blog.

Ok, thanks!

@ccoupe
Copy link

ccoupe commented Jan 13, 2018

Closing.

@ccoupe ccoupe closed this as completed Jan 13, 2018
@zipizap
Copy link

zipizap commented Feb 7, 2018

Also happening with shoes-3.3.5-gtk3-armhf.install

After installing it will not start and if launched from command-line will show

pi@raspberrypi:~/.shoes/walkabout $ ./shoes
/home/pi/.shoes/walkabout/shoes-bin: error while loading shared libraries: libgif.so.4: cannot open shared object file: No such file or directory

Workaround/solution: after installing shoes, run:
ln -s ~/.shoes/walkabout/libgif.so.4{.1.6,}

And it will then work

@ccoupe
Copy link

ccoupe commented Feb 7, 2018

Damn, I thought I fixed that. I must have skipped the pi. Thanks for reporting.

@ccoupe
Copy link

ccoupe commented Feb 8, 2018

@zipizap you might be better served by using the Shoes 3.3.6 beta for rpi. It fixes the symlinks to all the libraries.

@ccoupe ccoupe reopened this Feb 8, 2018
@ccoupe ccoupe modified the milestones: 3.3.5, 3.3.6 Feb 8, 2018
ccoupe pushed a commit that referenced this issue Feb 8, 2018
@zipizap
Copy link

zipizap commented Feb 9, 2018 via email

@ccoupe
Copy link

ccoupe commented Feb 10, 2018

You know what to do when jpeg, svg or yaml throws an exception . Gif (png) just happens to be used at start up. you can trigger the others working with Manual->Furthermore->Sample

@zipizap
Copy link

zipizap commented Feb 10, 2018 via email

@ccoupe ccoupe closed this as completed Mar 3, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants