syntax error when installing auth_mellon module on Apache
Solution 1:
Try:
# apt-get install liblasso3 liblasso3-dev
# apt-get install libcurl4-openssl-dev
# aclocal
# ./autogen.sh
# ./configure
# make
# make install
It works on Ubuntu 16.04
Try:
# apt-get install liblasso3 liblasso3-dev
# apt-get install libcurl4-openssl-dev
# aclocal
# ./autogen.sh
# ./configure
# make
# make install
It works on Ubuntu 16.04