You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm running Archlinux in Virtual Box.
I tried to install sailor with this guide INSTALL_LINUX_ARCH.md
after I have uncommented this line: LoadModule lua_module modules/mod_lua.so
httpd breaks with: httpd: Syntax error on line 119 of /etc/httpd/conf/httpd.conf: Cannot load modules/mod_lua.so into server: /etc/httpd/modules/mod_lua.so: undefined symbol: luaL_register
#: httpd -v
Server version: Apache/2.4.25 (Unix)
Server built: Dec 20 2016 13:02:22
I also tried lighttpd and didn't get it to work :(
The text was updated successfully, but these errors were encountered:
Sorry, I need to update these docs!
I would recommend trying it with either xavante or nginx though, since they are the best supported servers. Xavante comes installed with sailor, so if you tried creating an app, could you try cd'ing to it and lua start-server.lua ?
Thanks, lua5.2 start-server.lua works,
but I will test some other Distributions and installation instructions in the next few days.
I think it's important that newbies can follow the installation instructions and have a working server.
MaxiMakes
changed the title
install instructions for Arch doesn't seem to not work
install instructions for Arch doesn't seem to work
Mar 8, 2017
I'm running Archlinux in Virtual Box.
I tried to install sailor with this guide
INSTALL_LINUX_ARCH.md
after I have uncommented this line:
LoadModule lua_module modules/mod_lua.so
httpd breaks with:
httpd: Syntax error on line 119 of /etc/httpd/conf/httpd.conf: Cannot load modules/mod_lua.so into server: /etc/httpd/modules/mod_lua.so: undefined symbol: luaL_register
I also tried lighttpd and didn't get it to work :(
The text was updated successfully, but these errors were encountered: