Hello, I am getting the following error. Cannot load modules/mod_authn_file.so into server: dlopen (6CA04E50>/home/hemant/apache/modules/mod_authn_file.so, 5): FileSystem\n Error 4002 on File /home/hemant/apache/modules/mod_authn_file.so
Even I am not able to create .so file in modules. Only .a and .la files are creating in modules. My config.nice is # Created by configure CFLAGS="-Wextensions -Wv -Wcall_shared -D__TANDEM -D__minix"; export CFLAGS "./configure" \ "--prefix=/home/hemant/apache" \ "--with-included-apr" \ "--with-pcre=/home/hemant/apache/httpd-2.4.20/srclib/pcre/pcre2-config" \ "--enable-so" \ "--enable-rewrite" \ "--enable-ssl" \ "--enable-mods-shared=rewrite ssl" \ "CFLAGS=-Wextensions -Wv -Wcall_shared -D__TANDEM -D__minix" \ "LDFLAGS=" \ "$@" Please help me how to port it on hp nonstop. Thanks Hemant