You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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?
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
The text was updated successfully, but these errors were encountered: