Re: [cas-user] Compiling Mod-auth-cas with external OpenSSL

2019-11-04 Thread Colin Ryan
David, You tweaked my brain. It was indeed a libcurl thing. While I had the right versions it obviously was using system OpenSSL so for those stuck in the future for what it's worth * Rebuilt my OpenSSL with shared support. * Was then able to build my own version of libcurl with

Re: [cas-user] Compiling Mod-auth-cas with external OpenSSL

2019-11-04 Thread David Hawes
On Mon, 4 Nov 2019 at 12:01, Colin Ryan wrote: > > David, > > Yes I've built Apache2 itself with SSL using the safe external OpenSSL as I"m > trying to use with the module. When I run the totally to stock ./configure > line I posted it gives me > > checking for openssl/ssl.h in /opt/aa... yes >

Re: [cas-user] Compiling Mod-auth-cas with external OpenSSL

2019-11-04 Thread Colin Ryan
David, Yes I've built Apache2 itself with SSL using the safe external OpenSSL as I"m trying to use with the module. When I run the totally to stock ./configure line I posted it gives me checking for openssl/ssl.h in /opt/aa... yes checking whether compiling and linking against OpenSSL

Re: [cas-user] Compiling Mod-auth-cas with external OpenSSL

2019-11-02 Thread David Hawes
On Fri, 1 Nov 2019 at 15:41, Colin Ryan wrote: > > Folks, > > For various reason's I need to compile my own mod_auth_cas module for > use in Apache. I also have my own builds of OpenSSL within this toolchain. > > > I cannot for the life of me seem to get mod_auth_cas to use my external > openssl

[cas-user] Compiling Mod-auth-cas with external OpenSSL

2019-11-01 Thread Colin Ryan
Folks, For various reason's I need to compile my own mod_auth_cas module for use in Apache. I also have my own builds of OpenSSLĀ  within this toolchain. I cannot for the life of me seem to get mod_auth_cas to use my external openssl libraries. I've done this many times before for other