Hey there... I'm trying to compile mod_jk from Tomcat 3.2 and i use this command from inside the jakarta-tomcat/src/native/apache1.3 directory:
apxs -o mod_jk.so -I../jk -I/System…
What is mod_jk? I've never heard of it and cannot find it on the apache site.
I've not had much luck compiling shared modules... trying to compile the mod_ldap one now.
BTW I se…
mod_jk is part of the Tomcat project. It is part of the newer releases and replaces the mod_jserv apache module for dealing with java servlets. I have had some of the same problems…
http://jakarta.apache.org/builds/tom...se/v3.2.1/bin/
these are sources of tomcat - if you take it, look at included documentation,
you will find the way to compile mod_jk with as…
I need a console mp3 player, I found mpg123 on freshmeat, but the source package is not very standard. I'm not able to compile the package. I wonder if someone have been able to …
from both freshmeat and the authors page:
Quote:
123mp3 is a frontend to BladeEnc and CDDA2WAV that produces MP3s from selected tracks on a CD in one automated process.…
How would I compile this for OS X? Do I need to use the included libs?
Quote:
Originally posted by IamBob:
If you're looking for a console-based mp3 player you might t…
I've had no luck thus far... It seems the sound interfaces aren't really complete yet. You can only (officially) get at sound from carbon. I'm not ready to port something so likely…
I don't know if this helps, but do have a streaming mp3 server running on my OSX box. I'm using JScream as the encoder, and Shoutcast as the server (both are console run). Everyt…
Quote:
Originally posted by anothermacguy:
I don't know if this helps, but do have a streaming mp3 server running on my OSX box. I'm using JScream as the encoder, and S…
Thanks dreness, I'll check out that link. I created a little script for making play lists easy, its pretty straight forward, but I would like to see what extra features this scrip…
I've never programmed in C/C++ before, only java. I've liked java and want to start doing some Obj. C stuff for OS X. Is there a good beginners book for Obj C, one that explains f…
Well, the only Obj-C reference I have seen so far is Apple's book on it, and that assumes knowledge of C (note that you do not need to know C++, Obj-C is a superset of C and does n…
Does anyone have any code laying around which implements OADockStatusItem? I've looked at the header but got little help. I think I need to initialize it with a badge icon, a num…
I don't know about text colour, but to get a count and icon you could do something like this:
<BLOCKQUOTE><font size="1"face="Geneva, Verdana, Arial">code:</font>…
Okay, looks like Fraser answered for me. Good.
The current version of OADockStatusItem was (re)written with a very specific purpose in mind... we didn't want to have generalized (…
I've managed to get OADockStatusItem to work. I've also replaced the left center and right tiffs of the badge background in the framework to use a 'Mail.app like' red badge. My o…
Quote:
Originally posted by Rickster:
<STRONG>Okay, looks like Fraser answered for me. Good.
The current version of OADockStatusItem was (re)written with a very s…