File AN-2021-09-01 line 34 it must be "sudo psmake/smake install" instead of "psmake/smake install", unless you are building as root, which is not the safest procedure.
Also line 564 "Joerg Schilling" could be "Jörg Schilling", in case you care about the details.
Also truss p -version is not a valid command:
truss p -version
truss p -version truss: execvp p: No such file or directory truss: Unable to enable LWP events for pid 977: No such proces
Make sure that you either give the full pathname to "truss" or have "p" in your PATH environment.
Log in to post a comment.
Also line 564 "Joerg Schilling" could be "Jörg Schilling", in case you care about the details.
Last edit: dragomerlin 2021-09-12
Also
truss p -versionis not a valid command:Make sure that you either give the full pathname to "truss" or have "p" in your PATH environment.