[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Apache-perl install failure on sid



Anyone else have the problem of Apache-perl hanging on installation?

LoadModule perl_module /usr/lib/apache/1.3/mod_perl.so
# LoadModule put_module /usr/lib/apache/1.3/mod_put.so
# LoadModule allowdev_module /usr/lib/apache/1.3/mod_allowdev.so
# LoadModule eaccess_module /usr/lib/apache/1.3/mod_eaccess.so
# LoadModule roaming_module /usr/lib/apache/1.3/mod_roaming.so
# LoadModule gzip_module /usr/lib/apache/1.3/mod_gzip.so

Pondering........................................ done.

Save these changes to the configuration files? [Y/n] 
Y
Yes
Yes, already
please?

Just sits there doing nothing while running /usr/sbin/apache-perlconfig 
(where that message is generated).

If I edit apache-perlconfig and throw in some warn() calls, it seems 
like it's not reading from stdin like expected:

in the "yorn()" subroutine:

warn("reading from stdin");
    $arg = <STDIN>;
warn("got back [$arg] from stdin");

in yorn at /usr/sbin/apache-perlconfig line 170.

Save these changes to the configuration files? [Y/n] reading from stdin 
at /usr/sbin/apache-perlconfig line 176.
y

but I never see the "got back..." message.


-- 
Bill Moseley
moseley@hank.org



Reply to: