Skip to content

Instantly share code, notes, and snippets.

@winks
Last active August 29, 2015 14:21
Show Gist options
  • Save winks/4878e790164ec30c54d7 to your computer and use it in GitHub Desktop.
Save winks/4878e790164ec30c54d7 to your computer and use it in GitHub Desktop.

Debian squeeze

  • no chance

Debian wheezy

  • static core doesn't work due to ssl errors (probably cipher mismatch)
  • building works fine once Qt4 is installed

Debian jessie

  • static core doesn't work out of the box
  • apt-get install lib32z1 makes it work

Alpine 3.1.4

  • static core doesn't work out of the box

Ubuntu 14.04

  • static core doesn't work out of the box
  • apt-get install lib32z1 makes it work

elementary OS 0.3 (based on Ubuntu 14.04 LTS)

  • static core doesn't work out of the box
  • apt-get install gcc-multilib makes it work

CentOS 7

  • static core doesn't work out of the box
  • yum -y install glibc.i686 makes it work
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment