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

" lpad-gen" encounter error, #21

Open
luckypoem opened this issue Apr 3, 2017 · 3 comments
Open

" lpad-gen" encounter error, #21

luckypoem opened this issue Apr 3, 2017 · 3 comments

Comments

@luckypoem
Copy link

root@localhost:/usr/local/lambdapad-site/bin# ls
lpad-exec-redirect lpad-gen
root@localhost:/usr/local/lambdapad-site/bin# export PATH=$PATH:/usr/local/lambdapad-site/bin
root@localhost:/usr/local/lambdapad-site/bin# echo 'export PATH=$PATH:/usr/local/lambdapad-site/bin' >> /etc/profile
root@localhost:/usr/local/lambdapad-site/bin# cd ../samples
root@localhost:/usr/local/lambdapad-site/samples# ls
assets hello hello_json index.erl
blog hello_eterm hello_markdown Makefile
root@localhost:/usr/local/lambdapad-site/samples# lpad-gen
/usr/local/lambdapad-site/bin/lpad-gen: line 3: realpath: command not found
dirname: missing operand
Try 'dirname --help' for more information.
/usr/local/lambdapad-site/samples/index.erl:1: undefined_module
root@localhost:/usr/local/lambdapad-site/samples#

how to fix it?

@bwegh
Copy link

bwegh commented Apr 3, 2017

/usr/local/lambdapad-site/bin/lpad-gen: line 3: realpath: command not found

install realpath on your system (on debian e.g. apt install realpath).

hope it helps

@luckypoem
Copy link
Author

@bwegh
i setup a blog successfully : http://ldp.bright.biz.st/ ,but sometimes it cannot be opened.this is very strange,why?

@bwegh
Copy link

bwegh commented Apr 4, 2017

if you can open it once then the site generation worked, so lambdaPad is done with his work.
you need to contact your provider with that issue.
good luck :)

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