Peter,

I think you mistook my 'from source'.

I downloaded http://www.caucho.com/download/resin-pro-4.0.14.tar.gz
(the source tgz) and built just the mod_caucho.so.

On my Debian Lenny x64 QA box (not ubuntu)

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 [user]@production:/home/user

-Kevin Watson

Aplos Software
http://www.aplossoftware.com



On Sat, Jan 29, 2011 at 2:14 PM, Peter Yuill <pyu...@objectix.com.au> wrote:
>
>> 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.
>
> I just tried that, and found that mod_caucho.so was not built
> (resin-4.0.14). I examined the Makefile.in of the apache2 module and
> discovered that the directive to create mod_caucho.so was commented out.
> Also install.sh has commented out the part that puts mod_caucho.so in
> the apache lib dir. I went back over that last couple of releases and
> they are the same. Is there another step (apart from configure and make)
> to produce mod_caucho.so?
>
> Regards,
> Peter
>
>
> _______________________________________________
> resin-interest mailing list
> resin-interest@caucho.com
> http://maillist.caucho.com/mailman/listinfo/resin-interest
>


_______________________________________________
resin-interest mailing list
resin-interest@caucho.com
http://maillist.caucho.com/mailman/listinfo/resin-interest

Reply via email to