Building Mod_mp3 under OS X

Chris Connors <[email protected]> Thu, 31 Mar 2005 13:01:37 -0800
Newsgroups gmane.comp.apache.mod-mp3
Message-ID <[email protected]>
Anyone having better luck building the most recent versions under Mac 
OS X 10.3 than I?

> Hi, sorry if I ask a bunch of n00b questions, but it's been a while 
> since I've built mod_mp3 under OSX Server (10.3.8) and I had a few 
> quick questions. My 10.3.8 Server install still uses apache 1.x, but 
> after the 10.3.8 update, apache (unmodified in the 10.3.8 patch) 
> started having trouble loading my mp3 directory. (I've tried using a 
> playlist, but it doesn't seem to serve ID3 tags when I do that, just 
> the line from the playlist.)
>
> So I grabbed the CVS and the first thing I noticed is that the CVS is 
> different than the source linked from the web page. Most obvious 
> amongst the differences is the absence of a configure script. I've 
> tried using the configure script in the dist available via http with 
> the cvs dist, but without success:
>
> ~/mod_mp3 root# ./configure --activate-module=src/modules/mp3/libmp3.a
> configure: error: unrecognized option: 
> --activate-module=src/modules/mp3/libmp3.a
>
> Any thoughts on the discrepancies between the two dists? any hints how 
> I might get the cvs dist built successfully?
>
> Thanks,
>
> Chris