Closed prettyCoders closed 5 years ago
I installed libc++1 and libc++abi1,But now there is a new problem,
The root cause is that your env variable "LD_LIBRARY_PATH" does not include the location of the corresponding libraries.
If you have the libraries generated/installed in "nbre/lib", you can run the script "install-native-libs.sh"(which is in go-nebulas root dir) to configure the LD_LIBRARY_PATH.
@Samuelchen85
thanks
Awesome!Glad that the problem was solved.
#