Hi, These are my notes on building the Adaptor for Apache2.4 This was for the new Jessie OS (on the Raspberry Pi) I would first try the Centos package installer: https://wiki.wocommunity.org/display/documentation/Installing+a+deployment+environment+on+RedHat%2C+CentOS+or+Amazon+Linux <https://wiki.wocommunity.org/display/documentation/Installing+a+deployment+environment+on+RedHat,+CentOS+or+Amazon+Linux>
And if that doesn’t quite complete, build the adaptor manually (below). — Apache2.4 Note: After trying: https://wiki.wocommunity.org/display/documentation/Installing+a+deployment+environment+on+Debian+or+Ubuntu <https://wiki.wocommunity.org/display/documentation/Installing+a+deployment+environment+on+Debian+or+Ubuntu> DIST=debian SUITE=wheezy sudo apt-get install projectwonder-wotaskd projectwonder-javamonitor sudo apt-get install libapache2-mod-wo Last command fail, but adds most of the useful files. Need to compile Adaptor manually (from: https://github.com/alextu/wodocker/blob/master/Dockerfile#L6 <https://github.com/alextu/wodocker/blob/master/Dockerfile#L6> ) # Get latest Wonder curl -LOk https://github.com/wocommunity/wonder/archive/master.tar.gz <https://github.com/wocommunity/wonder/archive/master.tar.gz> tar xfz master.tar.gz # Go to Adaptor Folder cd wonder-master/Utilities/Adaptors # Updates make.config for Apache2.4 and Linux sed -ri 's/ADAPTOR_OS = MACOS/ADAPTOR_OS = LINUX/g' make.config sed -ri 's/ADAPTORS = CGI Apache2.2/ADAPTORS = Apache2.4/g' make.config # Build (requires apxs) sudo apt-get install apache2-dev make # Copy to modules folder sudo cp Apache2.4/mod_WebObjects.so /usr/lib/apache2/modules/. # Enable / Disable sudo a2enmod webobjects sudo a2dismod webobjects > On 18 Feb 2016, at 09:58, Stéphan Mertz <[email protected]> wrote: > > Hi, > > I'm looking for the binary of Apache 2.4 WebObjects adaptor for CentOS 6 > i86_64. > It is not in http://wocommunity.org/documents/tools/mod_WebObjects/Apache2.4/ > <http://wocommunity.org/documents/tools/mod_WebObjects/Apache2.4/> > > Thank you, > > Stéphan > _______________________________________________ > Do not post admin requests to the list. They will be ignored. > Webobjects-dev mailing list ([email protected]) > Help/Unsubscribe/Update your Subscription: > https://lists.apple.com/mailman/options/webobjects-dev/mark%40gowdy.co.uk > > This email sent to [email protected] _________________ Mark Gowdy Gowdy Associates Ltd M: +44 7808 400 941 Skype: markgowdy
_______________________________________________ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list ([email protected]) Help/Unsubscribe/Update your Subscription: https://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com This email sent to [email protected]
