Bug 119121
Summary: | Contains invalid/insecure RPATH | ||||||
---|---|---|---|---|---|---|---|
Product: | [Retired] Red Hat Raw Hide | Reporter: | Enrico Scholz <rh-bugzilla> | ||||
Component: | perl | Assignee: | Chip Turner <cturner> | ||||
Status: | CLOSED RAWHIDE | QA Contact: | David Lawrence <dkl> | ||||
Severity: | medium | Docs Contact: | |||||
Priority: | medium | ||||||
Version: | 1.0 | CC: | jorton | ||||
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: | 2004-09-15 14:33:27 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: | |||||||
Bug Depends On: | |||||||
Bug Blocks: | 114963, 123268 | ||||||
Attachments: |
|
Description
Enrico Scholz
2004-03-25 08:06:08 UTC
Thanks for the report. It's strange because subversion builds on my FC1 development box don't pick up these RPATHs. This is a Perl bug: MakeMaker is setting LD_RUN_PATH in generated Makefiles. Created attachment 98844 [details]
MakeMaker patch
patch to stop MakeMaker setting LD_RUN_PATH
Patch above stops MakeMaker from setting LD_RUN_PATH when linking modules which is the cause of the bogus RPATHs in all Perl modules. verified fixed in subversion-1.0.6-3 |