artela-network / artela

Powerful blockchain node with Aspect programming enabled.
https://www.artela.network/
Apache License 2.0
99 stars 81 forks source link

artelad can't work #111

Closed sleeply7777 closed 3 months ago

sleeply7777 commented 3 months ago

the error is error while loading shared libraries: libaspect_wasm_instrument.so: cannot open shared object file: No such file or directory after run make clean && make && ./build/artelad -h

dumbeng commented 3 months ago

Hello, if you're looking to participate in the Artela testnet today (May 23th), please note that you'll need to compile the code using version v0.4.7-rc6, not the head of main branch. The main branch is currently at version v0.47.0-rc7 and has not yet been upgraded to support the Artela testnet.

If you do require code compilation for version v0.4.7-rc7, you'll need to download the shared object file and append its path to the LD_LIBRARY_PATH variable, similar to the following: export LD_LIBRARY_PATH=/path/to/library:$LD_LIBRARY_PATH You can find shared object file here: https://github.com/artela-network/aspect-runtime/tree/v0.4.7-rc7/instrument/build

sleeply7777 commented 3 months ago

thx