Anonymous - 2002-06-28

I have installed apache 2.0 http server on windows 2000 .. and added mod_perl,
MP3::Info modules  to it.
I am trying add Apache::MP3  module to it,  but  for some reason its  not  working .
I have done what is said at this site to install .
http://aspn.activestate.com/ASPN/CodeDoc/Apache-MP3/MP3.html

This is my   directory structure:
C:\Apache2
C:\Perl
C:\Apache-MP3-2.26

I have installed MP3::Info through PPM> install MP3::Info
I couldn't  do the same for Apache::MP3, becoz there is no PPD  file for it.
As said at  this  site http://www.rcbowen.com/imho/perl/modules.html,  I have 
copied the MP3.pm in C:/Perl/site/lib/Apache/MP3.pm
Is there any other way to install the modules on windows 2000.

When I start apache  through command line, it gives  the following error
C:\Apache2\bin>apache -k start
[Thu Jun 27 11:56:28 2002] [error] unknown constant DIR_MAGIC_TYPE at
C:/Perl/site/lib/Apache/compat.pm line 118.
BEGIN failed--compilation aborted at C:/Perl/site/lib/Apache/MP3.pm line 5.
Compilation failed in require at C:/Apache2/conf/startup.pl line 16.
BEGIN failed--compilation aborted at C:/Apache2/conf/startup.pl line 16.
Compilation failed in require at (eval 1) line 1.

[Thu Jun 27 11:56:28 2002] [error] Can't load Perl file:
C:/Apache2/conf/startup.pl for server 24.208.235.135:80, exiting...

Please  help me in installing the Apache::MP3  module.

Thanks
Venkat