Skip to content

Instantly share code, notes, and snippets.

@jmcvetta
Created September 18, 2012 02:16
Show Gist options
  • Save jmcvetta/3740891 to your computer and use it in GitHub Desktop.
Save jmcvetta/3740891 to your computer and use it in GitHub Desktop.
Liquid Feedback on Ubuntu 11.10

Liquid Feedback on Ubuntu 11.10

Core

  • Edit Makefile. In lf_update section, move -lpq to be the last argument.

Webmcp

  • Edit Makefile.options. In the CFLAGS section, replace -I /usr/include -I /usr/local/include with -I/usr/include/lua5.1 -fno-stack-protector
  • Copy framework.precompiled, not framework, to /opt/webmcp else you will get a missing library error.

Bugs

  • Using copypasta lighttpd config from http://dev.liquidfeedback.org/trac/lf/wiki/installation, I get this complaint on lighttpd startup: 2012-09-18 02:51:53: (plugin.c.131) Cannot load plugin mod_redirect more than once, please fix your config (we may not accept such configs in future releases
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment