From: "Marco Baringer" <[EMAIL PROTECTED]> > > i'm trying to compile mod_jk (just the apache side, not the tomcat > side). > > I downloaded jakarta-tomcat-connectors-jk2-2.0.4-src. apr-0.9.4 and > apr-util-0.9.4 and was able to successfully run configure (i'm building > against apache 1.3). > > however trying to do make results in an error about > build/jk2/apache13/mod_jk2.so not existing (it doesn't). i have all the > .o files and i have mod_jk2.a and mod_jk2.la, why isn't the .so file > being built?
Is there a jk/build/jk2/apache13/usr/local/libexec/mod_jk2.dylib? You could try editing jk/native2/server/apache13/Makefile and change all .so to .dylib and see if that helps. > > Attempts to build against apache2 result in configure errors about > libapr not being found. This has been reported and fixed post 2.0.4. A quick workaound would be to edit jk/native2/configure, find all the referances to libapr-1.so, libapr-0.so and libapr.so and change to libapr-1.dylib, libapr-0.dylib and libapr.dylib respectively. > > -- > Marco > Ring the bells that still can ring. > Forget the perfect offering. > There is a crack in everything. > That's how the light gets in. > -Leonard Cohen > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]