WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: links needs sudo in picore 15.0  (Read 306 times)

Offline ovacikar

  • Newbie
  • *
  • Posts: 48
links needs sudo in picore 15.0
« on: October 06, 2024, 09:35:13 AM »
Hello ,

Links text browser needs sudo to work,this is the version from official repository uploaded in 2020 by Juanito.

 I am on picore 15.0 the first beta release:

Code: [Select]
Linux box 6.6.28-piCore #4 Thu Apr 18 22:44:37 EDT 2024 armv6l GNU/Linux
without sudo I get this:

Code: [Select]
tc@box:~$ [warn] Epoll ADD(1) on fd 0 failed. Old events were 0; read change was 1 (add); write change was 0 (none); close change was 0 (none): Operation not permitted

ERROR: event_add failed: Operation not permitted at select.c:415, handle 0

Offline Paul_123

  • Administrator
  • Hero Member
  • *****
  • Posts: 1243
Re: links needs sudo in picore 15.0
« Reply #1 on: October 06, 2024, 09:54:15 AM »
Please check on the latest beta.

But it seems it needs access to a device that may not be tc:staff writable. What is happening when you see the error?

Offline ovacikar

  • Newbie
  • *
  • Posts: 48
Re: links needs sudo in picore 15.0
« Reply #2 on: November 17, 2024, 09:41:50 AM »
I have a fresh install of picore 15 public release, but in this repo the links binary is compiled against the old libssl


Code: [Select]
links: error while loading shared libraries: libssl.so.1.1: cannot open shared object file: No such file or directory

Offline Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14811
Re: links needs sudo in picore 15.0
« Reply #3 on: November 17, 2024, 12:07:01 PM »
I'll get around to recompiling it at some point. but in the meantime you can load openssl-1.1.1

Offline ovacikar

  • Newbie
  • *
  • Posts: 48
Re: links needs sudo in picore 15.0
« Reply #4 on: November 18, 2024, 10:13:33 AM »
Did not get the permission error, after installing openssl-1.1 temporarily

Offline Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14811
Re: links needs sudo in picore 15.0
« Reply #5 on: November 19, 2024, 05:49:38 AM »
updated links posted