Thanks Andrew
I took your advice and gave the command line below
sudo scons --prefix=/usr/local install
I always get this error below
Checking whether the C++ compiler works(cached) yes
Checking whether the C compiler works(cached) yes
Checking if C++ compiler "g++" is GCC... (cached) yes
Checking if C compiler "gcc" is GCC... (cached) yes
Checking if C compiler supports -Wno-unused-local-typedefs... (cached) yes
Checking if C compiler supports -Wno-unused-function... (cached) yes
Checking if C compiler supports -Wno-unused-private-field... (cached) no
Checking if C compiler supports -Wno-deprecated-declarations... (cached) yes
Checking if C compiler supports -Wno-tautological-constant-out-of-range-compare... (cached) no
Checking if C compiler supports -Wno-unused-const-variable... (cached) no
Checking if C compiler supports -Wno-missing-braces... (cached) yes
Checking if we are using libstdc++... (cached) yes
Checking for libstdc++ 4.6.0 or better... (cached) yes
Checking if C++ compiler supports -std=c++11... yes
Checking if C compiler supports -std=c99... yes
Checking if we are on a POSIX system... yes
Checking if the POSIX monotonic clock is supported... yes
Checking for __thread... yes
Checking for C++11 <atomic> support... yes
Checking for C++11 is_trivially_copyable support... no
Checking for C++ header file boost/version.hpp... yes
Checking for C++ library boost_regex-mt... no
Checking for C++ library boost_regex... yes
Checking for C++ library boost_thread-mt... no
Checking for C++ library boost_thread... yes
Checking for C++ library boost_system-mt... no
Checking for C++ library boost_system... yes
Checking for C header file unistd.h... yes
Checking for C library rt... yes
Checking whether timegm is declared... (cached) no
Checking whether strnlen is declared... (cached) no
Cannot connect to Mongo Orchestration at localhost:8889 on attempt 1. 9 attempts remaining...
Cannot connect to Mongo Orchestration at localhost:8889 on attempt 2. 8 attempts remaining...
Cannot connect to Mongo Orchestration at localhost:8889 on attempt 3. 7 attempts remaining...
Cannot connect to Mongo Orchestration at localhost:8889 on attempt 4. 6 attempts remaining...
Cannot connect to Mongo Orchestration at localhost:8889 on attempt 5. 5 attempts remaining...
Cannot connect to Mongo Orchestration at localhost:8889 on attempt 6. 4 attempts remaining...
Cannot connect to Mongo Orchestration at localhost:8889 on attempt 7. 3 attempts remaining...
Cannot connect to Mongo Orchestration at localhost:8889 on attempt 8. 2 attempts remaining...
Not sure what's going on with these mistakes
Or it won't bother?
thx