Ah, sorry. - Ubuntu 16.04 LTS, the one that just came out.
- Julia 0.4.6, the current stable release. - Hmm... I couldn't remember how I installed Julia, so I decided to try with the package manager... I found it, uninstalled it, then re-installed it and now I seem to have been downgraded to 0.4.5 but now there is no error... So I'm not sure what happened. I looked at my /etc/apt/sources.list file and I don't see any Julia repository. So I figure that I must have installed Julia using a PPA, so I found the PPA: https://launchpad.net/~staticfloat/+archive/ubuntu/juliareleases This time, instead of the PPA, I edited /etc/apt/sources.list and ran `apt-get update && apt-get upgrade`. This upgraded Julia again to 0.4.6 and *now* it doesn't show any errors. So... I guess we figured out and fixed the issue. Thanks for your help! Cheers, Daniel. On 7 August 2016 at 15:40, Uwe Fechner <[email protected]> wrote: > Could you give some more information: > - which Ubuntu version > - which version of Julia > - how did you install Julia? > > Regards, Uwe > > On Sunday, August 7, 2016 at 12:43:39 PM UTC+2, Daniel Carrera wrote: >> >> Hello, >> >> I just upgraded my Ubuntu install and now I get this message: >> >> % julia >> WARNING: Error during initialization of module GMP: >> ErrorException("The dynamically loaded GMP library (version 6.1.0 with >> __gmp_bits_per_limb == 64) >> does not correspond to the compile time version (version 5.1.3 with >> __gmp_bits_per_limb == 64). >> Please rebuild Julia.") >> >> >> >> I tried Googling but I can't figure out what I need to do. Help? >> >> Cheers, >> Daniel. >> >
