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;
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
add a comment
|
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
Please add output ofldd /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
add a comment
|
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
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
18.04 cron libraries lynx gnutls
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 ofldd /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
add a comment
|
Please add output ofldd /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
add a comment
|
1 Answer
1
active
oldest
votes
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
add a comment
|
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
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
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
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
add a comment
|
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
add a comment
|
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
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
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
add a comment
|
add a comment
|
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.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
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
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
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
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