lynx: relocation errorDoes sudo crontab -e on Ubuntu Desktop 14.04.1 workWhen I “restart” (reboot) Ubuntu, my wired network doesn't workFilezilla not starting at allInternet speed reduction (on installed system) Kubuntu 18.04 LTSWD (Sandisk) NVMe M.2 stick not quite workingUpgrading from mythbuntu 16.04 to ubuntu 18.04

Centered text and Equations aligned

Is a midspace space station between Earth and Mars practical?

Collection of open problems in Partial differential equations

How to create "wave"-like type in Illustrator

Who verifies the trust of certificate authorities?

How to build an overfitted network in order to increase performances

Infinite series that strangely converge?

Can I re-whip whipped cream?

Between while and do in shell script

Propagator of a real scalar field does not give an unambiguous result

How to tell my Mom that I don't care about someone without upsetting her?

Was playing with both hands ever allowed in chess?

reload interface while keeping data?

What is a channel in a CNN?

How do electric hot water heaters explode and what can be done to prevent that from happening?

Retracting Recommendation Letters

Why impeach Trump now and not earlier?

Why does UNIX ed not have a prompt by default

Brake disc and pads corrosion, do they need replacement?

Found that newly hired employee wasn't completely frank. What would be good to do in that situation?

Prospective employer asking for my current pay slip during interview

Thoughts on using user stories to define business/platform needs?

Why are green parties so often opposed to nuclear power?

When did Hebrew start replacing Yiddish?



lynx: relocation error


Does sudo crontab -e on Ubuntu Desktop 14.04.1 workWhen I “restart” (reboot) Ubuntu, my wired network doesn't workFilezilla not starting at allInternet speed reduction (on installed system) Kubuntu 18.04 LTSWD (Sandisk) NVMe M.2 stick not quite workingUpgrading from mythbuntu 16.04 to ubuntu 18.04






.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty
margin-bottom:0;









1


















Trying to run cron jobs with lynx fails. I get this error:



lynx: relocation error: /usr/lib/x86_64-linux-gnu/libgnutls.so.30: symbol _idn2_punycode_decode version IDN2_0.0.0 not defined in file libidn2.so.0 with link time reference


This is new after some recent updates. Anyone else experiencing this? Ideas how to solve? No new updates present.



Linux version 4.15.0-62-generic (buildd@lcy01-amd64-024) (gcc version 7.4.0 (Ubuntu 7.4.0-1ubuntu1~**18.04.1**)) #69-Ubuntu SMP Wed **Sep 4 20:55:53 UTC 2019**









share|improve this question



























  • Please add output of ldd /usr/lib/x86_64-linux-gnu/libgnutls.so.30 | grep local to the question. It seems that you have some self-compiled libraries as gnutls or libidn2. What is your Ubuntu version?

    – N0rbert
    Sep 11 at 19:41












  • Already mentioned versions in the question. Thanks for commenting! There was an update and there it was fixed.

    – lion
    Sep 27 at 20:12

















1


















Trying to run cron jobs with lynx fails. I get this error:



lynx: relocation error: /usr/lib/x86_64-linux-gnu/libgnutls.so.30: symbol _idn2_punycode_decode version IDN2_0.0.0 not defined in file libidn2.so.0 with link time reference


This is new after some recent updates. Anyone else experiencing this? Ideas how to solve? No new updates present.



Linux version 4.15.0-62-generic (buildd@lcy01-amd64-024) (gcc version 7.4.0 (Ubuntu 7.4.0-1ubuntu1~**18.04.1**)) #69-Ubuntu SMP Wed **Sep 4 20:55:53 UTC 2019**









share|improve this question



























  • Please add output of ldd /usr/lib/x86_64-linux-gnu/libgnutls.so.30 | grep local to the question. It seems that you have some self-compiled libraries as gnutls or libidn2. What is your Ubuntu version?

    – N0rbert
    Sep 11 at 19:41












  • Already mentioned versions in the question. Thanks for commenting! There was an update and there it was fixed.

    – lion
    Sep 27 at 20:12













1













1









1


1






Trying to run cron jobs with lynx fails. I get this error:



lynx: relocation error: /usr/lib/x86_64-linux-gnu/libgnutls.so.30: symbol _idn2_punycode_decode version IDN2_0.0.0 not defined in file libidn2.so.0 with link time reference


This is new after some recent updates. Anyone else experiencing this? Ideas how to solve? No new updates present.



Linux version 4.15.0-62-generic (buildd@lcy01-amd64-024) (gcc version 7.4.0 (Ubuntu 7.4.0-1ubuntu1~**18.04.1**)) #69-Ubuntu SMP Wed **Sep 4 20:55:53 UTC 2019**









share|improve this question
















Trying to run cron jobs with lynx fails. I get this error:



lynx: relocation error: /usr/lib/x86_64-linux-gnu/libgnutls.so.30: symbol _idn2_punycode_decode version IDN2_0.0.0 not defined in file libidn2.so.0 with link time reference


This is new after some recent updates. Anyone else experiencing this? Ideas how to solve? No new updates present.



Linux version 4.15.0-62-generic (buildd@lcy01-amd64-024) (gcc version 7.4.0 (Ubuntu 7.4.0-1ubuntu1~**18.04.1**)) #69-Ubuntu SMP Wed **Sep 4 20:55:53 UTC 2019**






18.04 cron libraries lynx gnutls






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited Sep 27 at 20:24









N0rbert

36.1k10 gold badges83 silver badges169 bronze badges




36.1k10 gold badges83 silver badges169 bronze badges










asked Sep 11 at 16:30









lionlion

293 bronze badges




293 bronze badges















  • Please add output of ldd /usr/lib/x86_64-linux-gnu/libgnutls.so.30 | grep local to the question. It seems that you have some self-compiled libraries as gnutls or libidn2. What is your Ubuntu version?

    – N0rbert
    Sep 11 at 19:41












  • Already mentioned versions in the question. Thanks for commenting! There was an update and there it was fixed.

    – lion
    Sep 27 at 20:12

















  • Please add output of ldd /usr/lib/x86_64-linux-gnu/libgnutls.so.30 | grep local to the question. It seems that you have some self-compiled libraries as gnutls or libidn2. What is your Ubuntu version?

    – N0rbert
    Sep 11 at 19:41












  • Already mentioned versions in the question. Thanks for commenting! There was an update and there it was fixed.

    – lion
    Sep 27 at 20:12
















Please add output of ldd /usr/lib/x86_64-linux-gnu/libgnutls.so.30 | grep local to the question. It seems that you have some self-compiled libraries as gnutls or libidn2. What is your Ubuntu version?

– N0rbert
Sep 11 at 19:41






Please add output of ldd /usr/lib/x86_64-linux-gnu/libgnutls.so.30 | grep local to the question. It seems that you have some self-compiled libraries as gnutls or libidn2. What is your Ubuntu version?

– N0rbert
Sep 11 at 19:41














Already mentioned versions in the question. Thanks for commenting! There was an update and there it was fixed.

– lion
Sep 27 at 20:12





Already mentioned versions in the question. Thanks for commenting! There was an update and there it was fixed.

– lion
Sep 27 at 20:12










1 Answer
1






active

oldest

votes


















1



















Solved by downgrade of the lib like so:



wget http://mirrors.kernel.org/ubuntu/pool/main/libi/libidn2/libidn2-0_2.0.4-1.1build2_amd64.deb
sudo dpkg -i libidn2-0_2.0.4-1.1build2_amd64.deb





share|improve this answer




























    Your Answer








    StackExchange.ready(function()
    var channelOptions =
    tags: "".split(" "),
    id: "89"
    ;
    initTagRenderer("".split(" "), "".split(" "), channelOptions);

    StackExchange.using("externalEditor", function()
    // Have to fire editor after snippets, if snippets enabled
    if (StackExchange.settings.snippets.snippetsEnabled)
    StackExchange.using("snippets", function()
    createEditor();
    );

    else
    createEditor();

    );

    function createEditor()
    StackExchange.prepareEditor(
    heartbeatType: 'answer',
    autoActivateHeartbeat: false,
    convertImagesToLinks: true,
    noModals: true,
    showLowRepImageUploadWarning: true,
    reputationToPostImages: 10,
    bindNavPrevention: true,
    postfix: "",
    imageUploader:
    brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
    contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/4.0/"u003ecc by-sa 4.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
    allowUrls: true
    ,
    onDemand: true,
    discardSelector: ".discard-answer"
    ,immediatelyShowMarkdownHelp:true
    );



    );














    draft saved

    draft discarded
















    StackExchange.ready(
    function ()
    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1173506%2flynx-relocation-error%23new-answer', 'question_page');

    );

    Post as a guest















    Required, but never shown


























    1 Answer
    1






    active

    oldest

    votes








    1 Answer
    1






    active

    oldest

    votes









    active

    oldest

    votes






    active

    oldest

    votes









    1



















    Solved by downgrade of the lib like so:



    wget http://mirrors.kernel.org/ubuntu/pool/main/libi/libidn2/libidn2-0_2.0.4-1.1build2_amd64.deb
    sudo dpkg -i libidn2-0_2.0.4-1.1build2_amd64.deb





    share|improve this answer































      1



















      Solved by downgrade of the lib like so:



      wget http://mirrors.kernel.org/ubuntu/pool/main/libi/libidn2/libidn2-0_2.0.4-1.1build2_amd64.deb
      sudo dpkg -i libidn2-0_2.0.4-1.1build2_amd64.deb





      share|improve this answer





























        1















        1











        1









        Solved by downgrade of the lib like so:



        wget http://mirrors.kernel.org/ubuntu/pool/main/libi/libidn2/libidn2-0_2.0.4-1.1build2_amd64.deb
        sudo dpkg -i libidn2-0_2.0.4-1.1build2_amd64.deb





        share|improve this answer
















        Solved by downgrade of the lib like so:



        wget http://mirrors.kernel.org/ubuntu/pool/main/libi/libidn2/libidn2-0_2.0.4-1.1build2_amd64.deb
        sudo dpkg -i libidn2-0_2.0.4-1.1build2_amd64.deb






        share|improve this answer















        share|improve this answer




        share|improve this answer








        edited Sep 27 at 20:24









        N0rbert

        36.1k10 gold badges83 silver badges169 bronze badges




        36.1k10 gold badges83 silver badges169 bronze badges










        answered Sep 11 at 16:40









        lionlion

        293 bronze badges




        293 bronze badges































            draft saved

            draft discarded















































            Thanks for contributing an answer to Ask Ubuntu!


            • Please be sure to answer the question. Provide details and share your research!

            But avoid


            • Asking for help, clarification, or responding to other answers.

            • Making statements based on opinion; back them up with references or personal experience.

            To learn more, see our tips on writing great answers.




            draft saved


            draft discarded














            StackExchange.ready(
            function ()
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1173506%2flynx-relocation-error%23new-answer', 'question_page');

            );

            Post as a guest















            Required, but never shown





















































            Required, but never shown














            Required, but never shown












            Required, but never shown







            Required, but never shown

































            Required, but never shown














            Required, but never shown












            Required, but never shown







            Required, but never shown









            Popular posts from this blog

            Tamil (spriik) Luke uk diar | Nawigatjuun

            Align equal signs while including text over equalitiesAMS align: left aligned text/math plus multicolumn alignmentMultiple alignmentsAligning equations in multiple placesNumbering and aligning an equation with multiple columnsHow to align one equation with another multline equationUsing \ in environments inside the begintabularxNumber equations and preserving alignment of equal signsHow can I align equations to the left and to the right?Double equation alignment problem within align enviromentAligned within align: Why are they right-aligned?

            Where does the image of a data connector as a sharp metal spike originate from?Where does the concept of infected people turning into zombies only after death originate from?Where does the motif of a reanimated human head originate?Where did the notion that Dragons could speak originate?Where does the archetypal image of the 'Grey' alien come from?Where did the suffix '-Man' originate?Where does the notion of being injured or killed by an illusion originate?Where did the term “sophont” originate?Where does the trope of magic spells being driven by advanced technology originate from?Where did the term “the living impaired” originate?