Bug 2023

Summary: rpath in /usr/bin/frysk wrong
Product: frysk Reporter: Andrew Cagney <cagney>
Component: generalAssignee: Andrew Cagney <cagney>
Status: RESOLVED FIXED    
Severity: normal    
Priority: P1    
Version: unspecified   
Target Milestone: ---   
Host: Target:
Build: Last reconfirmed:
Bug Depends on:    
Bug Blocks: 2004, 2025, 2011    

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.