esimov / caire

Content aware image resize library
MIT License
10.36k stars 384 forks source link

error while loading shared libraries: libEGL.so.1 (installed caire using snap) #73

Closed NarenZen closed 2 years ago

NarenZen commented 2 years ago

Installed caire using sudo snap install caire.

Then I gave caire command. This is the error I'm getting

/snap/caire/128/bin/caire: error while loading shared libraries: libEGL.so.1: cannot open shared object file: No such file or directory

esimov commented 2 years ago

Thanks for letting me know. I will investigate and come back to you.

esimov commented 2 years ago

Can you tell me on what operating system wanted to install it? I've tried using Ubuntu 16.04 and it's working. Did you have it already installed?

NarenZen commented 2 years ago

Ubuntu 20.04.3 LTS

NarenZen commented 2 years ago

Also tried with Ubuntu 18 as well. Same error

esimov commented 2 years ago

I will try to check with these releases.

dmirecki commented 2 years ago

Hi, is there any update in the topic?

esimov commented 2 years ago

The error should be fixed now.

dmirecki commented 2 years ago

Now it works, thank you!