I have tried this mod detailed in this site and succeed.
http://www.centos.org/modules/newbb/...20562&forum=41
It is regarding the
"OPT_INCNOEXEC" that is not defined in latest httpd-devel version at CentOS 5.3....
Copy pasting the instruction.
Do not insert red whatever put in
red.
Quote:
Solution:
add underlast line to mod_ruby-1.3.0/apachelib.h
-----------------------
#ifndef APACHELIB_H
#define APACHELIB_H
#define OPT_INCNOEXEC 32 /* added */
-----------------------
|
Hope that helps.