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-shared" \ "CFLAGS=-Wextensions -Wv -D__TANDEM" \ "$@" On Tue, Apr 12, 2016 at 4:10 PM, Yann Ylavic <[email protected]> wrote: > Hello Hemant, > > On Tue, Apr 12, 2016 at 10:58 AM, Hemant Chaudhary > <[email protected]> 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 you compile Apache httpd by yourself? > If so, which "./configure ..." command line was used? > > Regards, > Yann. > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > >
