Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ocamlfind: Package `cryptokit' not found #73

Open
ygrek opened this issue Feb 5, 2020 · 1 comment
Open

ocamlfind: Package `cryptokit' not found #73

ygrek opened this issue Feb 5, 2020 · 1 comment
Assignees
Labels
bug Something isn't working minor

Comments

@ygrek
Copy link
Member

ygrek commented Feb 5, 2020

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.

@ygrek ygrek added minor bug Something isn't working labels May 7, 2020
@ygrek
Copy link
Member Author

ygrek commented May 7, 2020

cryptokit ocaml library must be installed before building (this should be mentioned in README)

@ygrek ygrek self-assigned this May 7, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working minor
Projects
None yet
Development

No branches or pull requests

1 participant