[Solved] 0.96.1 - Ubuntu 20.04 LTS missing library

*** Please report new bugs here! ***

Moderators: XnTriq, helmut, xnview, Dreamer

Post Reply
Jean-Marie Guitard
Posts: 3
Joined: Mon May 04, 2020 5:05 pm

[Solved] 0.96.1 - Ubuntu 20.04 LTS missing library

Post by Jean-Marie Guitard »

Hi !

After installing v0.96.1 under Ubuntu 20.04 LTS impossible to launch XnView !

Code: Select all

jean-marie@M51Va:~$ cd /opt/XnView
jean-marie@M51Va:/opt/XnView$ ./XnView
./XnView: error while loading shared libraries: libQtAV.so.1: cannot open shared object file: No such file or directory
jean-marie@M51Va:/opt/XnView$ ldd ./XnView
	linux-vdso.so.1 (0x00007ffd477a3000)
	libQtAV.so.1 => not found
	libQtAVWidgets.so.1 => not found
	libdl.so.2 => /lib/x86_64-linux-gnu/libdl.so.2 (0x00007fc577d47000)
	libX11.so.6 => /lib/x86_64-linux-gnu/libX11.so.6 (0x00007fc577c0a000)
	libQt5MultimediaWidgets.so.5 => not found
	libQt5PrintSupport.so.5 => not found
	libQt5Svg.so.5 => not found
	libQt5WebKitWidgets.so.5 => not found
	libQt5Widgets.so.5 => not found
	libQt5Multimedia.so.5 => not found
	libQt5X11Extras.so.5 => not found
	libQt5Gui.so.5 => not found
	libQt5Network.so.5 => not found
	libQt5Concurrent.so.5 => not found
	libQt5Xml.so.5 => not found
	libQt5Core.so.5 => not found
	libpthread.so.0 => /lib/x86_64-linux-gnu/libpthread.so.0 (0x00007fc577be3000)
	libm.so.6 => /lib/x86_64-linux-gnu/libm.so.6 (0x00007fc577a92000)
	libgcc_s.so.1 => /lib/x86_64-linux-gnu/libgcc_s.so.1 (0x00007fc577a77000)
	libc.so.6 => /lib/x86_64-linux-gnu/libc.so.6 (0x00007fc577885000)
	/lib64/ld-linux-x86-64.so.2 (0x00007fc577d61000)
	libxcb.so.1 => /lib/x86_64-linux-gnu/libxcb.so.1 (0x00007fc57785b000)
	libXau.so.6 => /lib/x86_64-linux-gnu/libXau.so.6 (0x00007fc577855000)
	libXdmcp.so.6 => /lib/x86_64-linux-gnu/libXdmcp.so.6 (0x00007fc57784d000)
	libbsd.so.0 => /lib/x86_64-linux-gnu/libbsd.so.0 (0x00007fc577831000)
jean-marie@M51Va:/opt/XnView$ 
Could you please help ?
Thanks in advance !

Jean-Marie
Last edited by Jean-Marie Guitard on Tue May 05, 2020 12:36 pm, edited 1 time in total.
User avatar
xnview
Author of XnView
Posts: 43357
Joined: Mon Oct 13, 2003 7:31 am
Location: France
Contact:

Re: 0.96.1 - Ubuntu 20.04 LTS missing library

Post by xnview »

you need to use xnview.sh
Pierre.
Jean-Marie Guitard
Posts: 3
Joined: Mon May 04, 2020 5:05 pm

Re: 0.96.1 - Ubuntu 20.04 LTS missing library

Post by Jean-Marie Guitard »

xnview wrote: Tue May 05, 2020 7:23 am you need to use xnview.sh
Sorry Pierre, it does not help, I obtain exactly the same error !

Code: Select all

jean-marie@M51Va:/opt/XnView$ bash xnview.sh
/opt/XnView/XnView: error while loading shared libraries: libopenal.so.1: cannot open shared object file: No such file or directory
I tried both XnViewMP-linux-x64.deb and XnViewMP-linux-x64.tgz no joy !

Thanks

Jean-Marie
User avatar
xnview
Author of XnView
Posts: 43357
Joined: Mon Oct 13, 2003 7:31 am
Location: France
Contact:

Re: 0.96.1 - Ubuntu 20.04 LTS missing library

Post by xnview »

you need to install libopenal1
Pierre.
Jean-Marie Guitard
Posts: 3
Joined: Mon May 04, 2020 5:05 pm

[Solved] Re: 0.96.1 - Ubuntu 20.04 LTS missing library

Post by Jean-Marie Guitard »

xnview wrote: Tue May 05, 2020 12:16 pm you need to install libopenal1
Thank you,
in fact I installed all these libraries :

Code: Select all

sudo apt-get install -y libqtav-dev
sudo apt-get install qtcreator
sudo apt-get install qt5-default
sudo apt-get install libqt5webkit5
sudo apt-get install libqt5multimediawidgets5
sudo apt-get install libqt5x11extras5
And it's working !

Merci et bonne continuation !
Jean-Marie
Post Reply