Re: [users@httpd] Not able to make .so file during install apache-2.4.18

2016-04-13 Thread Hemant Chaudhary
Hi No even with --enable-so=yes, having the same error :( error is C annot load modules/mod_authn_file.so into server: dlopen (6CA04E70->/home/hemant /testC/apache/modules/mod_authn_file.so, 5):\nFileSystem Error 4002 on File /hom e/hemant/testC/apache/modules/mod_authn_file.s\no On Wed, Apr 13,

Re: [users@httpd] Not able to make .so file during install apache-2.4.18

2016-04-13 Thread Hemant Chaudhary
I am trying with -enable-so=yes On Wed, Apr 13, 2016 at 2:48 PM, Yann Ylavic wrote: > On Wed, Apr 13, 2016 at 10:56 AM, Hemant Chaudhary > wrote: > > Here is the config.log > > Possibly the same file with --enable-so=yes configured? > > --

Re: [users@httpd] Not able to make .so file during install apache-2.4.18

2016-04-13 Thread Yann Ylavic
On Wed, Apr 13, 2016 at 10:56 AM, Hemant Chaudhary wrote: > Here is the config.log Possibly the same file with --enable-so=yes configured? - To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org For additional commands, e-m

Re: [users@httpd] Not able to make .so file during install apache-2.4.18

2016-04-13 Thread Yann Ylavic
On Wed, Apr 13, 2016 at 10:39 AM, Yann Ylavic wrote: > Does adding --enable-so=yes make a difference? Otherwise, please attach your config.log file. > > Regards, > Yann. - To unsubscribe, e-mail: users-unsubscr...@httpd.apache.

Re: [users@httpd] Not able to make .so file during install apache-2.4.18

2016-04-13 Thread Yann Ylavic
Hi, On Wed, Apr 13, 2016 at 9:15 AM, Hemant Chaudhary wrote: > > CFLAGS="-Wextensions -Wv -D__TANDEM"; export CFLAGS > "./configure" \ > "--prefix=/home/hemant/testC/apache" \ > "--with-included-apr" \ > "--with-pcre=/home/hemant/testC/apache/httpd-2.4.18/srclib/pcre/pcre2-config" > \ > "--enabl

Re: [users@httpd] Not able to make .so file during install apache-2.4.18

2016-04-13 Thread Hemant Chaudhary
Hello I tried with different configuration command and get the same error Configuration command ... #! /bin/sh # # Created by configure CFLAGS="-Wextensions -Wv -D__TANDEM"; export CFLAGS "./configure" \ "--prefix=/home/hemant/testC/apache" \ "--with-included-apr" \ "--with-pcre=/home/hemant/te

Re: [users@httpd] Not able to make .so file during install apache-2.4.18

2016-04-12 Thread Hemant Chaudhary
Hello Chrtistopher My ./configuration command is #! /bin/sh # # Created by configure CFLAGS="-Wextensions -Wv -D__TANDEM "; export CFLAGS "./configure" \ "--prefix=/home/hemant/testC/apache" \ "--with-included-apr" \ "--with-pcre=/home/hemant/testC/apache/httpd-2.4.18/srclib/pcre/pcre2-config"

Re: [users@httpd] Not able to make .so file during install apache-2.4.18

2016-04-12 Thread Hemant Chaudhary
Hi Yann My configuration command is #! /bin/sh # # Created by configure CFLAGS="-Wextensions -Wv -D__TANDEM "; export CFLAGS "./configure" \ "--prefix=/home/hemant/testC/apache" \ "--with-included-apr" \ "--with-pcre=/home/hemant/testC/apache/httpd-2.4.18/srclib/pcre/pcre2-config" \ "--enable-sha

Re: [users@httpd] Not able to make .so file during install apache-2.4.18

2016-04-12 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hemant, On 4/12/16 6:40 AM, Yann Ylavic wrote: > Hello Hemant, > > On Tue, Apr 12, 2016 at 10:58 AM, Hemant Chaudhary > wrote: >> While installing apache-2.4.18 on Non Stop HP, I am not able to >> create .so file(shared file) which is required in

Re: [users@httpd] Not able to make .so file during install apache-2.4.18

2016-04-12 Thread Yann Ylavic
Hello Hemant, On Tue, Apr 12, 2016 at 10:58 AM, Hemant Chaudhary wrote: > While installing apache-2.4.18 on Non Stop HP, I am not able to create .so > file(shared file) which is required in httpd.conf. It is creating '.a ' > file in modules but not ' .so ' . Please help me through this. Did yo

[users@httpd] Not able to make .so file during install apache-2.4.18

2016-04-12 Thread Hemant Chaudhary
Hello While installing apache-2.4.18 on Non Stop HP, I am not able to create .so file(shared file) which is required in httpd.conf. It is creating '.a ' file in modules but not ' .so ' . Please help me through this. Thanks Hemant