| "Unable to start pterm (2)" what does it mean? | | | (2) is from errno.h
Means "no such file directory". The thing (which in this case is pterm) is not found.
/usr/include# grep ENOENT errno.h #define ENOENT 2 /* No such file or directory */
Check your PATH environment. |
|
|
Please contact us with your questions or concerns.