Problems with mod_perl installation(HELP!!!)
People : I had spent more than 2 months trying to make mode_perl on my RH 72. First I tried with the RPMS but it didn't works. Then I tryied with the tar.gz and I can't neither. It prompts the following compilation error:util.c: In function `ap_find_token': util.c:1410: `test_char_table' undeclared (first use in this function) util.c:1410: (Each undeclared identifier is reported only once util.c:1410: for each function it appears in.) util.c:1410: `T_HTTP_TOKEN_STOP' undeclared (first use in this function) util.c: In function `ap_escape_shell_cmd': util.c:1469: `test_char_table' undeclared (first use in this function) util.c:1469: `T_ESCAPE_SHELL_CMD' undeclared (first use in this function) util.c: In function `ap_escape_path_segment': util.c:1596: `test_char_table' undeclared (first use in this function) util.c:1596: `T_ESCAPE_PATH_SEGMENT' undeclared (first use in this function) util.c: In function `ap_os_escape_path': util.c:1625: `test_char_table' undeclared (first use in this function) util.c:1625: `T_OS_ESCAPE_PATH' undeclared (first use in this function) make[4]: *** [util.o] Error 1 and some times it says that can't open the shared file libperl.so -- Jose R. Ortiz Ubarri Cs. Student & Programmer
PROBLEMS WITH MODPERL
Apache has installed the mod_perl rpm and when I starts the daemon don't recognize the command PerlRequire. HELP!!! -- Jose R. Ortiz Ubarri Cs. Student & Programmer
Problems after an upgrade...
I had mod_perl installed and working in apache well until a few days ago. I think that after an upgrade to apache the problems began. This is on the RedHat 7.2 OS. The problem is that when I start the apache's daemon it gives me the [ok] check mark, but when I check the status it writes me the following error: httpd dead but subsys locked And if I run the httpd from the command line it writes: Invalid command 'PerlRequire', perhaps mis-spelled or defined by a module not included in the server configuration. The module (mod_perl) is installed. And was working... I had tried a lot of things to fix the problem but without success. Any suggestions please let me know! Thanks in advance: -- Jose R. Ortiz Ubarri Cs. Student & Programmer