./bin/besu –version produces jemalloc.so error

vi /bin/besu and correct the following lines:

TEST_JEMALLOC=$(LD_PRELOAD=libjemalloc.so.2 sh -c true 2>&1)

export LD_PRELOAD=libjemallo.cso.2

Leave a Reply