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: >> > ok did that and make

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/bin/ld: /usr/local/ssl/lib/lib

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

2016-03-30 Thread Yann Ylavic
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/bin/ld: /usr/local/ssl/lib/libssl.a(s3_srvr.o): relocation R_X86_64_32 > against `a local symbol' can not be used when making a shared o

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

2016-03-29 Thread Yann Ylavic
On Tue, Mar 29, 2016 at 9:18 PM, Leonay Wynn wrote: > make depend results: You still need "make && make install" after "make depend". - To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org For additional commands, e-mail:

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

2016-03-29 Thread Leonay Wynn
make depend results: make depend Making depend in srclib make[1]: Entering directory `/home/jonesk/httpd-2.4.18/srclib' Making depend in apr make[2]: Entering directory `/home/jonesk/httpd-2.4.18/srclib/apr' make[3]: Entering directory `/home/jonesk/httpd-2.4.18/srclib/apr' make[3]: Leaving direct

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

2016-03-29 Thread Leonay Wynn
Thanks gain Yann, $ ./configure --prefix=/apps/httpd --enable-so --enable-ssl=shared --enable-headers=shared --with-ssl=/usr/local/ssl --with-mpm=worker and still no .so files of any sort. let me try the make depend and see what it says.thx On Tue, Mar 29, 2016 at 2:55 PM, Yann Ylavic wrote:

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

2016-03-29 Thread Yann Ylavic
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/ssl --with-mpm=worker --enable-module=headers >> >> as well as >>

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

2016-03-29 Thread Yann Ylavic
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/ssl --with-mpm=worker --enable-module=headers > > as well as > ./configure --prefix=/apps/httpd --enable-so --enable-ssl > -

[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