Howdy. I am currently trying to get rapache configured properly on my VPS. My VPS runs Ubuntu 12.04 and Apache 2.4. After downloading and installing the pre-compiled version of rapache using apt-get, when I attempt to restart apache, I get the following error:
/usr/lib/apache2/modules/mod_R.so: undefined symbol: ap_log_rerror
This is not the error mentioned in the rapache configuration documentation and I have not found very much on this error. What I've found about this error is that, at least with other modules, it typically means that the module does not work in apache 2.4.
Any help would be greatly appreciated.
Thank you
$ sudo service httpd24-httpd restart
Stopping httpd: [FAILED]
Starting httpd: httpd: Syntax error on line 57 of /opt/rh/httpd24/root/etc/httpd/conf/httpd.conf: Syntax error on line 2 of /opt/rh/httpd24/root/etc/httpd/conf.modules.d/99-rapache.conf: Cannot load /etc/httpd/modules/mod_R.so into server: /etc/httpd/modules/mod_R.so: undefined symbol: ap_log_rerror
[FAILED]