Re: [users@httpd] .so modules not being created Apache 2.4.18

2016-03-30 Thread Leonay Wynn
Yes! it works. thank you for your help Yann. Appreciate you On Wed, Mar 30, 2016 at 1:46 PM, Leonay Wynn wrote: > Nope...and trying that now. thanks Yann! > > On Wed, Mar 30, 2016 at 1:26 PM, Yann Ylavic wrote: > >> On Tue, Mar 29, 2016 at 9:51 PM, Leonay Wynn wrote: >>

Re: [users@httpd] .so modules not being created Apache 2.4.18

2016-03-30 Thread Leonay Wynn
Nope...and trying that now. thanks Yann! On Wed, Mar 30, 2016 at 1:26 PM, Yann Ylavic wrote: > On Tue, Mar 29, 2016 at 9:51 PM, Leonay Wynn wrote: > > ok did that and make got an error. is it telling me to recompile openssl > > with the -fPIC option?? > > > > /usr

Re: [users@httpd] .so modules not being created Apache 2.4.18

2016-03-29 Thread Leonay Wynn
Leaving directory `/home/jonesk/httpd-2.4.18/modules/mappers' make[2]: Leaving directory `/home/jonesk/httpd-2.4.18/modules/mappers' make[2]: Entering directory `/home/jonesk/httpd-2.4.18/modules' make[2]: Leaving directory `/home/jonesk/httpd-2.4.18/modules' make[1]: Leaving

Re: [users@httpd] .so modules not being created Apache 2.4.18

2016-03-29 Thread Leonay Wynn
: > On Tue, Mar 29, 2016 at 8:52 PM, Yann Ylavic wrote: > > On Tue, Mar 29, 2016 at 7:52 PM, Leonay Wynn wrote: > >> I need to upgrade from 2.2 to to 2.4 > >> > >> i used ./configure --prefix=/apps/httpd --enable-ssl > >> --with-ssl=/usr/local/

[users@httpd] .so modules not being created Apache 2.4.18

2016-03-29 Thread Leonay Wynn
I need to upgrade from 2.2 to to 2.4 i used ./configure --prefix=/apps/httpd --enable-ssl --with-ssl=/usr/local/ssl --with-mpm=worker --enable-module=headers as well as ./configure --prefix=/apps/httpd --enable-so --enable-ssl --with-ssl=/usr/local/ssl --with-mpm=worker --enable-module=headers

Re: [users@httpd] TLSv1.2

2016-03-29 Thread Leonay Wynn
are not working. do you know how i would go about getting the needed mod_headers.so ? i only see mod_headers.a and mod_headers.la in the modules directory. thx On Sat, Mar 26, 2016 at 5:01 AM, Luca Toscano wrote: > Hi! > > 2016-03-25 17:23 GMT+01:00 Leonay Wynn : > >> HI, >

[users@httpd] TLSv1.2

2016-03-25 Thread Leonay Wynn
HI, I'm running RHEL 5.3. I upgraded my httpd version to Apache 2.4.18. configured with this: $ ./configure --prefix=/apps/httpd --enable-ssl --with-mpm=worker --enable-module=headers --enable-shared=headers All works well. I also installed OpenSSL 1.0.2g . I replaced my system installed openssl

[users@httpd] Trying to upgrade from 2.2.22 to 2.4.4

2013-04-04 Thread Leonay Wynn
I am unable to get 2.4.4 to include mod_ssl.c I am attempting to use my config.nice i used from 2.2.22 "./configure" \ "--prefix=/apps/httpd" \ "--enable-ssl" \ "--with-mpm=worker" \ AND adding in the newly required --with-included-apr so it now looks like this: "./configure" \ "--prefix=/app