do I understand you want my mod_WebObjects.so from my working AWS installation? the one that lives at /usr/lib64/httpd/modules
http://ftp.agencysacks.com/_EYJw0rN9QV1kpR <http://ftp.agencysacks.com/_EYJw0rN9QV1kpR> that link should download the module > On Aug 31, 2017, at 7:00 AM, Soles, James T <terry.so...@verizon.com> wrote: > > Ted, > > I think I recall you saying that you had built a version of the WOAdaptor for > Apache 2.4 for the various Linux environments. I have created an AWS > instance running RHEL 7 and am trying to get my application up and running in > that environment. Would you happen to have a 64 bit version of the adaptor > for this environment that I can use instead of trying to build it myself? > > Thanks, > > Terry Soles > 214-273-3916 > > From: Soles, James T > Sent: Tuesday, May 30, 2017 2:17 PM > To: 'Theodore Petrosky' > Cc: webobjects-dev@lists.apple.com <mailto:webobjects-dev@lists.apple.com> > Subject: RE: [E] Re: Looking for a 64 bit WOAdaptor for Apache 2.4 > > Ted, > > Thanks again for all of your help with this. I’ve spent some time reading > the links you provided and trying to work through some of the issues I’ve had > when trying to build but keep getting stuck. I’ve gotten the Wonder code > downloaded and the build gets through much of the process but fails with an > error when it starts trying to link. I’ve tried a number of options related > to the libtool but none have been successful. This may be an issue with some > of my versions of other package I have installed but I’m just not sure what > to try next. > > I am actually trying to build an Apache 2.4 64 bit version of the adaptor for > Solaris. I changed the make.config as you indicated below but I eventually > get the following error on the build: > > /usr/share/apr-1/build-1/libtool: line 8962: > /Applications/Xcode.app/Contents/Developer/Toolchains/OSX10.11.xctoolchain/usr/bin/cc: > No such file or directory > > This is a valid error since the OSX10.11.xctoolchain/usr/bin/cc portion of > that path does not exist. I have a > /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc. > From what I can tell the libtool is configured to point to the former for > the compiler though. Unfortunately I do not have root access on the box so I > can’t create a directory or link and can’t change the libtool configuration. > > Any other thoughts or ideas about how I might be able to get the 64 bit > adaptor created or do I just need to go get root access and resolve the build > error? > > Thanks, > > Terry Soles > 214-273-3916 > > From: Theodore Petrosky [mailto:tedp...@yahoo.com <mailto:tedp...@yahoo.com>] > Sent: Monday, May 29, 2017 5:08 PM > To: Soles, James T > Cc: webobjects-dev@lists.apple.com <mailto:webobjects-dev@lists.apple.com> > Subject: Re: [E] Re: Looking for a 64 bit WOAdaptor for Apache 2.4 > > I assume that if you are asking where this is, you do not have the wonder > source! I don’t know how you can work with out it. When you clone the wonder > repository, you will find a directory Utilities/Adapters/Apache2.4 that is > where the source lives. (if you have the wonder source, you have the source > to compile mod_webobjects.so for the version OS you are targeting) > > https://wiki.wocommunity.org/display/WEB/Getting+the+Wonder+Source+Code > <https://urldefense.proofpoint.com/v2/url?u=https-3A__wiki.wocommunity.org_display_WEB_Getting-2Bthe-2BWonder-2BSource-2BCode&d=DwMFaQ&c=udBTRvFvXC5Dhqg7UHpJlPps3mZ3LRxpb6__0PomBTQ&r=iRNEp3hMYgapkyD3-QXbLkRAGBlXFJDQ04EUUAYPIus&m=P8DhBBaOJpdV28DLuLYAv72H-20akx6GOOIODz9OBiY&s=XQ4RHjvkAaBVD5nq8g3i0uxMP2hYE4SxplEq3me34-M&e=> > > then you need to read this there is a section on building the adapter: > > https://wiki.wocommunity.org/display/documentation/Installing+a+deployment+environment+on+RedHat%2C+CentOS+or+Amazon+Linux > > <https://urldefense.proofpoint.com/v2/url?u=https-3A__wiki.wocommunity.org_display_documentation_Installing-2Ba-2Bdeployment-2Benvironment-2Bon-2BRedHat-2C-2BCentOS-2Bor-2BAmazon-2BLinux&d=DwMFaQ&c=udBTRvFvXC5Dhqg7UHpJlPps3mZ3LRxpb6__0PomBTQ&r=iRNEp3hMYgapkyD3-QXbLkRAGBlXFJDQ04EUUAYPIus&m=P8DhBBaOJpdV28DLuLYAv72H-20akx6GOOIODz9OBiY&s=ut_91kkHS7dhmtziEHlYoTk0VfBZPqdbK0qZFsQZXU0&e=> > > basically you must ‘fix’ the make.config file to point at your version of OSL: > > ADAPTOR_OS = LINUX > > again read those docs and examine the file. it’s right at the top. > > > > On May 29, 2017, at 4:51 PM, Soles, James T <terry.so...@verizon.com > <mailto:terry.so...@verizon.com>> wrote: > > Ted, > > Maybe I am looking in the wrong place but I’ve looked at the docs about > building the mod_webobjects.so and I’m not certain where to get the source or > exactly how to build it. Unfortunately, the file built by Maik did not work > for me. Can you point me to the docs you are referring to? > > Thanks, > > Terry Soles > 214-273-3916 > > From: Theodore Petrosky [mailto:tedp...@yahoo.com <mailto:tedp...@yahoo.com>] > Sent: Friday, May 19, 2017 1:29 PM > To: Musall, Maik > Cc: webobjects-dev@lists.apple.com <mailto:webobjects-dev@lists.apple.com>; > Soles, James T > Subject: [E] Re: Looking for a 64 bit WOAdaptor for Apache 2.4 > > but compiling mod_webobjects.so is relatively easy. It took me a while, but > on all my experiments with AWS I was compiling the adapter on each platform. > Take a look at the docs. if you need help I’ll be glad to help out. > > This will free you from worrying if a repository is up to date. wotaskd and > JavaMonitor are really the same issue, although Maik made it really easy by > fixing the wiki with the newest version link. > > > > > On May 19, 2017, at 1:12 PM, Musall, Maik <m...@selbstdenker.ag > <mailto:m...@selbstdenker.ag>> wrote: > > Hi Terry, > > I compiled one for Ubuntu Xenial, which has Apache 2.4. I already put it onto > the new wocommunity.org > <https://urldefense.proofpoint.com/v2/url?u=http-3A__wocommunity.org_&d=DwMFaQ&c=udBTRvFvXC5Dhqg7UHpJlPps3mZ3LRxpb6__0PomBTQ&r=iRNEp3hMYgapkyD3-QXbLkRAGBlXFJDQ04EUUAYPIus&m=ov15-Fl9TDbIZ1vBvRJULoyM0fwrTMv4tBe0d-ALn4c&s=sadrxEUpU3sFKfLGH50bHk6OQVl4NgqOhrYTpRvR55E&e=> > site, but that is not yet publicly available because a lot of other details > on the website are not yet migrated. But I just copied it over to the old > site. Get it here: > > http://wocommunity.org/documents/tools/mod_WebObjects/Apache2.4/linux/ubuntu/xenial/ > > <https://urldefense.proofpoint.com/v2/url?u=http-3A__wocommunity.org_documents_tools_mod-5FWebObjects_Apache2.4_linux_ubuntu_xenial_&d=DwMFaQ&c=udBTRvFvXC5Dhqg7UHpJlPps3mZ3LRxpb6__0PomBTQ&r=iRNEp3hMYgapkyD3-QXbLkRAGBlXFJDQ04EUUAYPIus&m=ov15-Fl9TDbIZ1vBvRJULoyM0fwrTMv4tBe0d-ALn4c&s=Y8Lx_30mJ7cJb_qYWCbTU2p-Od8ctFoIvn7n5A-Nej0&e=> > > Maik > > > Am 19.05.2017 um 14:24 schrieb Soles, James T <terry.so...@verizon.com > <mailto:terry.so...@verizon.com>>: > > I’ve read a number of comments on the list about WOAdaptor for Apache 2.4 and > saw some with a link to a binary but that link is no longer valid. Does > anyone have a 64 bit WOAdaptor for Apache 2.4 that I can get? > > Thanks, > > Terry Soles > 214-273-3916 > > _______________________________________________ > Do not post admin requests to the list. They will be ignored. > Webobjects-dev mailing list (Webobjects-dev@lists.apple.com > <mailto:Webobjects-dev@lists.apple.com>) > Help/Unsubscribe/Update your Subscription: > https://lists.apple.com/mailman/options/webobjects-dev/maik%40selbstdenker.ag > <https://urldefense.proofpoint.com/v2/url?u=https-3A__lists.apple.com_mailman_options_webobjects-2Ddev_maik-2540selbstdenker.ag&d=DwMFaQ&c=udBTRvFvXC5Dhqg7UHpJlPps3mZ3LRxpb6__0PomBTQ&r=iRNEp3hMYgapkyD3-QXbLkRAGBlXFJDQ04EUUAYPIus&m=ov15-Fl9TDbIZ1vBvRJULoyM0fwrTMv4tBe0d-ALn4c&s=GEoUAAi_tT7D4N1D_S8-oQZ2qpTc9J7LlHmaKxFrIXQ&e=> > > This email sent to m...@selbstdenker.ag <mailto:m...@selbstdenker.ag> > > _______________________________________________ > Do not post admin requests to the list. They will be ignored. > Webobjects-dev mailing list (Webobjects-dev@lists.apple.com > <mailto:Webobjects-dev@lists.apple.com>) > Help/Unsubscribe/Update your Subscription: > https://lists.apple.com/mailman/options/webobjects-dev/tedpet5%40yahoo.com > <https://urldefense.proofpoint.com/v2/url?u=https-3A__lists.apple.com_mailman_options_webobjects-2Ddev_tedpet5-2540yahoo.com&d=DwMFaQ&c=udBTRvFvXC5Dhqg7UHpJlPps3mZ3LRxpb6__0PomBTQ&r=iRNEp3hMYgapkyD3-QXbLkRAGBlXFJDQ04EUUAYPIus&m=ov15-Fl9TDbIZ1vBvRJULoyM0fwrTMv4tBe0d-ALn4c&s=4HYzL-kLoENUJLSp45-run24rbiD2NyIAJ9D7Vs3VXI&e=> > > This email sent to tedp...@yahoo.com <mailto:tedp...@yahoo.com>
_______________________________________________ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list (Webobjects-dev@lists.apple.com) Help/Unsubscribe/Update your Subscription: https://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com This email sent to arch...@mail-archive.com