>>>>> Steinar Bang <[EMAIL PROTECTED]>:
> Platform: Intel PIII, RedHat 7.2, apache 2.0.35 from the RPM in URL
> <http://ftp.falsehope.com/home/gomez/apache2/>,
> mod_jk2 from the RPM in
> <http://jakarta.apache.org/builds/jakarta-tomcat-4.0/release/v4.0.3/rpms/>
> When I try starting apache, I get the following error message:
> # /etc/init.d/httpd2 start
> Starting httpd2: Syntax error on line 256 of /etc/httpd2/conf/httpd2.conf:
> Cannot load /etc/httpd2/modules/mod_jk2.so into server:
>/etc/httpd2/modules/mod_jk2.so: undefined symbol: apr_pool_create
> [FAILED]
> I haven't found a source RPM for mod_jk2, so I can't rebuild with a
> link to the appropriate .so defining this symbol.
The source RPM for mod_jk2 as well as the other connectors, is
<http://jakarta.apache.org/builds/jakarta-tomcat-4.0/release/v4.0.3/rpms/tomcat-connectors-1.0-1.4.0.2.src.rpm>
I installed it with "rpm -i", opened the SPEC file in emacs, and
changed the release number, and tried "rpm -ba" on the SPEC file.
Then I installed all the RPMs the build complained was missing, and
did "rpm -ba" once more.
When I upgraded with "rpm -U" there was problems with the %preun
section of the original mod_jk2 rpm. But the result seems to work
anyway.
I do get some strange output when starting apache, though:
# /etc/init.d/httpd2 start
Starting httpd2: XXX Create dir config (null) 0x80da5d0
set2.mount /*.jsp ajp13
set2.mount /servlet/* ajp13
set2.mount /examples/servlet/* ajp13
set2.mount /examples/*.jsp ajp13
set2.mount /admin/servlet/* ajp13
set2.mount /admin/*.jsp ajp13
set2.mount /test/servlet/* ajp13
set2.mount /test/*.jsp ajp13
set2.mount /tps ajp13
set2.mount /tps/* ajp13
[ OK ]
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>