Мое требование состоит в том, чтобы скомпилировать и установить httpd 2.2 из исходного кода, все модули должны быть общими?
Выдал команду configure вот так.
./configure --enable-shared-mods="all" --prefix=/path/to/install
Команда Configure выполнена успешно, но когда я начинаю компилировать, она выдает мне такую ошибку.
/bin/sh /usr/local/source3/httpd-2.2.2/shlibtool --silent --mode=link gcc -pthread -o mod_authn_file.la -rpath /usr/local/task03/modules -module -avoid-version mod_authn_file.lo
/bin/sh: /usr/local/source3/httpd-2.2.2/shlibtool: No such file or directory
make[4]: *** [mod_authn_file.la] Error 127
make[4]: Leaving directory `/usr/local/source3/httpd-2.2.2/modules/aaa'
make[3]: *** [shared-build-recursive] Error 1
make[3]: Leaving directory `/usr/local/source3/httpd-2.2.2/modules/aaa'
make[2]: *** [shared-build-recursive] Error 1
make[2]: Leaving directory `/usr/local/source3/httpd-2.2.2/modules'
make[1]: *** [shared-build-recursive] Error 1
make[1]: Leaving directory `/usr/local/source3/httpd-2.2.2'
make: *** [all-recursive] Error 1
Апач, как известно, показать эту проблему?