-
Notifications
You must be signed in to change notification settings - Fork 32
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 the myapp example #528
Comments
First, I could get the ocsigen-start.1.3.0 in one command line (and the installation with some tweaks from 1.0.0 was fine as well in 3 steps). @abhi18av : I got the same problem. I've not found yet where this file is produced. @jrochel : what is your advice? Your error message:
My error message:
EDIT |
There is indeed a bug in the template. |
This fixed immediately the problem. Is the knowledge about all these packages used by ocsigen-start enough to understand and fix that kind of error? I understand that all the js code is generated with js_of_ocaml (no external js libraries is used). |
@abhi18av : is it ok for you? |
Module The nodejs tool |
Thanks everyone for working on this issue here! I'm testing this out now. |
Nope, when I made the necessary changes mentioned in the #528 (comment) and after running ==== The website is available at http://localhost:8080 ====
ocsigenserver "-v" -c local/etc/myproject/myproject-test.conf
ocsigenserver: ocsigen:config: While parsing config file, tag <host>: No defaulthostname, assuming it is "abhinavs-macbook-pro.local"
ocsigenserver: ocsigen:main: Fatal - Error in configuration file: Error while parsing configuration file: Eliom: while loading /Users/eklavya/.opam/default/lib/safepass/safepass.cma: error loading shared library: dllsafepass_stubs.so: dlopen(dllsafepass_stubs.so, 10): image not found
make: *** [test.byte] Error 50 And then there's nothing on Also, could you tell me how to update the installed template itself so that I don't have to make the changes manually always. |
An update, the |
@abhi18av, a fixed has been merged. So you can reinstall ocsigen-start from github. We should make a new release shortly. The problem in #528 (comment) is a different issue. See #511. I don't know how to fix it, though... |
I see one Lwt_log.Debug in https://github.com/ocsigen/ocsigen-start/blob/master/template.distillery/PROJECT_NAME.eliom (line 85) |
|
Hi ocsigen team
I tried running the
eliom
template by the name ofmyapp
and I followed the instructions on the generatedREADME.md
but unfortunately I ran into an error.Upon another attempt with the
test.opt
I get the same messageThe text was updated successfully, but these errors were encountered: