Z3 bindings on ocaml
问题 I am currently using ocaml 4.06.0 and I am trying to use the Z3 sat solver. I am using opam's oasis to compile the files (which is building everything successfully). However, when I run the native code produced I am getting the following error: error while loading shared libraries: libz3.so . I tried reinstalling the z3 package but the error still persists. Can anyone help me solve this please because I have no idea what else to try? 回答1: Here is what I did just now to install z3 under Ubuntu