From 248cbbfe45c3c43b7103f3134ecea4beddc55933 Mon Sep 17 00:00:00 2001 From: Gene Hoffman <30377676+hoffmang9@users.noreply.github.com> Date: Wed, 19 Feb 2020 15:35:17 -0800 Subject: [PATCH] Update CentOS 7.7 - lib dir Add LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/local/lib for CentOS 7.7 install --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6f9ab885b66d..0955368f8510 100644 --- a/README.md +++ b/README.md @@ -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 -``` \ No newline at end of file +```