Not sure if you know... There's a opensource Coldfusion engine called Railo thats available. http://www.getrailo.org
For some reason I can compile and install it for the default apache installation but not the DIY method.
The way I compiles was.
$ cd /Applications/railo
$ ./configure --with-apxs2=/usr/local/apache2/bin/apxs --with-java-home=/System/Library/Frameworks/JavaVM.framework/Home
$ make
$ sudo make install
This fails though and doesn't create /usr/libexec/apache2/mod_caucho.so or create the resin includes in the httpd.conf. It works if I compile to the default apache though.
Hi, I don't know why it should fail. Your ./configure looks correct (using the correct path).
There might be some dependencies on how Apache is compiled and which modules are required. Without more information it is difficult to determine what the cause of the problem is.
#
Not sure if you know... There's a opensource Coldfusion engine called Railo thats available. http://www.getrailo.org
For some reason I can compile and install it for the default apache installation but not the DIY method.
The way I compiles was.
$ cd /Applications/railo
$ ./configure --with-apxs2=/usr/local/apache2/bin/apxs --with-java-home=/System/Library/Frameworks/JavaVM.framework/Home
$ make
$ sudo make install
This fails though and doesn't create /usr/libexec/apache2/mod_caucho.so or create the resin includes in the httpd.conf. It works if I compile to the default apache though.
Do you have any ideas why this isn't working?
Check this blog post if you want the full installation instructions. http://www.luismajano.com/blog/index.cfm/2008/12/5/Railo-Resin-Apache-and-Mac-OS-X--A-FAST-Combination
#
Hi, I don't know why it should fail. Your ./configure looks correct (using the correct path).
There might be some dependencies on how Apache is compiled and which modules are required. Without more information it is difficult to determine what the cause of the problem is.
#
hmm... it works using apsx but not apsx2.