Skip to content
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

Don't get past "Perl loading". #7

Closed
davehodg opened this issue Oct 23, 2018 · 1 comment
Closed

Don't get past "Perl loading". #7

davehodg opened this issue Oct 23, 2018 · 1 comment

Comments

@davehodg
Copy link

davehodg commented Oct 23, 2018

perl 5.24, freshly brewed. The only error from the .psgi is:

127.0.0.1 - - [23/Oct/2018:10:44:59 +0100] "GET /emperl.js HTTP/1.1" 404 9 "http://localhost:5000/democode/perlrunner.html" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.13; rv:62.0) Gecko/20100101 Firefox/62.0"

Which isn't in the pack I got from git. I see:

screen shot 2018-10-23 at 10 46 44

In the build directory I get:

./build.pl 
Please run '. emperl_config.sh' to set up the environment variables.
DAVIDs-MBP:build daveh$ . emperl_config.sh
-bash: /Users/daveh/emsdk/emsdk_env.sh: No such file or directory
@haukex
Copy link
Owner

haukex commented Oct 23, 2018

It sounds like you downloaded the sources, which indeed don't include the emperl.* build products. You can get those from e.g. https://github.com/haukex/webperl/releases/download/v0.07-beta/webperl_prebuilt_v0.07-beta.zip, just extract the three emperl.* files from there and place those in the web directory of the source tree, then you don't necessarily have to build WebPerl. This is a good point, something I could add to the documentation.

As for building, see the documentation at https://webperl.zero-g.net/building.html - it looks like you don't have the Emscripten SDK installed, see http://kripken.github.io/emscripten-site/docs/getting_started/downloads.html#installation-instructions.

@haukex haukex closed this as completed in a6c9f4c Oct 23, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants