[SOLVED] mod.lua.so: undefined symbol: apr_bcrypt_encode

  • Thread starter Thread starter WetCoastCoder
  • Start date Start date
W

WetCoastCoder

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...
 
Back
Top