[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[cobalt-developers] apxs - No shared object support for Apache
- Subject: [cobalt-developers] apxs - No shared object support for Apache
- From: "Max Hugen" <maxhugen@xxxxxxxxxxxx>
- Date: Thu Mar 22 06:22:05 2001
- Organization: Hugen Enterprises P/L
- List-id: Discussion Forum for developers on Cobalt Networks products <cobalt-developers.list.cobalt.com>
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