Hi I removed mos_so.so from conf file. Now I have .so for mod_authn_file in modules but geeting the same error while starting the server. httpd: Syntax error on line 67 of /home/hemant/apache/conf/httpd.conf: Cannot load modules/mod_authn_file.so into server: dlopen (6CA053F0->/home/hemant/apache/modules/mod_authn_file.so, 5): FileSystem\n Error 4013 on File /home/hemant/apache/modules/mod_authn_file.so
I have commented all other LoadModules, only having "LoadModule authn_file_module modules/mod_authn_file.s" in conf file. Please help. Thanks Hemant On Tue, Jan 17, 2017 at 6:03 PM, Eric Covener <cove...@gmail.com> wrote: > On Tue, Jan 17, 2017 at 4:15 AM, Hemant Chaudhary > <hemantdude.chaudh...@gmail.com> wrote: > > httpd: Syntax error on line 66 of /home/hemant/apache/conf/httpd.conf: > > Cannot load modules/mod_so.so into server: dlopen > > (6CA053F0->/home/hemant/apache/modules/mo > > d_so.so, 5): FileSystem Error\n 4013 on File > > /home/hemant/apache/temp10/mod_so.s > > I don't think mod_so is useful as a non-static module. It's what lets > you load other modules dynamically. > > Dunno how you got a LoadModule for it, looks like you want to remove > the LoadModule and confirm it's static. > > -- > Eric Covener > cove...@gmail.com > > --------------------------------------------------------------------- > To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org > For additional commands, e-mail: users-h...@httpd.apache.org > >