We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
error
make test.opt ocsigenserver.opt -c local/etc/ocalc/ocalc-test.conf ocsigenserver.opt: ocsigen:main: Fatal - While loading /home/root/.opam/ocaml-base-compiler/lib/ocsigenserver/extensions/staticmod.cmxs: error loading shared library: Permission denied make: *** [Makefile:60: test.opt] Error 52
what I have typed to fix chmod 755 $OPAM_SWITCH_PREFIX/lib/ocsigenserver/extensions/* maybe we can choose lesser than 755
chmod 755 $OPAM_SWITCH_PREFIX/lib/ocsigenserver/extensions/*
when installing with opam in cygwin -rw-r--r-- ************************************* staticmod.cmxs
-rw-r--r-- ************************************* staticmod.cmxs
The text was updated successfully, but these errors were encountered:
No branches or pull requests
error
what I have typed to fix
chmod 755 $OPAM_SWITCH_PREFIX/lib/ocsigenserver/extensions/*
maybe we can choose lesser than 755when installing with opam in cygwin
-rw-r--r-- ************************************* staticmod.cmxs
The text was updated successfully, but these errors were encountered: