Tiny Core Linux

Tiny Core Base => Raspberry Pi => Topic started by: ovacikar on October 06, 2024, 09:35:13 AM

Title: links needs sudo in picore 15.0
Post by: ovacikar 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
Title: Re: links needs sudo in picore 15.0
Post by: Paul_123 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?
Title: Re: links needs sudo in picore 15.0
Post by: ovacikar 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
Title: Re: links needs sudo in picore 15.0
Post by: Juanito 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
Title: Re: links needs sudo in picore 15.0
Post by: ovacikar on November 18, 2024, 10:13:33 AM
Did not get the permission error, after installing openssl-1.1 temporarily
Title: Re: links needs sudo in picore 15.0
Post by: Juanito on November 19, 2024, 05:49:38 AM
updated links posted