Bug 241178
| Summary: | library auparse has unresolved symbols | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Stanislav Ievlev <inger> | ||||
| Component: | audit | Assignee: | Steve Grubb <sgrubb> | ||||
| Status: | CLOSED RAWHIDE | QA Contact: | Brian Brock <bbrock> | ||||
| Severity: | medium | Docs Contact: | |||||
| Priority: | medium | ||||||
| Version: | rawhide | ||||||
| Target Milestone: | --- | ||||||
| Target Release: | --- | ||||||
| Hardware: | All | ||||||
| OS: | Linux | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2007-07-13 14:37:24 UTC | Type: | --- | ||||
| Regression: | --- | Mount Type: | --- | ||||
| Documentation: | --- | CRM: | |||||
| Verified Versions: | Category: | --- | |||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||
| Embargoed: | |||||||
| Attachments: |
|
||||||
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. |
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