Posted March 21, 201410 yr When attempting to start Apache on my Fedora 19 Linux box, I use: Code: apachectl start I then get the following error message: Code: syntax error on line 56 of /etc/httpd/conf/httpd.conf: syntax error on line 1 of /etc/httpd/conf.modules.d/00-lua.conf: cannot load modules/mod_lua.so into server: /etc/httpd/modules/mod.lua.so: undefined symbol: apr_bcrypt_encode I was able to determine that httpd.conf was written correctly (I never altered it) and that 00-lua.conf looks correct as well. I was not able to look inside the mod_lua.so file (it looks binary). What is in this file that causes this error message and what can I do to fix this? Continue reading...
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.