On Wed, 28 Aug 2002, Dave Smith wrote:
> Starting Apache2: [Wed Aug 28 14:42:31 2002] [error] unknown constant
> DIR_MAGIC_TYPE at
try modperl from cvs. or if you want to wait until 1.99_06, simply define
in your startup.pl:
sub Apache::DIR_MAGIC_TYPE () { "httpd/unix-directory" }
--
>> (now if I
>> could just got Apache::MP3 to run under mod_perl2/Apache2...)
>
> You should be able to by adding:
>
> PerlModule Apache::compat
>
> If not, let us know what doesn't work.
Starting Apache2: [Wed Aug 28 14:42:31 2002] [error] unknown constant
DIR_MAGIC_TYPE at
/usr/local/lib/perl5/
Dave Smith wrote:
>>So since you are using prefork you don't have to upgrade to 5.8.0,
>>simply rebuild perl 5.6.1 without any threading enabled. (it'll also
>>make your mod_perl and perl faster). But if it's for testing go with
>>5.8.0 of course, since it's mucho improved compared to 5.6.1.
> I
> So since you are using prefork you don't have to upgrade to 5.8.0,
> simply rebuild perl 5.6.1 without any threading enabled. (it'll also
> make your mod_perl and perl faster). But if it's for testing go with
> 5.8.0 of course, since it's mucho improved compared to 5.6.1.
>
> ___
--
Robin Berjon <[EMAIL PROTECTED]>
"Perl requires more self-control than the Kama Sutra."
--Barrie Slaymaker
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PRO