View previous topic :: View next topic |
Author |
Message |
Cleotis n00b
Joined: 09 Aug 2002 Posts: 53 Location: Belgium
|
Posted: Tue Apr 01, 2003 8:32 am Post subject: Resin installation |
|
|
Hello,
I am trying to install Resin-ee with the apache module mod_caucho. I had Resin 2.1.6 (not the ee version) running perfectly, but with Resin-ee 2.1.8 the configure script isn't working. (I'm using the binary version, the configure script compiles the mod_caucho plugin - it works standalone) I'm getting the following error:
Code: | configure: error: Can't find Apache bin directory /usr/sbin |
Anyone?
Thanks! |
|
Back to top |
|
|
tracer n00b
Joined: 18 Apr 2003 Posts: 1
|
Posted: Fri Apr 18, 2003 11:03 am Post subject: |
|
|
# cd /usr/sbin
# ln -s apache httpd
# cd $RESIN_HOME/src
# ./configure --with-apxs
# make
# make install |
|
Back to top |
|
|
Cleotis n00b
Joined: 09 Aug 2002 Posts: 53 Location: Belgium
|
Posted: Sun Apr 20, 2003 6:35 am Post subject: |
|
|
tracer wrote: | # cd /usr/sbin
# ln -s apache httpd
# cd $RESIN_HOME/src
# ./configure --with-apxs
# make
# make install |
Thanks! That has done the trick |
|
Back to top |
|
|
|