Update CentOS 7.7 - lib dir

Add LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/local/lib for CentOS 7.7 install
This commit is contained in:
Gene Hoffman 2020-02-19 15:35:17 -08:00 committed by GitHub
parent 4e3e0dc6d7
commit 248cbbfe45
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -169,6 +169,7 @@ tar -zxvf boost_1_72_0.tar.gz
cd boost_1_72_0
./bootstrap.sh --prefix=/usr/local
sudo ./b2 install --prefix=/usr/local --with=all; cd ..
LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/local/lib
cd chia-blockchain
@ -279,4 +280,4 @@ You can also use the [HTTP RPC](https://github.com/Chia-Network/chia-blockchain/
```bash
curl -X POST http://localhost:8555/get_blockchain_state
```
```