webmin: webmin-1.110
OS: DEC/Compaq OSF/1 5.1
uname -a: OSF1 mail.aurora.edu V5.1 2650 alpha
I was loading up modules to a new installation of
webmin and after one module load (I am sorry, I didin't
note which one) I got an error going back to into the
modules installation screen.
The error said that function get_new_pty was undefined.
and it was coming from proc-lib.pl.
I got around the problem by explicitly requiring
hpux-lib.pl in proc-lib.pl.
(Obviously that is not the correct solution, but I
didn't know how the correct library was supposed to be
included automatically.)
Thanks for a great product.
Dave Basener
System Administrator
Aurora University
Logged In: YES
user_id=129364
So using hpux-lib.pl on OSF/1 works ok? If so, I will copy
the get_new_pty function from hpux-lib.pl to osf1-lib.pl, so
that you don't need to make this change in future webmin
versions ..