• AnyStream is having some DRM issues currently, Netflix is not available in HD for the time being.
    Situations like this will always happen with AnyStream: streaming providers are continuously improving their countermeasures while we try to catch up, it's an ongoing cat-and-mouse game. Please be patient and don't flood our support or forum with requests, we are working on it 24/7 to get it resolved. Thank you.

Question (Linux)AnyStream 1.7.1.0 won't run or install on Fedora 39

Status
Not open for further replies.

rugotzke

New Member
When I attempt to install 1.7.1.0 on my Fedora 39 system, I receive the following output:
yum update ./AnyStream-1.7.1.0.x86_64.rpm
Last metadata expiration check: 0:46:50 ago on Wed 13 Dec 2023 11:05:28 AM PST.
Dependencies resolved.

Problem: cannot install the best update candidate for package AnyStream-1.6.8.2-1.x86_64
- nothing provides libicui18n.so.60()(64bit) needed by AnyStream-1.7.1.0-1.x86_64 from @commandline
- nothing provides libicuuc.so.60()(64bit) needed by AnyStream-1.7.1.0-1.x86_64 from @commandline
- nothing provides libmysqlclient.so.20()(64bit) needed by AnyStream-1.7.1.0-1.x86_64 from @commandline
- nothing provides libmysqlclient.so.20(libmysqlclient_20.0)(64bit) needed by AnyStream-1.7.1.0-1.x86_64 from @commandline
================================================================================
Package Architecture Version Repository Size
================================================================================
Skipping packages with broken dependencies:
AnyStream x86_64 1.7.1.0-1 @commandline 147 M

Transaction Summary
================================================================================
Skip 1 Package

Nothing to do.
Complete!

I can install from the .tar.gz, but on attempting to run, I receive this error:
/opt/AnyStream_amd64_flat/AnyStream: /lib64/libsasl2.so.2: no version information available (required by /opt/AnyStream_amd64_flat-1.7.1.0/libldap_r-2.4.so.2)
 
I think that this is a problem because Fedora uses Mariadb and not mysql any more by default. Most likely Anystream would have to be built with that in mind. As for libcui18n and libicuuc, they would have to be built from scratch. I could not find anything in the repositories that provides them.
 
1.6.8.2 worked with no problems. I was able to get 1.7.0.0 to work by using the .tar.gz distribution and adding it's location to my LD_LIBRARY_PATH. This however does not work with 1.7.1.0
 
Also getting the same error with 1.7.2.0 as the OP on Fedora 39.

I'm going to second the idea for moving to Flatpak. Doing so should make for a more robust distribution of the application.
 
The RedHat AnyStream package is still uninstallable on the latest Fedora 39.

Code:
$ sudo dnf install ./AnyStream-1.8.0.3-beta.x86_64.rpm
Last metadata expiration check: 0:16:20 ago on Fri 26 Jan 2024 09:05:15 AM EST.
Error:
 Problem: conflicting requests
  - nothing provides libicui18n.so.60()(64bit) needed by AnyStream-1.8.0.3-1.x86_64 from @commandline
  - nothing provides libicuuc.so.60()(64bit) needed by AnyStream-1.8.0.3-1.x86_64 from @commandline
  - nothing provides libmysqlclient.so.20()(64bit) needed by AnyStream-1.8.0.3-1.x86_64 from @commandline
  - nothing provides libmysqlclient.so.20(libmysqlclient_20.0)(64bit) needed by AnyStream-1.8.0.3-1.x86_64 from @commandline
(try to add '--skip-broken' to skip uninstallable packages)
 
1.8.3 is still broken.

Code:
$ sudo dnf install ./AnyStream-1.8.3.0.x86_64.rpm
Last metadata expiration check: 4:40:57 ago on Fri 16 Feb 2024 08:50:41 AM EST.
Error:
 Problem: conflicting requests
  - nothing provides libicui18n.so.60()(64bit) needed by AnyStream-1.8.3.0-1.x86_64 from @commandline
  - nothing provides libicuuc.so.60()(64bit) needed by AnyStream-1.8.3.0-1.x86_64 from @commandline
  - nothing provides libmysqlclient.so.20()(64bit) needed by AnyStream-1.8.3.0-1.x86_64 from @commandline
  - nothing provides libmysqlclient.so.20(libmysqlclient_20.0)(64bit) needed by AnyStream-1.8.3.0-1.x86_64 from @commandline
(try to add '--skip-broken' to skip uninstallable packages)
 
Status
Not open for further replies.
Back
Top