Ну ффот

Начинаются фокусы CentOS...
Делаю по вашей инструкции.
Оно мне говорит:
./configure: error: the HTTP rewrite module requires the PCRE library.
You can either disable the module by using --without-http_rewrite_module
option, or install the PCRE library into the system, or build the PCRE library
statically from the source with nginx by using --with-pcre=<path> option.
Порылась в тырнете, нашла эту PCRE, скармливаю ему:
./configure --with-pcre=/usr/include/pcre
А оно мне на этот раз -
./configure: error: the HTTP cache module requires md5 functions
from OpenSSL library. You can either disable the module by using
--without-http-cache option, or install the OpenSSL library into the system,
or build the OpenSSL library statically from the source with nginx by using
--with-http_ssl_module --with-openssl=<path> options.
А как с двумя опциями - я не знаю

Поможете?
Или, может, действительно найти пресловутый репозиторий EPEL и с него поставить? Только меня уж больно подкупает, что по вашей инструкции - самая стабильная версия...