Bug 2023 - rpath in /usr/bin/frysk wrong
Summary: rpath in /usr/bin/frysk wrong
Status: RESOLVED FIXED
Alias: None
Product: frysk
Classification: Unclassified
Component: general (show other bugs)
Version: unspecified
: P1 normal
Target Milestone: ---
Assignee: Andrew Cagney
URL:
Keywords:
Depends on:
Blocks: 2004 2025 2011
  Show dependency treegraph
 
Reported: 2005-12-10 18:15 UTC by Andrew Cagney
Modified: 2005-12-10 19:42 UTC (History)
0 users

See Also:
Host:
Target:
Build:
Last reconfirmed:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Andrew Cagney 2005-12-10 18:15:09 UTC
$ objdump -x `which frysk` | grep RPATH

should be /usr/lib/frysk, workaround is to set LD_LIBRARY_PATH; or tell the
shared libraries that they live in frysk/lib*.so.
Comment 1 Andrew Cagney 2005-12-10 19:42:59 UTC
* Sat Dec 10  2005 Andrew Cagney <cagney@redhat.com> 0.0.0.20051209-0.EL4.3
- Add -lpangoft2 to frysk_makeflags.
- Add frysk_bindir_frysk_LDFLAGS, frysk_bindir_ftrace_LDFLAGS, and
  frysk_bindir_fstack_LDFLAGS to frysk_makeflags.  XXX: Needs a better
  way.