Ah, and I've been looking at httpd instead of mod_ssl.so, this does in fact appear to be working... ugh... never mind me.
Thanks, Matt On Tue, Sep 18, 2018 at 11:03 AM, Matthew Goebel <mgoe...@emich.edu> wrote: > Poking around some more, my problem seems to be that apr-util src I'm > putting in srclib of the apache src is ignoring all LDFLAGS and CPFLAGS > being passed to apache, and just compiling against the system provided > openssl libs? Is there are seperate list to ask questions about apr-util? > > Thanks, > Matt > > > On Tue, Sep 18, 2018 at 2:51 AM, Yann Ylavic <ylavic....@gmail.com> wrote: > >> On Tue, Sep 18, 2018 at 8:43 AM Yann Ylavic <ylavic....@gmail.com> wrote: >> > >> > Hi, >> > >> > On Mon, Sep 17, 2018 at 11:12 PM Matthew Goebel <mgoe...@emich.edu> >> wrote: >> > > >> > > export LDFLAGS="-L/usr/local/lib -L/usr/local/ssl/lib >> -R/usr/local/ssl/lib" >> > > export CPPFLAGS="-I/usr/local/include -I/usr/local/ssl/include" >> > > >> > > ./configure --enable-ssl --with-ssl >> > >> > Better with --with-ssl=/usr/local ? >> >> Sorry, responded too fast, should be: >> >> export LDFLAGS="-Wl,-rpath,/usr/local/ssl/lib" >> ./configure --enable-ssl --with-ssl=/usr/local/ssl >> >> or with a single line: >> ./configure LDFLAGS="-Wl,-rpath,/usr/local/ssl/lib" --enable-ssl >> --with-ssl=/usr/local/ssl >> >> >> Regards, >> Yann. >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org >> For additional commands, e-mail: users-h...@httpd.apache.org >> >> > > > -- > Matthew Goebel : goe...@emunix.emich.edu : Unix Jockey @ EMU : Hail Eris > Neo-Student, Net Lurker, Donut consumer, and procrastinating medher... > "Always with the negative waves, Moriarty" - Oddball > "Comfort the troubled, and trouble the comfortable." - Dietrich Bonhoeffer > > -- Matthew Goebel : goe...@emunix.emich.edu : Unix Jockey @ EMU : Hail Eris Neo-Student, Net Lurker, Donut consumer, and procrastinating medher... "Always with the negative waves, Moriarty" - Oddball "Comfort the troubled, and trouble the comfortable." - Dietrich Bonhoeffer