Thanks for this information!

We introduced piped logs to mod_jk in 1.2.18. Unfortunately I used an API call into Apache, that has only been introduced with 1.3.28 (3 years ago). Your version 1.3.27 was the last one that doesn't have ap_popenf_ex().

I'll check, if I can work around that problem for the next mod_jk release. Is there any special reason you need to use a version of apache nearly 4 years old? Is it being bundled with the platform?

Regards,

Rainer

fredk2 wrote:
Hi:

I can succesfully compile mod_jk 1.2.18 against Apache 2.2.2 (configure
--with-apxs and make), but when I compile against 1.3.27 and try to start
apache I get the following error:

Solaris 8:

Syntax error on line 8 of /test/site/conf/apache-tomcat_jk.conf:
Cannot load /test/apache_modules/mod_jk.so into server:
 ld.so.1: /test/apache/bin/httpd: fatal: relocation error:
 file /test/apache_modules/mod_jk.so:
 symbol ap_popenf_ex: referenced symbol not found

Linux RHEL3:

Syntax error on line 12 of /test/site/conf/apache-tomcat_jk.conf:
Cannot load /test/apache_modules/mod_jk.so into server:
/test/apache_modules/mod_jk.so: undefined symbol: ap_popenf_ex

There were no configure/make/compilation errors or failures.

As I am fairly novice to compilation, would someone have an idea or a way to
get more clues? Is this a configuration/compilation issue - missing some CC
or LFLAGS or is there an issue with the older apache 1.3.x and older gcc ?
I am using the same gcc version as used for the original apache compilation
(hoping to avoid such object linking errors :(

All replies will be very much appreciated... Thanks
Fred


---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to