Compiling mod_auth_cas on debian 8 (missing aclocal-1.15)

226 views
Skip to first unread message

Philippe MARASSE

unread,
Mar 21, 2016, 11:00:48 AM3/21/16
to cas-...@apereo.org
Hello,

I'm trying to compile mod_auth_cas on a Debian 8 jessie, sources are
cloned from github. ./configure works but make complains about missing
aclocal-1.15.

automake package for Debian 8 ships aclocal-1.14 and no backport exists
for the next version.

What should I do to make it works on this installation ?
(As far as I remember, packaged mod_auth_cas does not work well with
apache 2.4)

$ make
CDPATH="${ZSH_VERSION+.}:" && cd . && /bin/bash
/home/chl/src/mod_auth_cas/missing aclocal-1.15 -I m4
/home/chl/src/mod_auth_cas/missing: ligne 81: aclocal-1.15 : commande
introuvable
WARNING: 'aclocal-1.15' is missing on your system.
You should only need it if you modified 'acinclude.m4' or
'configure.ac' or m4 files included by 'configure.ac'.
The 'aclocal' program is part of the GNU Automake package:
<http://www.gnu.org/software/automake>
It also requires GNU Autoconf, GNU m4 and Perl in order to run:
<http://www.gnu.org/software/autoconf>
<http://www.gnu.org/software/m4/>
<http://www.perl.org/>
Makefile:398: recipe for target 'aclocal.m4' failed
make: *** [aclocal.m4] Error 127

Thanks.


--
Philippe MARASSE

Responsable pôle Infrastructures - DSIO
Centre Hospitalier Henri Laborit
CS 10587 - 370 avenue Jacques Coeur
86021 Poitiers Cedex
Tel : 05.49.44.57.19


Alberto Cabello Sánchez

unread,
Mar 21, 2016, 11:45:17 AM3/21/16
to Philippe MARASSE, cas-...@apereo.org
On Mon, 21 Mar 2016 16:00:40 +0100
Philippe MARASSE <philippe...@ch-poitiers.fr> wrote:

> Hello,
>
> I'm trying to compile mod_auth_cas on a Debian 8 jessie, sources are
> cloned from github. ./configure works but make complains about missing
> aclocal-1.15.

That's really strange, as I can build mod_auth_cas on my Jessie box just
exploding the ZIP downloaded from
https://codeload.github.com/Jasig/mod_auth_cas/zip/master
but, as you wrote, not in the directory git-cloned from
https://github.com/Jasig/mod_auth_cas.git

--
Alberto Cabello Sánchez
<alb...@unex.es>

David Hawes

unread,
Mar 21, 2016, 1:23:38 PM3/21/16
to Philippe MARASSE, CAS Community
On 21 March 2016 at 11:00, Philippe MARASSE
I thought this was fixed, I'll investigate.

In the meantime try:

autoreconf -ivf

and then ./configure && make.

Matt Smith

unread,
Mar 22, 2016, 8:17:49 PM3/22/16
to David Hawes, cas-...@apereo.org, Philippe MARASSE

Hi Philippe,

Could you also please send us the config.log from this failed build?

Thank you,
Matt

Philippe MARASSE

unread,
Mar 23, 2016, 4:23:49 AM3/23/16
to David Hawes, CAS Community
Thanks a lot, autoreconf -ivf did the trick.
Reply all
Reply to author
Forward
0 new messages