lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


	Hi David,

# apachectl configtest
Syntax error on line 196 of /etc/httpd/conf/httpd.conf:
Cannot load /etc/httpd/modules/mod_lua.so into server:
/etc/httpd/modules/mod_lua.so: undefined symbol: luaopen_base

(This problem goes away if I manually edit the mod2 makefile to statically
link in liblualib)
	Have you installed LuaBinaries Release 2?  It seems you're
using stock Lua distribution and in this case you could have a library
not correctly configured to Kepler.

But in any case, when I actually go to start Apache, it simply fails to
start. No error messages anywhere that I can see.
	Have you looked at the error logs?

	Regards,
		Tomas