On 6/13/21 2:26 PM, Patrick Dupre wrote:
Trying to install scilab 6.1.0 from scilab-6.1.0.bin.linux-x86_64.tar.gz I got: scilab-bin: error while loading shared libraries: libldap-2.4.so.2: cannot open shared object file: No such file or directory I could bit find libldap only penldap-compat.i686 : Package providing legacy non-threded libldap openldap-compat.x86_64 : Package providing legacy non-threded libldap
You can't just dnf search for a library like that. Sometimes it works, but usually not. The following two commands will find the right package (which is "openldap"):
dnf install /usr/lib64/libldap-2.4.so.2 dnf repoquery --whatprovides libldap-2.4.so.2 _______________________________________________ users mailing list -- users@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to users-leave@xxxxxxxxxxxxxxxxxxxxxxx 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/users@xxxxxxxxxxxxxxxxxxxxxxx Do not reply to spam on the list, report it: https://pagure.io/fedora-infrastructure