Where is mod_jk for SLES 11 SP1 ?

Hi!

Where can I found a mod_jk RPM for SLES 11 SP1 (x64)?

There is none on the DVD (even if the release notes mention it).

The closest I found is apache2-mod_jk-1.2.41-63.9.x86_64.rpm for SLES 11 SP3 (here). It does not install due to binary incompatibility.
rpm -i says:

error: Failed dependencies: apache_mmn_20120211 is needed by apache2-mod_jk-1.2.41-63.9.x86_64 suse_maintenance_mmn_0 is needed by apache2-mod_jk-1.2.41-63.9.x86_64
If I force it, it says this when loading the module to apache:
Cannot load /usr/lib64/apache2-prefork/mod_jk.so into server: /usr/lib64/apache2-prefork/mod_jk.so: undefined symbol: ap_piped_log_write_fd

Is there a version for SLES 11 SP1?
The apache version I have is :
apache2-prefork-2.2.10-2.24.5
apache2-2.2.10-2.24.5

Regards,
David

[QUOTE=david_balazic;32494]Hi!

Where can I found a mod_jk RPM for SLES 11 SP1 (x64)?

There is none on the DVD (even if the release notes mention it).

The closest I found is apache2-mod_jk-1.2.41-63.9.x86_64.rpm for SLES 11 SP3 (here). It does not install due to binary incompatibility.
rpm -i says:

error: Failed dependencies: apache_mmn_20120211 is needed by apache2-mod_jk-1.2.41-63.9.x86_64 suse_maintenance_mmn_0 is needed by apache2-mod_jk-1.2.41-63.9.x86_64
If I force it, it says this when loading the module to apache:
Cannot load /usr/lib64/apache2-prefork/mod_jk.so into server: /usr/lib64/apache2-prefork/mod_jk.so: undefined symbol: ap_piped_log_write_fd

Is there a version for SLES 11 SP1?
The apache version I have is :
apache2-prefork-2.2.10-2.24.5
apache2-2.2.10-2.24.5

Regards,
David[/QUOTE]

apache2-mod_jk seems to be delivered with the tomcat package: https://download.suse.com/Download?buildid=OecPzum4P7c~

Thomas

On 09/05/16 22:24, david balazic wrote:
[color=blue]

Where can I found a mod_jk RPM for SLES 11 SP1 (x64)?

There is none on the DVD (even if the ‘release notes’
(https://www.suse.com/releasenotes/x86_64/SUSE-SLES/11-SP1/) mention
it).

The closest I found is apache2-mod_jk-1.2.41-63.9.x86_64.rpm for SLES
11 SP3 (‘here’
(http://download.opensuse.org/repositories/Apache:/Modules/Apache_SLE_11_SP3/x86_64/)).
It does not install due to binary incompatibility.
rpm -i says:

Code:

 error: Failed dependencies:

apache_mmn_20120211 is needed by apache2-mod_jk-1.2.41-63.9.x86_64
suse_maintenance_mmn_0 is needed by apache2-mod_jk-1.2.41-63.9.x86_64


If I force it, it says this when loading the module to apache:
Cannot load /usr/lib64/apache2-prefork/mod_jk.so into server:
/usr/lib64/apache2-prefork/mod_jk.so: undefined symbol:
ap_piped_log_write_fd[/color]

Note the above download is an unsupported package from the openSUSE
Build Service … although I also note that you’re using SLES11 SP1
which is now also unsupported (with SLES11 SP4 being the latest and
supported release of SLES11).
[color=blue]

Is there a version for SLES 11 SP1?[/color]

Thomas has posted a link to the SUSE supported package.
[color=blue]

The apache version I have is :
apache2-prefork-2.2.10-2.24.5
apache2-2.2.10-2.24.5[/color]

These versions would suggest that your server is not fully patched as
these are not the latest versions available for SLES11 SP1.

HTH.

Simon
SUSE Knowledge Partner


If you find this post helpful and are logged into the web interface,
please show your appreciation and click on the star below. Thanks.

[QUOTE=thsundel;32495]apache2-mod_jk seems to be delivered with the tomcat package: https://download.suse.com/Download?buildid=OecPzum4P7c~
[/QUOTE]
It says: You are not authorized to access this item.

Install the package through yast->software management.

Thomas