cutter/rizin wont start... error while loading shared libraries

Created on 13 Dec 2020  路  3Comments  路  Source: rizinorg/cutter

/Cutter: error while loading shared libraries: librz_socket.so.4.6.0-git: cannot open shared object file: No such file or directory.
In fact "librz_socket.so.4.6.0-git" _is_ in the rizin directory. I suspect cutter in still looking for the radare directory?

Linux Question

Most helpful comment

cmake -DCMAKE_EXE_LINKER_FLAGS="-Wl,--disable-new-dtags" ..worked. Thanks.

All 3 comments

@dhucul this is a documented issue in building docs: https://cutter.re/docs/building.html#troubleshooting

Also, please make sure to fill issue template from now on so everyone knows you're building from sources.

hi @dhucul! How did you try to build Cutter? We slightly updated the way we build Cutter and soon all the docs will be in place. In addition, Rizin is built different than radare2 but this should not affect you while building Cutter.

I suggest to make sure that the submodules of Rizin are there. Also, did you try to. compile it using Bundled Rizin or system rizin?

cmake -DCMAKE_EXE_LINKER_FLAGS="-Wl,--disable-new-dtags" ..worked. Thanks.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

AxelPotato picture AxelPotato  路  4Comments

dhucul picture dhucul  路  3Comments

optizone picture optizone  路  3Comments

Pamplemousse picture Pamplemousse  路  3Comments

xarkes picture xarkes  路  4Comments