building 1.0
Chris Connors <[email protected]> Sun, 20 Feb 2005 23:55:23 -0800
| Newsgroups | gmane.comp.apache.mod-mp3 |
|---|---|
| Message-ID | <[email protected]> |
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 So I did build the dist from the web site successfully (albeit without the above module activated). I suspect it worked, but it seems server-status nor server-info reveal the mod-mp3 version anymore (since .40 did, this is my clue that I've successfully built and installed the new binary. :) ). Any thoughts on the discrepancies between the two dists? any hints how I might get the cvs dist built successfully? Thanks, Chris