Skip to content

Frequently Asked Questions

Mino edited this page Dec 22, 2015 · 4 revisions

Compiling pyzmq throws an error!

  • If you get unrecognized relocation (0x2a) in section '.init' or something like that, you should upgrade to GCC 5 and then link x86_64-linux-gnu-gcc to it. I don't know why this happens on some systems, but that seems to make it compile at least. For Debian check out the gcc-5 package in sid.

  • If you get unrecognized command line option ‘-fstack-protector-strong’ check out this page.

How do I enable balancing?

The balance plugin is disabled by default. Add it to the qlx_plugins cvar.

Example: DEFAULT, balance will load all default plugins plus balance.

Clone this wiki locally