I have successfully installed mysql, mod_perl and mod_ssl, and now I want to compile apache and php. But whenever I try to make apache, I get the following error:
./gen_test_char >test_char.h
./gen_test_char: error while loading shared libraries: libmm.so.11: cannot open shared object file: No such file or directory
make[3]: *** [test_char.h] Error 127
I know that I have both the test_char.h and libmm.so.11 files on my system. Do I just need to direct the compiler to these files? If so, how? If not, what am I doing wrong?