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/testC/apache/httpd-2.4.18/srclib/pcre/pcre2-config"
\
"--enable-authnz-fcgi" \
"--enable-mods-shared=all cgi" \
"--enable-mpms-shared=all" \
"--enable-suexec=shared" \
"CFLAGS=-Wextensions -Wv -D__TANDEM" \
"$@

During building got this " Assuming installing a .so rather than a libtool
archive."

Error is here while run apachectl -k start
"Cannot load modules/mod_authn_file.la into server: dlopen
(6CA04E70->/home/hemant /testC/apache/modules/mod_authn_file.la,
5):\nFileSystem Error 4013 on File
/home/hemant/testC/apache/modules/mod_authn_file.l\na "

Thanks
Hemant


On Wed, Apr 13, 2016 at 10:32 AM, Hemant Chaudhary <
[email protected]> wrote:

> 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]
>>
>>
>

Reply via email to