Re: [Resin-interest] Ubuntu installation

2011-01-30 Thread Peter Yuill
Hi Kevin, wget http://www.caucho.com/download/resin-pro-4.0.14.tar.gz tar zxf resin-pro-4.0.14.tar.gz cd resin-pro-4.0.14 ./configure --with-java-home=/usr/lib/jvm/java-6-sun --with-apxs=/usr/bin/apxs2 cd modules/c/src/ make make install scp /usr/lib/apache2/modules/mod_caucho.so

Re: [Resin-interest] Ubuntu installation

2011-01-28 Thread Kevin Watson
Peter, I had this issue as well. My solution was to build mod-caucho from source on a QA box and put it in place on my production box. -Kevin Watson Aplos Software http://www.aplossoftware.com On Thu, Jan 27, 2011 at 10:49 PM, Peter Yuill pyu...@objectix.com.au wrote: I am attempting to