I am trying to use codea on redhat 7 and apache 2.0.32, but the example code will not compile. I removed the space in codea.mk between -I- $(LOCAL_INCLUDES) and fixed the apache directory to /usr/local/apache2. codea-0.2.1a is missing the files codea_tut1_module.so codea_tut2_module.so codea_tut3_module.so. codea_test_module.so didn't compile with errors about can't find CodeaHookMap. I did get codea_simple_module.so to compile, but when I attempt to use it, apache can't find the module registration codea_simple in the library.
What the current status of codea? Is there any way I can help out?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I am trying to use codea on redhat 7 and apache 2.0.32, but the example code will not compile. I removed the space in codea.mk between -I- $(LOCAL_INCLUDES) and fixed the apache directory to /usr/local/apache2. codea-0.2.1a is missing the files codea_tut1_module.so codea_tut2_module.so codea_tut3_module.so. codea_test_module.so didn't compile with errors about can't find CodeaHookMap. I did get codea_simple_module.so to compile, but when I attempt to use it, apache can't find the module registration codea_simple in the library.
What the current status of codea? Is there any way I can help out?