logo
Apache Lounge
Webmasters

 

About Forum Index Downloads Search Register Log in RSS X


Keep Server Online

If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.

or

Bitcoin

A donation makes a contribution towards the costs, the time and effort that's going in this site and building.

Thank You! Steffen

Your donations will help to keep this site alive and well, and continuing building binaries. Apache Lounge is not sponsored.
Post new topic   Forum Index -> Third-party Modules View previous topic :: View next topic
Reply to topic   Topic: Apche server is failing to start after configuring mod_jk.so
Author
shashi.kumar@gmail.com



Joined: 15 Jan 2013
Posts: 8
Location: India

PostPosted: Wed 16 Jan '13 7:29    Post subject: Apche server is failing to start after configuring mod_jk.so Reply with quote

Hi Everyone,

I need help from all. I have an Apache server 2.2.23 running on REHL 64 bit. I have 3 tomcat instances running on the same server.i wanted to connect my Apache with tomcat, for that i had downloaded mod_jk connecter from Apache version 1.2.37. I build the connector from source on the server and got mod_jk.so and configured the same in httpd.conf to load mod_jk and also did the configuration for worker.properties file. But after that when i tried to start the server it gives me the following error:
“httpd: Syntax error on line 148 of /etc/httpd/conf/httpd.conf: Cannot load /etc/httpd/modules/mod_jk.so into server: /etc/httpd/modules/mod_jk.so: undefined symbol: ap_get_server_description”


Note: I have checked the permissions on the mod_jk.so,no problem with it.

Please advise, i am not able to find any clue on this.javascript:emoticon('Sad')

Thanks in advance
Shashi.
Back to top
glsmith
Moderator


Joined: 16 Oct 2007
Posts: 2268
Location: Sun Diego, USA

PostPosted: Wed 16 Jan '13 8:23    Post subject: Reply with quote

You sure you have 2.2.23 and not 2.2.3-xxxxx. Some Linux distros have odd versions of Apache. They use a version to start with and then just patch as they see the need.

ap_get_server_description() is Apache 2.2.4 & up. This should have erred during compile.
Back to top
shashi.kumar@gmail.com



Joined: 15 Jan 2013
Posts: 8
Location: India

PostPosted: Sat 19 Jan '13 22:26    Post subject: Reply with quote

Hi Smith,

Thanks, That was one of the issue, I had apache 2.2.3.el5 running as RPM package. Moreover i had a incorrect version of mod_jk. Once both were fixed issue was resolved.

Thanks a lot again,that was really helpful clue.

Thanks,
Shashi.
Back to top


Reply to topic   Topic: Apche server is failing to start after configuring mod_jk.so View previous topic :: View next topic
Post new topic   Forum Index -> Third-party Modules