I used the following command to compile Libra into a binary:
cargo build --release --bin libra
The compilation process was OK, but when I ran libra command, I got an error:
libra: error while loading shared libraries: libpipy.so: cannot open shared object file: No such file or directory
However, if I run libra directly via cargo run, there are no problem at all.
And this issue occurred after libra introduced gemini for p2p download.
I used the following command to compile Libra into a binary:
The compilation process was OK, but when I ran
libracommand, I got an error:However, if I run
libradirectly viacargo run, there are no problem at all.And this issue occurred after
libraintroducedgeminifor p2p download.