Description of problem: library auparse has unresolved symbols from libaudit library Version-Release number of selected component (if applicable): 1.5.3 How reproducible: ldd -r libauparse.so Actual results: undefined symbol: audit_elf_to_machine (./libauparse.so) undefined symbol: audit_name_to_msg_type (./libauparse.so) libc.so.6 => /lib64/libc.so.6 (0x00002ad80cff9000) /lib64/ld-linux-x86-64.so.2 (0x0000555555554000) undefined symbol: audit_detect_machine (./libauparse.so) undefined symbol: audit_machine_to_name (./libauparse.so) undefined symbol: audit_syscall_to_name (./libauparse.so) Expected results: Additional info: see my patch to fix this problem
Created attachment 155332 [details] patch to fix this problem
Yes, this is true. I will apply the patch for the 1.5.4 release. Thank you for sending it.
Fixed in audit-1.5.4
Audit 1.5.5 was pushed into rawhide and should have this problem fixed. Thanks for reporting the problem and providing a patch.