[ModBase1] Common libraries and tools for use by other modules

Discussion on apps, protocols, APIs, specifications, and more. You are welcome to join us as a TOS app developer!
User avatar
marchinho
Posts: 11
Joined: 30 Nov 2021, 23:05

Re: [ModBase1][1.00.11] Common libraries and tools for use by other modules

Post by marchinho »

outkastm wrote: 03 Feb 2022, 06:16 arm up to 1.00.01 (added unrar and nano)
Hello, sorry for pressing, when i try to use unrar i get this error

$ /unrar: /usr/lib/libstdc++.so.6: version `CXXABI_1.3.9' not found (required by ./unrar)

Nano and the other modules are working fine

Thanks
User avatar
marchinho
Posts: 11
Joined: 30 Nov 2021, 23:05

Re: [ModBase1][1.00.11] Common libraries and tools for use by other modules

Post by marchinho »

This is the lib content

Image
User avatar
outkastm
Posts: 1186
Joined: 29 Dec 2020, 23:52

Re: [ModBase1][1.00.11] Common libraries and tools for use by other modules

Post by outkastm »

I'll have a look this evening
User avatar
outkastm
Posts: 1186
Joined: 29 Dec 2020, 23:52

Re: [ModBase1][1.00.11] Common libraries and tools for use by other modules

Post by outkastm »

try the latest version 1.00.02
User avatar
marchinho
Posts: 11
Joined: 30 Nov 2021, 23:05

Re: [ModBase1][1.00.11] Common libraries and tools for use by other modules

Post by marchinho »

It's perfect now!

Thanks for your great work ;)
User avatar
mattb
Posts: 5
Joined: 19 Feb 2021, 21:45

Re: [ModBase1][1.00.11] Common libraries and tools for use by other modules

Post by mattb »

Hey thank you for your hard work with this! I've just installed the aarch64 version 1.00.02 hoping to run screen or tmux, but they don't seem to be included in /usr/local/ModBase1/sys/bin. Have I done something wrong, or are they just not included yet?

Again, thanks for this package. It's really helpful.
User avatar
outkastm
Posts: 1186
Joined: 29 Dec 2020, 23:52

Re: [ModBase1][1.00.11] Common libraries and tools for use by other modules

Post by outkastm »

Not included yet in arm package, but they will be on the next version
User avatar
mattb
Posts: 5
Joined: 19 Feb 2021, 21:45

Re: [ModBase1][1.00.11] Common libraries and tools for use by other modules

Post by mattb »

Brilliant! Thank you
User avatar
outkastm
Posts: 1186
Joined: 29 Dec 2020, 23:52

Re: [ModBase1][1.00.11] Common libraries and tools for use by other modules

Post by outkastm »

arm version up to 1.00.03, added screen and tmux (to be tested)
User avatar
mattb
Posts: 5
Joined: 19 Feb 2021, 21:45

Re: [ModBase1][1.00.11] Common libraries and tools for use by other modules

Post by mattb »

Thank you for adding tmux and screen! I've not been able to get either to start though. As you mentioned that the apps still needed testing, I thought I'd let you know what I got:

Screen
Running screen gives the following error:

Code: Select all

Cannot make directory '/run/screen': Permission denied
If I make this directory through sudo, it says the directory permissions need to be 777. When I did this, screen does run, but then immediately quits, leaving:

Code: Select all

[screen is terminating]
I tried to find a logfile but failed. I'm not very familiar with screen, so I'm not sure if this is just something I'm doing wrong, like failing to pass options.

Tmux
This also won't start. With running tmux, there seems to be a locale problem. This is the result:

Code: Select all

tmux: need UTF-8 locale (LC_CTYPE) but have ANSI_X3.4-1968
Post Reply