Jump to content

Jserv on apache


Urza9814
 Share

Recommended Posts

I recently installed the jserv mod to apache, but the thing is giving me an ap_null_cleanup error.

Here's the error code:

[root@localhost ServletTest]# httpd
httpd: Syntax error on line 173 of /etc/httpd/conf/httpd.conf: Cannot load /etc/httpd/modules/mod_jserv.so into server: /etc/httpd/modules/mod_jserv.so: undefined symbol: ap_null_cleanup

 

My apache version:

[root@localhost ServletTest]# httpd -v
Server version: Apache/2.2.3
Server built:   Jul 28 2006 12:12:07

 

And the version of jserv is 1.1.2-1 from http://archive.apache.org/dist/java/jserv/ , installed from the RPM.

Link to comment
Share on other sites

-snip-
Cannot load /etc/httpd/modules/mod_jserv.so into server: /etc/httpd/modules/mod_jserv.so: undefined symbol
-snip-

That rpm was built over 7 yrs ago. I would suggest trying to compile a newer mod_jserv.so. The source code is on the same server, and there is also a src.rpm.
Link to comment
Share on other sites

ah. that would be a problem.

However, I'm failing to find any newer versions....I do now see that that is an archive mirror, but I can't seem to find jserv on any of the current mirrors or through a search of the main apache site....

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

×
×
  • Create New...