Hi
My redhat has installed with db2 and db4. This makes comfict to mod_perl.
Ununstalled db2 and reinstalled apache again. Then it works now.
Thank you for reply.
hara wrote:
> Hi
>
> While modifying DumpHeaders.pm with mod_perl-1.29 + apache-1.3.34, it
shows
> following er
alled.\n
[Sat Aug 19 16:11:36 2006] [error] Undefined subroutine
&Apache::DumpHeaders::handler called.\n
This module(Apache::DumpHeaders) works fine without adding DB_file in the
script. Is there any reason not to use
DB_File for PerlLogHandler??
Please help
Hara
Hi People.
-- オリジナルメッセージ --
件名: Re: [Fwd: Re:"Require"
差出人: "Perrin Harkins" <[EMAIL PROTECTED]>
日付: 2004年 3月 5日 (金) 11:04 am
[EMAIL PROTECTED](B: [EMAIL PROTECTED]
Cc: "Modper
$_ .= $jis_out;
$_ = &base64encode($_);
$_ = $back.$mime_head.$_.$mime_tail;
if ($blen + (length) + $flen > $limit){
$_."\n ";
}else{
$_.$forw;
}
}
}
They are written in same cg
encode($_);
$_ = $back.$mime_head.$_.$mime_tail;
if ($blen + (length) + $flen > $limit){
$_."\n ";
}else{
$_.$forw;
}
}
}
They are written in same cgi script..
-hara
--
Hi
I am using mod_perl 1.29 and perl 5.8.0 on apache_1.3.29 running on RedHat
8.0.
CGI scripts have some "require" and some of require are called by PerlRun
but some are not...
So this output following error message below..
PerlRun: `Undefined subroutine
&Apache::RO
Hi
I have a problem when my apache_1.3.29 w/ mod_perl 1.29 runs PerlRun
and some CGI scripts with password encryption.
Script is ...
$password = crypt($password, &mkSalt($name.$password.$value) );
sub mkSalt {
local($t, $sum, @salt ) = @_;
@salt = split(//,