appimage error while loading shared libraries: libopenal.so.1: SOLVED

classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

appimage error while loading shared libraries: libopenal.so.1: SOLVED

Tac Tacelosky
Posting this message here so that it will show up in the archives when people search for it.

After downloading the 64-bit appimage,  I got this error:

> ~/digikam-5.8.0-01-x86-64.appimage 
digikam: error while loading shared libraries: libopenal.so.1: cannot open shared object file: No such file or directory

It is solved by installing the missing library:

sudo apt install libopenal1

Tac


Reply | Threaded
Open this post in threaded view
|

Re: appimage error while loading shared libraries: libopenal.so.1: SOLVED

Gilles Caulier-4
Hi,

The AppImage is build with libopenal under CentOS 6, but i remove the .so file while bundle-ling, as the library access to low level sound device.

Well perhaps i need to not remove this file now... It's just a line to uncomment in script...

Gilles Caulier

2018-02-02 13:05 GMT+01:00 Tac Tacelosky <[hidden email]>:
Posting this message here so that it will show up in the archives when people search for it.

After downloading the 64-bit appimage,  I got this error:

> ~/digikam-5.8.0-01-x86-64.appimage 
digikam: error while loading shared libraries: libopenal.so.1: cannot open shared object file: No such file or directory

It is solved by installing the missing library:

sudo apt install libopenal1

Tac



Reply | Threaded
Open this post in threaded view
|

Re: appimage error while loading shared libraries: libopenal.so.1: SOLVED

Gilles Caulier-4
The new AppImage bundle include shared OpenAl library. But now we have this kind of report in bugzilla :

Best

Gilles Caulier

2018-02-02 16:13 GMT+01:00 Gilles Caulier <[hidden email]>:
Hi,

The AppImage is build with libopenal under CentOS 6, but i remove the .so file while bundle-ling, as the library access to low level sound device.

Well perhaps i need to not remove this file now... It's just a line to uncomment in script...

Gilles Caulier

2018-02-02 13:05 GMT+01:00 Tac Tacelosky <[hidden email]>:
Posting this message here so that it will show up in the archives when people search for it.

After downloading the 64-bit appimage,  I got this error:

> ~/digikam-5.8.0-01-x86-64.appimage 
digikam: error while loading shared libraries: libopenal.so.1: cannot open shared object file: No such file or directory

It is solved by installing the missing library:

sudo apt install libopenal1

Tac