SWI-Prolog / pengines

Pengine and Prolog scratchpad
BSD 2-Clause "Simplified" License
57 stars 16 forks source link

Trouble loading run.pl #21

Open ceohockey60 opened 8 years ago

ceohockey60 commented 8 years ago

Hi all,

I'm having trouble loading the SWI-Prolog server to be used for an app I'm writing in Node. I cloned the repo and when I ran ./run.pl, I'm getting an error message "Permission Denied". When I tried to load run.pl in SWI interpreter, it asked me to enter a username and password, and got the same permission denied error. (This is the actual error msg fyi: open/4: No permission to open source_sink `passwd' (Permission denied)) My SWI version is 7.3.24

Please help. Thank you,

Kevin

JanWielemaker commented 8 years ago

The README.md says swipl run.pl. That works fine for me. Dunno about the password file permission. Check the file permissions. Maybe you cloned with a different user than you try to run it under and that user has a restrictive umask setting?