Urza9814 Posted August 2, 2007 Report Share Posted August 2, 2007 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 More sharing options...
Greg2 Posted August 2, 2007 Report Share Posted August 2, 2007 -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 More sharing options...
Urza9814 Posted August 3, 2007 Author Report Share Posted August 3, 2007 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 More sharing options...
Greg2 Posted August 3, 2007 Report Share Posted August 3, 2007 I'm failing to find any newer versions.... You won't find a newer version, unless you compile it. I'm not sure what you want to do, but maybe take a look at jakarta.apache.org? Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now