You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by Mark Albert <Ma...@gmx.net> on 2014/01/27 10:58:48 UTC

[users@httpd] Obtaining Heartbeat module

Hello,

I want to use the mod_heartbeat module but I don't seem to have the 
module file.
I installed the binary package for OpenSUSE 12.2 using "zypper install 
apache2" which installed version 2.2.2, it doesn't have a 
mod_heartbeat.so file in either module directory /usr/lib64/apache2 and 
/usr/lib64/apache-prefork. Adding a LOADMODULE directive yields "Module 
"mod_heartbeat" is not installed, ignoring.".
I also tried to install version 2.4 from source. The compilation and 
installation did not yield any errors, but there is no mod_heartbeat 
file in the module directory (/usr/local/apache2/modules/) either. Am I 
missing something here? How do I obtain or build the mod_heartbeat.so 
module?

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org


Re: [users@httpd] Obtaining Heartbeat module

Posted by Mark Albert <Ma...@gmx.net>.
Never mind, I figured it out.

./cofigure --enable-watchdog=shared --enable-heartbeat=shared
make
make install

Did the trick.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org