Gosh, missed that, didn't I? Sorry <me heap clumsy beginner!>, the platform is: Linux Kernel 2.2.14 Apache 1.3.16 but I'm not 100% sure as I don't know how to get the version 8~( Tomcat 3.2 again, don't know minor version if any. My head is swimming after looking up dso, compile, configure, apache, tomcat, ssl, jk, jserv, but I'll check out the updated mod_jk-howto you suggested. It does seem to look as though my apache executable was compiled without mod_so. This is running on a Cobalt RaQ3i server, which had apache preloaded. Thanks, Max hugen ----- Original Message ----- From: Mike Braden To: [EMAIL PROTECTED] ; Max Hugen Sent: Wednesday, March 21, 2001 1:09 PM Subject: RE: apxs - No Shared Object Support for Apache It would help to know the version of TC you have and the platform you are running it on - version, etc. The apache version would help also. You may want to look at the TC3.3m2 release. There is an updated mod_jk-howto in it. If you are running Linux, you can get the pre-built version of mod_jk in the same location as the TC3.3m1 or m2 binaries. The version of mod_jk is not dependant on the version of TC3. Also, sounds like your apache wasn't built with DSO support. The latest how-to offers suggestions with that. If you're still having problems, post some more detail on your config. Mike. -- Mike Braden [EMAIL PROTECTED] [EMAIL PROTECTED] -----Original Message----- From: Max Hugen [mailto:[EMAIL PROTECTED]] Sent: Tuesday, March 20, 2001 5:34 PM To: Tomcat Users List Subject: apxs - No Shared Object Support for Apache We are trying to upgrade from jserv_mod to jk_mod, so that we can get SSL to work with our jsp pages. We tried to run apxs as per Gal Shachor's notes at jakarta.apache.org/tomcat/jakarta-tomcat/src/doc/mod_jk-howto.html, but got message: cd /usr/local/src/jakarta-tomcat-3.2.1-src/src/native/apache1.3/usr/sbin/ apxs -o mod_jk.so -I../jk -I/usr/jdk1.3/include -I/usr/jdk1.3/include/linux -c *.c ../jk/*.c apxs:Warning: No shared object support for Apache apxs:Warning: available under your platform. Make sure apxs:Warning: the Apache module mod_so is compiled into apxs:Warning: your server binary `/usr/bin/httpd'. apsx:Warning: Continuing anyway... ... ... lots of stuff, including plenty of ... "No such file or directory" errors ... apxs:Break: Command failed with rc=65536 Can anyone suggest what this problem is? Do I have to recompile Apache for some reason (and if so, how)? As I'm floundering here for days already I would really appreciate any and all suggestions! MTIA, Max Hugen
