Create a static Haskell Linux executable

后端 未结 3 1846
庸人自扰
庸人自扰 2020-12-23 17:46

It\'s not often two things I love so much come together to cause me so much annoyance (besides my kids). I\'ve written a Haskell program at work that uses libraries like tex

3条回答
  •  遥遥无期
    2020-12-23 18:07

    It is related to the old glibc library in CentOS. You have to compile with the same version of glibc as installed on CentOS.

    I had exactly the same problem. Haskell executable compiled on arch (or ubuntu) won't run on CentOS. In my case though i was lucky, because our admin just removed CentOS and installed Arch for application server.

提交回复
热议问题