Я пытаюсь найти в Google информацию о том, как установить mod_auth_cas.so с веб-сервером apache2 в MacOS. Трудно найти прямо сейчас.
Одна общая страница, которую я нашел, мне нужно скомпилировать mod_auth_cas.so из исходного кода вручную из github https://github.com/apereo/mod_auth_cas/tree/master
Я выполняю шаги
autoreconf -ivf
Сборкавыполняется со стандартным заклинанием Autoconf:
./configure && make && sudo make install
Всегда выдает ошибку.
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
configure: Locating apxs
checking for --with-apxs... no
checking for apxs... no
checking for apxs2... no
configure: error: in `/Users/sopheamak/Documents/mod_auth_cas':
configure: error: apxs not found