Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

ELF file data encoding not little-endian

Status
Not open for further replies.

Dabase

Programmer
Apr 2, 2004
122
PT
Hi,

When I attempt to start the Apache service (./apachectl start), I am getting the following message:

Syntax error on line 262 of /usr/local/apache2/conf/httpd.conf:
Cannot load /usr/local/apache2/modules/mod_jk.so into server: /usr/local/apache2/modules/mod_jk.so: ELF file data encoding not little-endian

Any ideas where I am going wrong?

Linux: FC3
Tomcat: version 5
Apache: version 2
Connector: JK 1.2
Java Runtime Environment: JRE 1.5

Thanks
Dabase
 
What chipset/architecture is the machine, and what architecture was apache compiled on ?

BTW, this is the wrong forum to post this in, as this is a Tomcat forum, but never mind for now.

--------------------------------------------------
Free Database Connection Pooling Software
 
Thanks for the response and apologies to all for posting in the wrong forum.

I am relatively new to linux, please explain how I can retrieve the machine chipset/architecture.

Apache was compiled and installed as follows:
./configure --with-layout=Apache --prefix=/usr/local/apache2 --enable-module=most --enable-mods-shared=most
make
make install

Thanks
Dabase
 
Did you compile it on the machine you're trying to run it on ?

Architecture - what CPU is it ? Intel/AMD or something else (ie is it an x86 processor) ?

--------------------------------------------------
Free Database Connection Pooling Software
 
It was compiled on the same machine I am trying to run it on.

The CPU is Intel Pentium IV 3.0 GHz.

Thanks
Dabase
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top