[PLUG] Need help finding package with 'rename'

Derek Loree derek at infotects.com
Fri May 3 17:43:36 UTC 2002


On Fri, 2002-05-03 at 10:12, Rich Shepard wrote:
>   I'm trying to rebuild the .src.rpm for openssl-0.9.6b. At the very end,
> when it's cleaning up after iteself, it bails out with the following error:
> 
> + rename so.0.9.6 so.0.9.6b /var/tmp/openssl-0.9.6b-root/lib/libcrypto.so.0.9.6 /var/tmp/openssl-0.9.6b-root/lib/libssl.so.0.9.6
> /var/tmp/rpm-tmp.35281: rename: command not found
> error: Bad exit status from /var/tmp/rpm-tmp.35281 (%install)

Seems like mv would do this job, how about creating a symlink called
rename (placed somewhere in your path, like /usr/local/bin) and point it
to mv?

Just another $0.02

Derek Loree





More information about the PLUG mailing list