[Gambas-user] Beta testing - Photo organizer.
BB
adamnt42 at gmail.com
Thu Nov 3 00:14:13 CET 2022
On 3/11/22 9:39 am, T Lee Davidson wrote:
> On 11/2/22 15:46, Martin wrote:
>> El 31/10/22 a las 20:59, T Lee Davidson escribió:
>>> The filename of the shared libexif library on my system is
>>> 'libexif.so.12'. I had to change line 30 in Meta.module like so:
>>> Library "libexif:12"
>> Here:
>> https://www.gambas-it.org/wiki/index.php/Extern:_richiamare_funzioni_esterne_a_Gambas
>> It is possible call the library without version number.
>> ¿Why in your system is necessary specify the version? ¿maybe yo have
>> more versions?
>
> 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.
>
>
So, create a link like the /usr/lib64/libexif.so.12 one.
cd /usr/lib64
ln -s libexif.so.12.3.4 libexif.so
b
More information about the User
mailing list