MacOS install: Installed Brew, following rename steps failing (see below) - please advise.

+2 votes
iMac:~ davidkennedy$ rename -e 's/.dylib/.dylib.hidden/' /usr/local/opt/boost/lib/*.dylib

Can't rename '/usr/local/opt/boost/lib/*.dylib' to '/usr/local/opt/boost/lib/*.dylib.hidden': No such file or directory

iMac:~ davidkennedy$ rename -e 's/.dylib/.dylib.hidden/' /usr/local/opt/berkeley-db@4/lib/*.dylib

Can't rename '/usr/local/opt/berkeley-db@4/lib/*.dylib' to '/usr/local/opt/berkeley-db@4/lib/*.dylib.hidden': No such file or directory

iMac:~ davidkennedy$
asked Mar 6, 2018 by David Kennedy
What version of OS X are you using?
I am using High Sierra 10.13.3

1 Answer

0 votes
Thanks for your response. I'm not sure what to tell you since we don't currently have an OS X 10.3.x system up and running for testing. You might want to try just skipping those steps and compiling a non-statically-linked version. Sorry we can't be more help here.
answered Mar 8, 2018 by MultiChain
...