Libwebp missing in AppImage

Getting

./owncloud-client-latest-x86_64.AppImage aowncloud: error while loading shared libraries: libwebp.so.5: cannot open shared object file: No such file or directory

This means that libwebp.so.5 should be bundled inside the AppImage, too.

Can this be reproduced on systems without libwebp?

Reference:
https://travis-ci.org/AppImage/AppImageHub/builds/266230738#L577

By the way, I had to open a new thread because I got the message

We’re sorry, but new users are temporarily limited to 3 replies in the same topic.

Where did you get that AppImage from? :slight_smile:
At the moment we only have normal Linux packages..
https://owncloud.org/changelog/desktop/

https://travis-ci.org/AppImage/AppImageHub/ no longer exists. Do you have a new reference for us?
In client-2.3.3 I don't see a dependency to webp.

The problem was that the libwebp was on the suse exclude list, and thus removed from the appimage. That is fixed now in the appimage build tool in OBS.

1 Like