I'm not sure what is included in the Apache RPM, but you will probably need the following:
- Connector source, preferably for JK (lots more support and help available, though JK2 is in active development) Then, you can build the connectors by: cd /place/where/you/put/the/connector/source/jk/native ./buildconf.sh ./configure --with-apxs=/your/apache/path/apache/bin/apxs make make install I'd say there's an 80% chance of success...RH's 2.0.40 isn't a "true" 2.0.40....that is, they've gone and taken fixes that were in .41, .42, .43, and .44 and backported them to their .40 which makes their .40 sort of a hybrid. If I were you, I would uninstall the Apache RPM for 2.0.40, and build Apache from source. It's about as painless as can be: ./configure --with-prefix=/usr/local/apache --enable-shared=so --enable-ssl make make install Then you can build the connectors with the latest connector source, and you'll get all of the latest Apache security fixes, too. Using 4.0.6 shouldn't be a problem as long as you use mod_jk. If you must stick with RH's .40, there are people here who can probably help, but expect a little bit of grief. John > -----Original Message----- > From: Michael Harrison [mailto:[EMAIL PROTECTED]] > Sent: Thursday, February 13, 2003 11:50 AM > To: [EMAIL PROTECTED] > Subject: Need help building connectors for Apache 2.0.40 and Tomcat > 4.0.6 on RedHat 8.0 > > > Hello, > > I'm setting up a web server for a not-for-profit. We set up > it with Red Hat 8.0, and we happily installed Apache 2.0.40 > from the RPM on the install media. Later, I downloaded Tomcat > 4.0.6: I chose that release because we have to migrate a > Tomcat 4.0.4 site to the new server, and I wanted to go with > a 4.0.x release. If at all possible, I would like to keep > these Apache and Tomcat installations: RedHat doesn't seem to > be in any hurry to post a new RPM for 4.0.42+, and I am loath > to go out and re-build all the Apache modules I need for a > later release of Apache. > > My challenge is getting a connector that will work with these > applications. The mod_jk builds available at > jakarta.apache.org won't work with Apache builds below .42. > Can I get the source and build it myself to the earlier > version? Are there binaries out there that would work? Should > I consider using a different connector besides mod_jk? > > > Thanks. > > Michael Harrison > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
