the unversioned .so files now in the main section, but same error message:

%files
%license LICENSE
%doc README.md
%{_mandir}/man6/*
%{_bindir}/%{name}-2
%{_bindir}/sd2-*
%{_libdir}/games/%{name}-2/
%{_datadir}/appdata/%{name}.appdata.xml
%{_datadir}/applications/%{name}.desktop
%{_datadir}/games/%{name}-2/
%{_libdir}/libsolid.so
%{_libdir}/libmoto.so
%{_libdir}/libbroad.so


%files devel
%{_includedir}/%{name}-2/
%{_includedir}/3D/
%{_includedir}/SOLID/

$ speed-dreams-2 
speed-dreams-2: error while loading shared libraries: libtgfclient.so: cannot 
open shared object file: No such file or directory

$ rpm -ql speed-dreams  |grep tgfclient
/usr/lib64/games/speed-dreams-2/lib/libtgfclient.so

$ file /usr/lib64/games/speed-dreams-2/lib/libtgfclient.so
/usr/lib64/games/speed-dreams-2/lib/libtgfclient.so: ELF 64-bit LSB shared 
object, x86-64, version 1 (SYSV), dynamically linked, 
BuildID[sha1]=1cfb26e15f5b94d63ecd3fb4edd81fb4bcf16892, stripped

$ ldd $(which speed-dreams-2)
        linux-vdso.so.1 (0x00007faf58e7a000)
        libtgfclient.so => not found
        libtgfdata.so => not found
        libtgf.so => not found
        libportability.so => not found
        libstdc++.so.6 => /lib64/libstdc++.so.6 (0x00007faf58a00000)
        libgcc_s.so.1 => /lib64/libgcc_s.so.1 (0x00007faf58e1a000)
        libc.so.6 => /lib64/libc.so.6 (0x00007faf5880e000)
        libm.so.6 => /lib64/libm.so.6 (0x00007faf58d2c000)
        /lib64/ld-linux-x86-64.so.2 (0x00007faf58e7c000)

Regards
Martin
-- 
_______________________________________________
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue

Reply via email to