[Gambas-user] Beta testing - Photo organizer.
Martin
mbelmonte at belmotek.net
Thu Nov 3 00:43:48 CET 2022
El 3/11/22 a las 0:09, T Lee Davidson escribió:
> There is only one version installed on my system:
> ll /usr/lib64/libexif*
> lrwxrwxrwx 1 root root 17 Mar 31 2022 /usr/lib64/libexif.so.12 ->
> libexif.so.12.3.4
> -rwxr-xr-x 1 root root 289880 Mar 31 2022 /usr/lib64/libexif.so.12.3.4
>
> Specifying the library without the version number does not work on my
> system.
>
ok, I have:
lrwxrwxrwx 1 root root 17 nov 26 2021 /usr/lib/libexif.so ->
libexif.so.12.3.4
lrwxrwxrwx 1 root root 17 nov 26 2021 /usr/lib/libexif.so.12 ->
libexif.so.12.3.4
-rwxr-xr-x 1 root root 321288 nov 26 2021 /usr/lib/libexif.so.12.3.4
You have not the no-version .so file
Solutionns:
1) OpenSuse ( or all rpm based? ) Create the link /usr/lib/libexif.so in
the system
ln -s /usr/lib/libexif.so.12.3.4 /usr/lib/libexif.so
2) For all systems that have the link /usr/lib/libexif.so.12 use the
sentence Library "libexif:12"
Solutions 2 works for me also then, I`ll change the code to Library
"libexif:12"
More information about the User
mailing list