2022-05-13, 03:29 PM
Thank you Craig for the nudge in the right direction. I uninstalled libicu50, which killed nextpvr, then i added the environment variable to the systemd file and all is perfect.
-Iri
-Iri
2022-05-13, 03:29 PM
Thank you Craig for the nudge in the right direction. I uninstalled libicu50, which killed nextpvr, then i added the environment variable to the systemd file and all is perfect.
-Iri
2022-09-14, 09:31 PM
I was just having this issue on 5.2.5 before upgrading (to v6 w/ dotnet6), and came across this. I.e. I fixed it by running (my icu is 71.1-1 atm):
Code: CLR_ICU_VERSION_OVERRIDE="71.1" dotnet ~/NextPVR/NextPVRServer.dll The suggestion was to use: Code: export CLR_ICU_VERSION_OVERRIDE=$(pacman -Q icu|awk '{split($0,a," ");print a[2]}' | awk '{split($0,a,"-");print a[1]}') But this should be simpler (def not as cool though ) Code: export CLR_ICU_VERSION_OVERRIDE=$(pacman -Q icu|sed s:.*\ ::|sed s:-[0-9]::) |
|
Possibly Related Threads… | |||||
Thread | Author | Replies | Views | Last Post | |
Downgrade on Linux | eriberg | 3 | 234 |
2024-09-04, 08:46 PM Last Post: mvallevand |
|
linux mint 22 | bccicone | 2 | 345 |
2024-08-01, 10:10 PM Last Post: bccicone |
|
Client Recommendations on Linux | devarionarias | 6 | 599 |
2024-06-18, 04:31 PM Last Post: devarionarias |
|
Linux setup - Help a Windows user... | prothed | 18 | 1,581 |
2024-06-03, 11:08 AM Last Post: Rod Hutchinson |
|
Install NexPVR backend in Buildroot based Linux | Tnix | 3 | 636 |
2024-03-14, 11:50 AM Last Post: mvallevand |
|
Remote NextPVR backup script for Linux | snagglewest | 2 | 418 |
2024-02-06, 05:44 PM Last Post: snagglewest |
|
Importing recordings from linux VDR | Nzbaxterman | 18 | 1,574 |
2023-10-08, 12:03 AM Last Post: mvallevand |
|
Which version of Linux? | Paul_G | 6 | 938 |
2023-07-21, 03:30 PM Last Post: VCR58 |
|
Copy Channel Lineup in Linux | boukmandutty | 11 | 1,148 |
2023-06-15, 06:53 PM Last Post: mvallevand |
|
Raspberry Pi 3 Linux Stretch Upgrade success | markosjal | 1 | 413 |
2023-05-20, 05:15 PM Last Post: sub |