Hello,
I tried to compile the binary (on Centos 7) from that site
https://confluence.atlassian.com/crowd/installing-the-crowd-apache-connector-on-other-unix-like-systems-226790526.html but I get errors after I try to start "make".
[schemaro@mz-902-s-tronapp01 mod_authnz_crowd-2.2.2]$ sudo make
make all-recursive
make[1]: Entering directory `/home/schemaro/mod_authnz_crowd-2.2.2'
Making all in src
make[2]: Entering directory `/home/schemaro/mod_authnz_crowd-2.2.2/src'
cd .. && /bin/sh ./config.status config.h
config.status: creating config.h
config.status: config.h is unchanged
make[3]: Entering directory `/home/schemaro/mod_authnz_crowd-2.2.2/src'
cd .. && /bin/sh ./config.status config.h
config.status: creating config.h
config.status: config.h is unchanged
make[3]: Leaving directory `/home/schemaro/mod_authnz_crowd-2.2.2/src'
make all-recursive
make[3]: Entering directory `/home/schemaro/mod_authnz_crowd-2.2.2/src'
Making all in src
/bin/sh: line 20: cd: src: No such file or directory
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/home/schemaro/mod_authnz_crowd-2.2.2/src'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/home/schemaro/mod_authnz_crowd-2.2.2/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/schemaro/mod_authnz_crowd-2.2.2'
make: *** [all] Error 2
Have you an idea, why? Or there are any other options to protect third part apps throught crowd or LDAP?
BR, Ludmila