Forums | Admin

Discussion Forums: help

Start New Thread Start New Thread

 

By: Ludovic Kuty
RE: Problem loading mod_ruby.so [ reply ]  
2004-12-28 00:41
Hum, the problem vanished after the n-th reboot of the computer. Don't know why it happened in the first place but i feel stupid now :)

By: Ludovic Kuty
RE: Problem loading mod_ruby.so [ reply ]  
2004-12-26 15:22
I forgot to mention the "syntax error" at line 180 in httpd.conf is actually the line that loads the mod_ruby module:
LoadModule ruby_module modules/mod_ruby.so

By: Ludovic Kuty
Problem loading mod_ruby.so [ reply ]  
2004-12-26 15:19
Hello,

Apache cannot find mod_ruby.so when starting. It is weird because the file is located at the right place (both mod_fastcgi and mod_ruby under modules directory). I copy/pasted the post installation instructions.

$ ls -l /cygdrive/c/Program\ Files/Apache\ Group/Apache2/modules/mod_ruby.so
-rwxrwx---+ 1 Administ SYSTEM 102400 Dec 10 22:41 /cygdrive/c/Program Files/Apache Group/Apache2/modules/mod_ruby.so

There are two error line in the windows event viewer:
- The Apache service named reported the following error:
>>> Cannot load C:/Program Files/Apache Group/Apache2/modules/mod_ruby.so into server: The specified module could not be found.
- The Apache service named reported the following error:
>>> Syntax error on line 180 of C:/Program Files/Apache Group/Apache2/conf/httpd.conf

Apache version is 2.0.52
Ruby is 1.8.2-14 RC10 under c:\ruby

Exactly the same you used to test the package.

Any idea ? :)

TIA

Ludovic