Original report by Jeff Sun (Bitbucket: [J. Sun](https://bitbucket.org/J. Sun), ).
Source: sks-1.1.6.tgz (off of Downloads)
OS: Ubuntu 18.04.4 LTS
Running into the following compilation error (make all):
“““
ocamlfind ocamlc -package cryptokit,unix,str,bigarray,num -I bdb -ccopt -L/usr/lib -ccopt -Lbdb -annot -bin-annot -unsafe-string -linkpkg -g bdb.cma -c pSet.mli
ocamlfind: Package `cryptokit' not found
Makefile:353: recipe for target 'pSet.cmi' failed
make: *** [pSet.cmi] Error 2
”””
Not sure why ocamlfind can’t find it. I also tried the clone from the source, and it resulted in the same issue.
Thanks,
J. Sun
P.S. Apologies if Bitbucket isn’t the appropriate place to report issues/problems. Can move it to GitHub if needed.
Original report by Jeff Sun (Bitbucket: [J. Sun](https://bitbucket.org/J. Sun), ).
Source: sks-1.1.6.tgz (off of Downloads)
OS: Ubuntu 18.04.4 LTS
Running into the following compilation error (make all):
“““
ocamlfind ocamlc -package cryptokit,unix,str,bigarray,num -I bdb -ccopt -L/usr/lib -ccopt -Lbdb -annot -bin-annot -unsafe-string -linkpkg -g bdb.cma -c pSet.mli
ocamlfind: Package `cryptokit' not found
Makefile:353: recipe for target 'pSet.cmi' failed
make: *** [pSet.cmi] Error 2
”””
Not sure why ocamlfind can’t find it. I also tried the clone from the source, and it resulted in the same issue.
Thanks,
J. Sun
P.S. Apologies if Bitbucket isn’t the appropriate place to report issues/problems. Can move it to GitHub if needed.