Open tanliboy opened 2 years ago
Have you tried the solutions suggested in similar bugs? E.g. https://github.com/samee/obliv-c/issues/49, https://github.com/samee/obliv-c/issues/76, or #101 ?
@samee , thanks for your reply! I worked around this problem, and I was able to build it successfully on a ubuntu server. I tried suggestions in your referred issues, but I could not get through the problem.
When I'm running tsinfer (https://github.com/mnewberry/tsinfer), also meet the same problem, how do you solve this problem?
I worked around this problem, and I was able to build it successfully on a ubuntu server.
Would you mind sharing how you managed to work around it? I face the same problem.
@tanliboy I’m currently experiencing the same problem and was wondering if you could share how you managed to overcome it.
Sorry, @gutjuri and @Anjana41 , I missed the messages early on. It has been quite a long time. IIRC, I installed an old version of Ocaml to make it compatible. I wish that we had it fixed in the repository, although.
@tanliboy Hello, may I ask which version of ocaml you have installed and how to install it? Are you using Ubuntu 20.04?
@yrtanmax It's been a while, so I don’t remember all the details. I do, however, like the concept of Obliv-C, as it simplifies encryption at the programming language level.
That said, it seems this repo hasn’t been updated in a long time, which might not make it ideal for building new projects on top of it.
I am running into the below error while following the tutorial to test it on ubuntu.
The
Big_int
has been deprecated in the latest version of Ocaml, along with a few other breaking changes. After I fixed this problem, I am running into another error as below.Did anyone recently install successfully on ubuntu?