FS#79211 - [sysbench] libiao.so.1 dependency missing

Attached to Project: Arch Linux
Opened by Jan Visser (starquake) - Wednesday, 26 July 2023, 19:51 GMT
Last edited by Toolybird (Toolybird) - Wednesday, 26 July 2023, 20:45 GMT
Task Type Bug Report
Category Packages: Extra
Status Closed
Assigned To No-one
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:
Not entirely sure but I think a dependency is missing. When running I get the following error:
sysbench: error while loading shared libraries: libaio.so.1: cannot open shared object file: No such file or directory


Additional info:
sysbench 1.0.20-1

$ ldd /usr/bin/sysbench
linux-vdso.so.1 (0x00007ffd3c1ee000)
libmariadb.so.3 => /usr/lib/libmariadb.so.3 (0x00007fedf1374000)
libpq.so.5 => /usr/lib/libpq.so.5 (0x00007fedf1321000)
libluajit-5.1.so.2 => /usr/lib/libluajit-5.1.so.2 (0x00007fedf1290000)
libaio.so.1 => not found
libm.so.6 => /usr/lib/libm.so.6 (0x00007fedf0f13000)
libpthread.so.0 => /usr/lib/libpthread.so.0 (0x00007fedf128b000)
libc.so.6 => /usr/lib/libc.so.6 (0x00007fedf0d29000)
libz.so.1 => /usr/lib/libz.so.1 (0x00007fedf126f000)
libssl.so.3 => /usr/lib/libssl.so.3 (0x00007fedf0c89000)
libcrypto.so.3 => /usr/lib/libcrypto.so.3 (0x00007fedf0600000)
libgssapi_krb5.so.2 => /usr/lib/libgssapi_krb5.so.2 (0x00007fedf0c35000)
libldap.so.2 => /usr/lib/libldap.so.2 (0x00007fedf0bd5000)
libgcc_s.so.1 => /usr/lib/libgcc_s.so.1 (0x00007fedf1248000)
/lib64/ld-linux-x86-64.so.2 => /usr/lib64/ld-linux-x86-64.so.2 (0x00007fedf13eb000)
libkrb5.so.3 => /usr/lib/libkrb5.so.3 (0x00007fedf0afd000)
libk5crypto.so.3 => /usr/lib/libk5crypto.so.3 (0x00007fedf05d2000)
libcom_err.so.2 => /usr/lib/libcom_err.so.2 (0x00007fedf1242000)
libkrb5support.so.0 => /usr/lib/libkrb5support.so.0 (0x00007fedf05c4000)
libkeyutils.so.1 => /usr/lib/libkeyutils.so.1 (0x00007fedf05bd000)
libresolv.so.2 => /usr/lib/libresolv.so.2 (0x00007fedf05ab000)
liblber.so.2 => /usr/lib/liblber.so.2 (0x00007fedf059a000)
libsasl2.so.3 => /usr/lib/libsasl2.so.3 (0x00007fedf057b000)


Steps to reproduce:
1. Make sure libiao is not installed
2. Install sysbench
3. Run sysbench
4. See the error

This task depends upon

Closed by  Toolybird (Toolybird)
Wednesday, 26 July 2023, 20:45 GMT
Reason for closing:  Duplicate
Additional comments about closing:   FS#76723 

Loading...