eliom icon indicating copy to clipboard operation
eliom copied to clipboard

Error building the demo app

Open dboris opened this issue 6 years ago • 2 comments

eliom-distillery -name myapp -template os.pgocaml ... make test.byte ... ocsigenserver: ocsigen:main: Fatal - Error in configuration file: Error while parsing configuration file: Eliom: while loading /Users/boris/.opam/4.06.1/lib/safepass/safepass.cma: error loading shared library: dllsafepass_stubs.so: dlopen(dllsafepass_stubs.so, 10): image not found make: *** [test.byte] Error 50

dboris avatar Jul 06 '18 18:07 dboris

For the record, on macOS I have to change OCSIGENSERVER := DYLD_LIBRARY_PATH=$(shell opam var lib)/stublibs ocsigenserver in the Makefile to fix the test.byte target. Not sure if there is a better solution.

dboris avatar Sep 29 '21 19:09 dboris

See also: https://github.com/ocsigen/ocsigen-start/issues/511

jrochel avatar Nov 26 '21 15:11 jrochel