Bug 140357
| Summary: | prelink damages libdbus shared objects | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Stephen Adler <adler> |
| Component: | prelink | Assignee: | Jakub Jelinek <jakub> |
| Status: | CLOSED DUPLICATE | QA Contact: | |
| Severity: | high | Docs Contact: | |
| Priority: | medium | ||
| Version: | 3 | CC: | adler, davidz |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | i386 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2004-11-22 17:30:08 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: | |||
|
Description
Stephen Adler
2004-11-22 16:18:11 UTC
Hi, I've seen bugs like this earlier; my suspicion is that prelink makes the libdbus libraries not work. Please try this as root tar cfv /root/old-dbus-so.tar /usr/lib/libdbus-*.so* sudo /usr/sbin/prelink /usr/lib/libdbus-*.so* and see if that works? Whoops, drop the sudo before prelink; sorry my bad. Should be this tar cfv /root/old-dbus-so.tar /usr/lib/libdbus-*.so* sudo /usr/sbin/prelink /usr/lib/libdbus-*.so* this is the commands to issue as root (I need some coffee :-)): tar cfv /root/old-dbus-so.tar /usr/lib/libdbus-*.so* /usr/sbin/prelink /usr/lib/libdbus-*.so* Thanks, David dude! good job.. fixed the problem.. now how come I had to re-prelink the library files? how did I screw them up? any ideas? This looks to me like a prelink bug - reassigning. |