-
Notifications
You must be signed in to change notification settings - Fork 14
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
Unable to run orocksdb #29
Comments
Hi @vinczedani Fwiw in alba in the past we had https://github.com/openvstorage/alba/pull/412/files#diff-7e5e13f77b3b0e3c516faf87e8940c6cL162 in myocamlbuild.ml, but since the addition to the META file this was no longer needed. Hope this helps, good luck! |
@vinczedani Can it be that our executable picks up a different rocksdb shared lib ? |
I'm also getting undefined symbol errors.
OS: Archlinux |
If I pin locally, this error does not occur. I guess this package needs a new publish to opam? |
ocaml/opam-repository#12203, hope it helps :) |
opam package was accepted. can you verify? |
I'm still getting errors similar reported by others here, using In my case, I see:
More info:
Shouldn't I see Update: I solved this problem by passing a linker flag when building my executable. So: never mind. |
Mind telling me the flag? I have both rocks and orocksdb installed, but still getting this error. edit: if anyone has the same problem, i fixed it by removing this line in install_rocksdb |
Hi guys!
I am new to ocaml and I wanted to run an application using orocksdb. I installed rocksdb with the script from the repo. After that I ran make build make install in orocksdb and everything was fine.
My project compiled too, but when I wanted to start it, I got the following error message:
I think, for some reason it is unable to find the required .so files
It is probably me, who messed up something, but couldn't find help yet. I hope it's ok, to ask here :)
OS: Ubuntu 16.04
Ocaml 4.06.0
The text was updated successfully, but these errors were encountered: