[digiKam-users] digikam-6.2.0-x86-64.appimage

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

[digiKam-users] digikam-6.2.0-x86-64.appimage

Itilo

Hello,


Unable to run 6.2 appimage (no problem with 6.1 and 6.0) on fedora 30

dnf provides libnsl.so.1
libnsl-2.29-15.fc30.i686 : Legacy support library for NIS

(there is no x86_64 package)

dnf install libnsl

ls -l /usr/lib/libnsl.so.1
lrwxrwxrwx 1 root root 14  6 juin  13:56 /usr/lib/libnsl.so.1 -> libnsl-2.29.so

./digikam-6.2.0-x86-64.appimage

-- digiKam Linux AppImage Bundle
-- Use 'help' as CLI argument to know all available options for digiKam application.
-- Note: to integrate this bundle to your desktop, use AppImageLauncher.
libudev.so.0
-- Preloading shared libs:
digikam: error while loading shared libraries: libnsl.so.1: cannot open shared object file: No such file or directory


export  LD_LIBRARY_PATH=/usr/lib:$LD_LIBRARY_PATH

./digikam-6.2.0-x86-64.appimage

-- digiKam Linux AppImage Bundle
-- Use 'help' as CLI argument to know all available options for digiKam application.
-- Note: to integrate this bundle to your desktop, use AppImageLauncher.
libudev.so.0
-- Preloading shared libs:
digikam: error while loading shared libraries: libnsl.so.1: wrong ELF class: ELFCLASS32

Thank you for your help

Reply | Threaded
Open this post in threaded view
|

Re: digikam-6.2.0-x86-64.appimage

Gilles Caulier-4
digikam: error while loading shared libraries: libnsl.so.1: wrong ELF class: ELFCLASS32

==> you install libnsl 32 bits and you run digiKam 64 bits. It's not compatible.
==> install libnsl 64 bits instead.

Gilles Caulier

Le lun. 5 août 2019 à 15:56, Itilo <[hidden email]> a écrit :

Hello,


Unable to run 6.2 appimage (no problem with 6.1 and 6.0) on fedora 30

dnf provides libnsl.so.1
libnsl-2.29-15.fc30.i686 : Legacy support library for NIS

(there is no x86_64 package)

dnf install libnsl

ls -l /usr/lib/libnsl.so.1
lrwxrwxrwx 1 root root 14  6 juin  13:56 /usr/lib/libnsl.so.1 -> libnsl-2.29.so

./digikam-6.2.0-x86-64.appimage

-- digiKam Linux AppImage Bundle
-- Use 'help' as CLI argument to know all available options for digiKam application.
-- Note: to integrate this bundle to your desktop, use AppImageLauncher.
libudev.so.0
-- Preloading shared libs:
digikam: error while loading shared libraries: libnsl.so.1: cannot open shared object file: No such file or directory


export  LD_LIBRARY_PATH=/usr/lib:$LD_LIBRARY_PATH

./digikam-6.2.0-x86-64.appimage

-- digiKam Linux AppImage Bundle
-- Use 'help' as CLI argument to know all available options for digiKam application.
-- Note: to integrate this bundle to your desktop, use AppImageLauncher.
libudev.so.0
-- Preloading shared libs:
digikam: error while loading shared libraries: libnsl.so.1: wrong ELF class: ELFCLASS32

Thank you for your help

Reply | Threaded
Open this post in threaded view
|

Re: digikam-6.2.0-x86-64.appimage

Gilles Caulier-4
Or if you is on a 32 bits system, use the DK appimage 32 bits...

Gilles Caulier

Le lun. 5 août 2019 à 16:10, Gilles Caulier <[hidden email]> a écrit :
digikam: error while loading shared libraries: libnsl.so.1: wrong ELF class: ELFCLASS32

==> you install libnsl 32 bits and you run digiKam 64 bits. It's not compatible.
==> install libnsl 64 bits instead.

Gilles Caulier

Le lun. 5 août 2019 à 15:56, Itilo <[hidden email]> a écrit :

Hello,


Unable to run 6.2 appimage (no problem with 6.1 and 6.0) on fedora 30

dnf provides libnsl.so.1
libnsl-2.29-15.fc30.i686 : Legacy support library for NIS

(there is no x86_64 package)

dnf install libnsl

ls -l /usr/lib/libnsl.so.1
lrwxrwxrwx 1 root root 14  6 juin  13:56 /usr/lib/libnsl.so.1 -> libnsl-2.29.so

./digikam-6.2.0-x86-64.appimage

-- digiKam Linux AppImage Bundle
-- Use 'help' as CLI argument to know all available options for digiKam application.
-- Note: to integrate this bundle to your desktop, use AppImageLauncher.
libudev.so.0
-- Preloading shared libs:
digikam: error while loading shared libraries: libnsl.so.1: cannot open shared object file: No such file or directory


export  LD_LIBRARY_PATH=/usr/lib:$LD_LIBRARY_PATH

./digikam-6.2.0-x86-64.appimage

-- digiKam Linux AppImage Bundle
-- Use 'help' as CLI argument to know all available options for digiKam application.
-- Note: to integrate this bundle to your desktop, use AppImageLauncher.
libudev.so.0
-- Preloading shared libs:
digikam: error while loading shared libraries: libnsl.so.1: wrong ELF class: ELFCLASS32

Thank you for your help

Reply | Threaded
Open this post in threaded view
|

Re: digikam-6.2.0-x86-64.appimage

Itilo
In reply to this post by Gilles Caulier-4
Le 05/08/2019 à 16:10, Gilles Caulier a écrit :
digikam: error while loading shared libraries: libnsl.so.1: wrong ELF class: ELFCLASS32

==> you install libnsl 32 bits and you run digiKam 64 bits. It's not compatible.
==> install libnsl 64 bits instead.

Gilles Caulier

Thank you Gilles

As I said there is no libnsl 64 bits on fedora 30.

Was these library provided in the previous appimage packages?



Le lun. 5 août 2019 à 15:56, Itilo <[hidden email]> a écrit :

Hello,


Unable to run 6.2 appimage (no problem with 6.1 and 6.0) on fedora 30

dnf provides libnsl.so.1
libnsl-2.29-15.fc30.i686 : Legacy support library for NIS

(there is no x86_64 package)

dnf install libnsl

ls -l /usr/lib/libnsl.so.1
lrwxrwxrwx 1 root root 14  6 juin  13:56 /usr/lib/libnsl.so.1 -> libnsl-2.29.so

./digikam-6.2.0-x86-64.appimage

-- digiKam Linux AppImage Bundle
-- Use 'help' as CLI argument to know all available options for digiKam application.
-- Note: to integrate this bundle to your desktop, use AppImageLauncher.
libudev.so.0
-- Preloading shared libs:
digikam: error while loading shared libraries: libnsl.so.1: cannot open shared object file: No such file or directory


export  LD_LIBRARY_PATH=/usr/lib:$LD_LIBRARY_PATH

./digikam-6.2.0-x86-64.appimage

-- digiKam Linux AppImage Bundle
-- Use 'help' as CLI argument to know all available options for digiKam application.
-- Note: to integrate this bundle to your desktop, use AppImageLauncher.
libudev.so.0
-- Preloading shared libs:
digikam: error while loading shared libraries: libnsl.so.1: wrong ELF class: ELFCLASS32

Thank you for your help


Reply | Threaded
Open this post in threaded view
|

Re: digikam-6.2.0-x86-64.appimage

Kai Blauberg
After installing libnsl on Fedora 29 64 bit, appimage v.6.2 works fine. 

Libnsl is provided via Fedora updates repository that you have to enable first. Should work fine, since


Regards,

Kai




-----Alkuperäinen viesti-----
Lähettäjä: Itilo <[hidden email]>
Vastausosoite: digiKam - Home Manage your photographs as a professional with the power of open source <[hidden email]>
Vastaanottaja: digiKam - Home Manage your photographs as a professional with the power of open source <[hidden email]>, Gilles Caulier <[hidden email]>
Aihe: Re: [digiKam-users] digikam-6.2.0-x86-64.appimage
Päiväys: Mon, 5 Aug 2019 16:17:11 +0200

Le 05/08/2019 à 16:10, Gilles Caulier a écrit :
digikam: error while loading shared libraries: libnsl.so.1: wrong ELF class: ELFCLASS32

==> you install libnsl 32 bits and you run digiKam 64 bits. It's not compatible.
==> install libnsl 64 bits instead.

Gilles Caulier

Thank you Gilles

As I said there is no libnsl 64 bits on fedora 30.

Was these library provided in the previous appimage packages?



Le lun. 5 août 2019 à 15:56, Itilo <[hidden email]> a écrit :

Hello,


Unable to run 6.2 appimage (no problem with 6.1 and 6.0) on fedora 30

dnf provides libnsl.so.1
libnsl-2.29-15.fc30.i686 : Legacy support library for NIS

(there is no x86_64 package)

dnf install libnsl

ls -l /usr/lib/libnsl.so.1
lrwxrwxrwx 1 root root 14  6 juin  13:56 /usr/lib/libnsl.so.1 -> libnsl-2.29.so

./digikam-6.2.0-x86-64.appimage

-- digiKam Linux AppImage Bundle
-- Use 'help' as CLI argument to know all available options for digiKam application.
-- Note: to integrate this bundle to your desktop, use AppImageLauncher.
libudev.so.0
-- Preloading shared libs:
digikam: error while loading shared libraries: libnsl.so.1: cannot open shared object file: No such file or directory


export  LD_LIBRARY_PATH=/usr/lib:$LD_LIBRARY_PATH

./digikam-6.2.0-x86-64.appimage

-- digiKam Linux AppImage Bundle
-- Use 'help' as CLI argument to know all available options for digiKam application.
-- Note: to integrate this bundle to your desktop, use AppImageLauncher.
libudev.so.0
-- Preloading shared libs:
digikam: error while loading shared libraries: libnsl.so.1: wrong ELF class: ELFCLASS32

Thank you for your help



Reply | Threaded
Open this post in threaded view
|

Re: digikam-6.2.0-x86-64.appimage

Itilo
Le 05/08/2019 à 19:23, Kai Blauberg a écrit :
After installing libnsl on Fedora 29 64 bit, appimage v.6.2 works fine. 

Libnsl is provided via Fedora updates repository that you have to enable first. Should work fine, since


Regards,

Kai

Thank you Kai. I add some repository and i can access to the 64 bits version: Now it works :-)

Thank you very much





-----Alkuperäinen viesti-----
Lähettäjä: Itilo <[hidden email]>
Vastausosoite: digiKam - Home Manage your photographs as a professional with the power of open source <[hidden email]>
Vastaanottaja: digiKam - Home Manage your photographs as a professional with the power of open source <[hidden email]>, Gilles Caulier <[hidden email]>
Aihe: Re: [digiKam-users] digikam-6.2.0-x86-64.appimage
Päiväys: Mon, 5 Aug 2019 16:17:11 +0200

Le 05/08/2019 à 16:10, Gilles Caulier a écrit :
digikam: error while loading shared libraries: libnsl.so.1: wrong ELF class: ELFCLASS32

==> you install libnsl 32 bits and you run digiKam 64 bits. It's not compatible.
==> install libnsl 64 bits instead.

Gilles Caulier

Thank you Gilles

As I said there is no libnsl 64 bits on fedora 30.

Was these library provided in the previous appimage packages?



Le lun. 5 août 2019 à 15:56, Itilo <[hidden email]> a écrit :

Hello,


Unable to run 6.2 appimage (no problem with 6.1 and 6.0) on fedora 30

dnf provides libnsl.so.1
libnsl-2.29-15.fc30.i686 : Legacy support library for NIS

(there is no x86_64 package)

dnf install libnsl

ls -l /usr/lib/libnsl.so.1
lrwxrwxrwx 1 root root 14  6 juin  13:56 /usr/lib/libnsl.so.1 -> libnsl-2.29.so

./digikam-6.2.0-x86-64.appimage

-- digiKam Linux AppImage Bundle
-- Use 'help' as CLI argument to know all available options for digiKam application.
-- Note: to integrate this bundle to your desktop, use AppImageLauncher.
libudev.so.0
-- Preloading shared libs:
digikam: error while loading shared libraries: libnsl.so.1: cannot open shared object file: No such file or directory


export  LD_LIBRARY_PATH=/usr/lib:$LD_LIBRARY_PATH

./digikam-6.2.0-x86-64.appimage

-- digiKam Linux AppImage Bundle
-- Use 'help' as CLI argument to know all available options for digiKam application.
-- Note: to integrate this bundle to your desktop, use AppImageLauncher.
libudev.so.0
-- Preloading shared libs:
digikam: error while loading shared libraries: libnsl.so.1: wrong ELF class: ELFCLASS32

Thank you for your help