Trying to install WO + Apache Adaptor onto the latest Debian release (‘jessie' - on a Raspberry Pi 2)
Following:
https://wiki.wocommunity.org/display/documentation/Installing+a+deployment+environment+on+Debian+or+Ubuntu
However, there does not appear to be a jessie distribution on:
So I set the variables to:
and followed the other instructions.
WO installed perfectly (using):
sudo apt-get install projectwonder-wotaskd projectwonder-javamonitor
Didn’t go so well with the webobjects apache adaptor
sudo apt-get install libapache2-mod-wo
—
Job for apache2.service failed. See 'systemctl status apache2.service' and 'journalctl -xn' for details.
invoke-rc.d: initscript apache2, action "reload" failed.
dpkg: error processing package libapache2-mod-wo (--configure):
subprocess installed post-installation script returned error exit status 1
Errors were encountered while processing:
libapache2-mod-wo
E: Sub-process /usr/bin/dpkg returned an error code (1)
—
When I tried copying the module and config from an older wheezy install, I get a simlar issue when trying to restart apache.
—
Jan 11 12:22:39 PI-ZERO apache2[21227]: apache2: Syntax error on line 140 of /etc/apache2/apache2.conf: Syntax error on line 1 of /etc/apache2/mods-enabled/webobjects.load: Cannot load /usr/lib/apache2/modules/mod_WebObjects.so into server: /usr...p_get_server_version
Jan 11 12:22:39 PI-ZERO apache2[21227]: Action 'configtest' failed.
Jan 11 12:22:39 PI-ZERO apache2[21227]: The Apache error log may have more information.
—
About to try compiling it on the machine, I don’t suppose anyone else has achieved that and is willing to share the binary?
Regards,
Mark