Never mind, discovered that mod_jk.so is not being built, but copied over.
For some reason the wrong version of the file was getting copied.
False Alarm
"darren" <naylod-nospam@juno.com> wrote in message
news:ZumdnQVKBcWIctzfRVn-og@comcast.com...
> Hi,
>
> I downloaded and built apache HTTP server 2.0.53 on my linux i686 machine:
> I did a simple
> $ ./configure --prefix=/opt/apache2
> $ make
> $ make install
>
> Everything appeared to go ok, I can start the server, and access the
server
> via the browser.
> I then tried to integrate the server with Tomcat 3.2.4, but when I start
the
> HTTP server, I get:
>
> Cannot load /opt/apache2/libexec/mod_jk.so into server:
> /opt/apache2/libexec/mod_jk.so: ELF file data encoding not little-endian
>
> When I type:$ file /opt/apache2/libexec/mod_jk.so
>
> I get: /opt/apache2/libexec/mod_jk.so: ELF 32-bit MSB shared object,
SPARC,
> version 1 (SYSV), not stripped
>
> SPARC?
>
> $./build/config.guess
> gives:
> i686-pc-linux-gnu
>
> Anyone have any ideas?
>
>
> -D
>
>