Re: Announcing the release of BLCR 0.6.0_beta3

From: Neal Becker (ndbecker2_at_gmail.com)
Date: Fri Jul 27 2007 - 04:14:06 PDT

  • Next message: Neal Becker: "blcr rpath"
    On Thursday 26 July 2007, Paul H. Hargrove wrote:
    > I am pleased to announce the release of the third Beta version of BLCR
    > 0.6.0, now available at
    >  http://128.3.16.151/blcr-dist/blcr-0.6.0_b3.tar.gz  for a source tarball
    > or
    >  http://128.3.16.151/blcr-dist/blcr-0.6.0_b3-1.src.rpm for a source RPM
    >
    
    Built OK on fedora f7 x86_64 using rpmbuild --define ''with_autoreconf 1'.
    
    As an alternative to fix the rpath problem, instead of using autoreconf, we 
    can use
    
    chrpath
    Usage: chrpath [-v|-d|-c|-r <path>] <program> [<program> ...]
    
       -v|--version                Display program version number
       -d|--delete                 Delete current rpath/runpath setting
       -c|--convert                Convert rpath to runpath
       -r <path>|--replace <path>  Replace current rpath/runpath setting
                                   with the path given
       -l|--list                   List the current rpath/runpath (default)
       -h|--help                   Show this usage information.
    
    chrpath --delete <binary> will remove the offending rpath.   Just 
    add 'buildrequires chrpath'.
    

  • Next message: Neal Becker: "blcr rpath"