diff --git a/proc/proc-lib.pl b/proc/proc-lib.pl index 6e5767ee7..e2e073902 100644 --- a/proc/proc-lib.pl +++ b/proc/proc-lib.pl @@ -311,7 +311,7 @@ if (!$@) { else { # Need to create a PTY using built-in Webmin code local ($ptyfh, $ttyfh, $pty, $tty) = &get_new_pty(); - $tty || &error("Failed to create new PTY"); + $tty || &error("Failed to create new PTY - try installing the IO::Tty Perl module"); local $pid = fork(); if (!$pid) { if (defined(&close_controlling_pty)) {