<div><span style="background-color:rgb(255, 255, 255)"><span style="color:rgb(85, 85, 85)"><span style="font-family:monospace"><span style="font-size:14px">I apologize if this is the wrong mailing list, however I couldn't find another one that seemed fit.</span></span></span></span><br></div><div><br></div><div><span style="background-color:rgb(255, 255, 255)"><span style="color:rgb(85, 85, 85)"><span style="font-family:monospace"><span style="font-size:14px">On the official binary release page (</span></span></span></span><a target="_blank" rel="noreferrer nofollow noopener" href="https://www.haskell.org/ghc/download_ghc_8_10_1.html" style="box-sizing: inherit; background-color: rgb(255, 255, 255); font-family: monospace; font-size: 14px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; white-space: pre-wrap; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px;">https://www.haskell.org/ghc/download_ghc_8_10_1.html</a><span style="background-color:rgb(255, 255, 255)"><span style="color:rgb(85, 85, 85)"><span style="font-family:monospace"><span style="font-size:14px">) under the x86_64 alpine release it states the following:</span></span></span></span><br></div><div><br></div><div><span style="background-color:rgb(255, 255, 255)"><span style="color:rgb(85, 85, 85)"><span style="font-family:monospace"><span style="font-size:14px">> Unlike our other binary distributions, this links against the`integer-simple`big-integer backend and therefore does not require`libgmp`.</span></span></span></span><br></div><div><br></div><div><span style="background-color:rgb(255, 255, 255)"><span style="color:rgb(85, 85, 85)"><span style="font-family:monospace"><span style="font-size:14px">However, ldd shows that it DOES link to gmp:</span></span></span></span><br></div><div><br></div><div><span style="background-color:rgb(255, 255, 255)"><span style="color:rgb(85, 85, 85)"><span style="font-family:monospace"><span style="font-size:14px">    libgmp.so.10 => /lib/libgmp.so.10 (0x7f47f4c94000)</span></span></span></span><br></div><div><br></div><div><span style="background-color:rgb(255, 255, 255)"><span style="color:rgb(85, 85, 85)"><span style="font-family:monospace"><span style="font-size:14px">

Additionally, if gmp is not installed then a number of errors appear:</span></span></span></span><br></div><div><br></div><div><span style="background-color:rgb(255, 255, 255)"><span style="color:rgb(85, 85, 85)"><span style="font-family:monospace"><span style="font-size:14px">    Error relocating /usr/bin/../lib/x86_64-linux-ghc-8.10.1/libHSinteger-gmp-1.0.3.0-ghc8.10.1.so: __gmpn_tdiv_qr: symbol not found</span></span></span></span><br></div><div><span style="background-color:rgb(255, 255, 255)"><span style="color:rgb(85, 85, 85)"><span style="font-family:monospace"><span style="font-size:14px">    Error relocating /usr/bin/../lib/x86_64-linux-ghc-8.10.1/libHSinteger-gmp-1.0.3.0-ghc8.10.1.so: __gmpn_gcd_1: symbol not found</span></span></span></span><br></div><div><span style="background-color:rgb(255, 255, 255)"><span style="color:rgb(85, 85, 85)"><span style="font-family:monospace"><span style="font-size:14px">    Error relocating /usr/bin/../lib/x86_64-linux-ghc-8.10.1/libHSinteger-gmp-1.0.3.0-ghc8.10.1.so: __gmpn_add_1: symbol not found</span></span></span></span><br></div><div><span style="background-color:rgb(255, 255, 255)"><span style="color:rgb(85, 85, 85)"><span style="font-family:monospace"><span style="font-size:14px">    Error relocating /usr/bin/../lib/x86_64-linux-ghc-8.10.1/libHSinteger-gmp-1.0.3.0-ghc8.10.1.so: __gmpn_andn_n: symbol not found</span></span></span></span><br></div><div><span style="background-color:rgb(255, 255, 255)"><span style="color:rgb(85, 85, 85)"><span style="font-family:monospace"><span style="font-size:14px">    Error relocating /usr/bin/../lib/x86_64-linux-ghc-8.10.1/libHSinteger-gmp-1.0.3.0-ghc8.10.1.so: __gmpz_gcdext: symbol not found</span></span></span></span><br></div><div><span style="background-color:rgb(255, 255, 255)"><span style="color:rgb(85, 85, 85)"><span style="font-family:monospace"><span style="font-size:14px">    Error relocating /usr/bin/../lib/x86_64-linux-ghc-8.10.1/libHSinteger-gmp-1.0.3.0-ghc8.10.1.so: __gmpn_lshift: symbol not found</span></span></span></span><br></div><div><span style="background-color:rgb(255, 255, 255)"><span style="color:rgb(85, 85, 85)"><span style="font-family:monospace"><span style="font-size:14px">    Error relocating /usr/bin/../lib/x86_64-linux-ghc-8.10.1/libHSinteger-gmp-1.0.3.0-ghc8.10.1.so: __gmpn_rshift: symbol not found</span></span></span></span><br></div><div><span style="background-color:rgb(255, 255, 255)"><span style="color:rgb(85, 85, 85)"><span style="font-family:monospace"><span style="font-size:14px">    Error relocating /usr/bin/../lib/x86_64-linux-ghc-8.10.1/libHSinteger-gmp-1.0.3.0-ghc8.10.1.so: __gmpn_and_n: symbol not found</span></span></span></span><br></div><div><span style="background-color:rgb(255, 255, 255)"><span style="color:rgb(85, 85, 85)"><span style="font-family:monospace"><span style="font-size:14px">    Error relocating /usr/bin/../lib/x86_64-linux-ghc-8.10.1/libHSinteger-gmp-1.0.3.0-ghc8.10.1.so: __gmpz_powm: symbol not found</span></span></span></span><br></div><div><span style="background-color:rgb(255, 255, 255)"><span style="color:rgb(85, 85, 85)"><span style="font-family:monospace"><span style="font-size:14px">    Error relocating /usr/bin/../lib/x86_64-linux-ghc-8.10.1/libHSinteger-gmp-1.0.3.0-ghc8.10.1.so: __gmpn_mod_1: symbol not found</span></span></span></span><br></div><div><span style="background-color:rgb(255, 255, 255)"><span style="color:rgb(85, 85, 85)"><span style="font-family:monospace"><span style="font-size:14px">    Error relocating /usr/bin/../lib/x86_64-linux-ghc-8.10.1/libHSinteger-gmp-1.0.3.0-ghc8.10.1.so: __gmpn_cmp: symbol not found</span></span></span></span><br></div><div><span style="background-color:rgb(255, 255, 255)"><span style="color:rgb(85, 85, 85)"><span style="font-family:monospace"><span style="font-size:14px">    Error relocating /usr/bin/../lib/x86_64-linux-ghc-8.10.1/libHSinteger-gmp-1.0.3.0-ghc8.10.1.so: __gmpn_add: symbol not found</span></span></span></span><br></div><div><span style="background-color:rgb(255, 255, 255)"><span style="color:rgb(85, 85, 85)"><span style="font-family:monospace"><span style="font-size:14px">    Error relocating /usr/bin/../lib/x86_64-linux-ghc-8.10.1/libHSinteger-gmp-1.0.3.0-ghc8.10.1.so: __gmpn_sub_1: symbol not found</span></span></span></span><br></div><div><span style="background-color:rgb(255, 255, 255)"><span style="color:rgb(85, 85, 85)"><span style="font-family:monospace"><span style="font-size:14px">    Error relocating /usr/bin/../lib/x86_64-linux-ghc-8.10.1/libHSinteger-gmp-1.0.3.0-ghc8.10.1.so: __gmpn_xor_n: symbol not found</span></span></span></span><br></div><div><span style="background-color:rgb(255, 255, 255)"><span style="color:rgb(85, 85, 85)"><span style="font-family:monospace"><span style="font-size:14px">    Error relocating /usr/bin/../lib/x86_64-linux-ghc-8.10.1/libHSinteger-gmp-1.0.3.0-ghc8.10.1.so: __gmpz_clear: symbol not found</span></span></span></span><br></div><div><span style="background-color:rgb(255, 255, 255)"><span style="color:rgb(85, 85, 85)"><span style="font-family:monospace"><span style="font-size:14px">    Error relocating /usr/bin/../lib/x86_64-linux-ghc-8.10.1/libHSinteger-gmp-1.0.3.0-ghc8.10.1.so: __gmpz_invert: symbol not found</span></span></span></span><br></div><div><br></div><div><span style="background-color:rgb(255, 255, 255)"><span style="color:rgb(85, 85, 85)"><span style="font-family:monospace"><span style="font-size:14px">Either this build isn't configured properly or the text on the release page needs to be edited to reflect this.</span></span></span></span><br></div>