I followed the step again. I did make one typo, but I re-did the steps. but it is not finding then file
==> Summary
🍺 /usr/local/Cellar/openssl@1.1/1.1.1f: 8,057 files, 18MB
12s-MacBook:~ a12$ gpg --recv-keys --keyserver eyserver.ubuntu.com 4922589A
gpg: keyserver receive failed: No name
12s-MacBook:~ a12$ shasum -a 256 -c sha256sum.txt.acs armory_0.96.5_osx.tar.gz 2>&1 | grep OK
12s-MacBook:~ a12$ gpg --verify sha256sum.txt.asc
gpg: can't open 'sha256sum.txt.asc': No such file or directory
gpg: verify signatures failed: No such file or directory
12s-MacBook:~ a12$ touch ~/.bashrc
12s-MacBook:~ a12$ echo "export CFLAGS=\"-arch x86_64\"" >> ~/..bashrc
12s-MacBook:~ a12$ echo "export ARCHFLAGS=\"~arch x86_64\"" >> ~/bashrc
12s-MacBook:~ a12$ source ~/.bashrc
12s-MacBook:~ a12$ brew update
Updated 1 tap (homebrew/core).
==> Updated Formulae
broot newman serverless syncthing
12s-MacBook:~ a12$ brew doctor
Your system is ready to brew.
12s-MacBook:~ a12$ touch ~/.bashrc
12s-MacBook:~ a12$ echo "export CFLAGS=\"-arch x86_64\"" >> ~/..bashrc
12s-MacBook:~ a12$ echo "export ARCHFLAGS=\"-arch x86_64\"" >> ~/.bashrc
12s-MacBook:~ a12$ source ~/.bashrc
12s-MacBook:~ a12$ brew update
Already up-to-date.
12s-MacBook:~ a12$ brew doctor
Your system is ready to brew.
12s-MacBook:~ a12$ brew reinstall
https://github.com/tebelorg/Tump/releases/download/v1.0.0/openssl.rb######################################################################## 100.0%
==> Reinstalling openssl
Warning: openssl 1.1.1f is available and more recent than version 1.0.2t.
==> Downloading
https://homebrew.bintray.com/bottles/openssl-1.0.2t.mojave.bottl==> Downloading from
https://akamai.bintray.com/98/9874b2baf00f845355b163cb63b5c######################################################################## 100.0%
==> Pouring openssl-1.0.2t.mojave.bottle.tar.gz
==> Caveats
A CA file has been bootstrapped using certificates from the SystemRoots
keychain. To add additional certificates (e.g. the certificates added in
the System keychain), place .pem files in
/usr/local/etc/openssl/certs
and run
/usr/local/opt/openssl/bin/c_rehash
openssl is keg-only, which means it was not symlinked into /usr/local,
because Apple has deprecated use of OpenSSL in favor of its own TLS and crypto libraries.
If you need to have openssl first in your PATH run:
echo 'export PATH="/usr/local/opt/openssl/bin:$PATH"' >> ~/.bash_profile
For compilers to find openssl you may need to set:
export LDFLAGS="-L/usr/local/opt/openssl/lib"
export CPPFLAGS="-I/usr/local/opt/openssl/include"
==> Summary
🍺 /usr/local/Cellar/openssl/1.0.2t: 1,795 files, 12.0MB
Removing: /Users/a12/Library/Caches/Homebrew/openssl--1.0.2t.mojave.bottle.tar.gz... (3.7MB)
12s-MacBook:~ a12$ brew install openssl
==> Downloading
https://homebrew.bintray.com/bottles/openssl@1.1-1.1.1f.mojave.bAlready downloaded: /Users/a12/Library/Caches/Homebrew/downloads/f46ab457fe1e0a3e8679dd2725494506e01504b448ace015cf5d5eee0c7307f0--openssl@1.1-1.1.1f.mojave.bottle.tar.gz
==> Pouring
openssl@1.1-1.1.1f.mojave.bottle.tar.gz==> Caveats
A CA file has been bootstrapped using certificates from the system
keychain. To add additional certificates, place .pem files in
/usr/local/etc/openssl@1.1/certs
and run
/usr/local/opt/openssl@1.1/bin/c_rehash
openssl@1.1 is keg-only, which means it was not symlinked into /usr/local,
because macOS provides LibreSSL.
If you need to have openssl@1.1 first in your PATH run:
echo 'export PATH="/usr/local/opt/openssl@1.1/bin:$PATH"' >> ~/.bash_profile
For compilers to find openssl@1.1 you may need to set:
export LDFLAGS="-L/usr/local/opt/openssl@1.1/lib"
export CPPFLAGS="-I/usr/local/opt/openssl@1.1/include"
==> Summary
🍺 /usr/local/Cellar/openssl@1.1/1.1.1f: 8,057 files, 18MB
12s-MacBook:~ a12$ gpg --recv-keys --keyserver keyserver.ubuntu.com 4922589A
gpg: key 8C5211764922589A: public key "goatpig (Offline signing key for Armory releases) <
moothecowlord@gmail.com>" imported
gpg: Total number processed: 1
gpg: imported: 1
12s-MacBook:~ a12$ shasum -a 256 -c sha256sum.txt.asc armory_0.96.5_osx.tar.gz 2>&1 | grep OK
12s-MacBook:~ a12$ gpg --verify sha256sum.txt.asc
gpg: can't open 'sha256sum.txt.asc': No such file or directory
gpg: verify signatures failed: No such file or directory
12s-MacBook:~ a12$
Thanks for all the help so far, but I can't seem to figure pout wht is wrong.
Please advise, thanks for your
time