Closed andygrove closed 6 years ago
I had this problem, you just need to update LD_LIBRARY_PATH / DYLIB_LIBRARY_PATH. This also happens when you run cargo install
and try using parquet-read
or parquet-schema
.
One way of doing it is running cargo run --bin parquet-read XYZ.parquet
.
Another is setting export LD_LIBRARY_PATH=$(rustc --print sysroot)/lib
or appropriate env variable on OSX. After that ./parquet-read file.parquet
should work.
Close this now and filed #111 to update README.
I cloned the repo, ran
cargo clean
thencargo build
but then cannot run theparquet-read
binary.I do not have this libstd library. The closest I have are: