Kozova1 / parsec-fedora

Parsec port to fedora
39 stars 6 forks source link

Fedora 36 #10

Open jahanson opened 2 years ago

jahanson commented 2 years ago

Just providing this issue for anyone else that comes to this repo.

It took a few more steps to provide missing dependencies as per https://support.parsec.app/hc/en-us/articles/115003477771-Using-Parsec-With-other-Linux-Distros

I was missing libva-utils and openssl 1.1, a search for the .so on pkgs.org provides the packages that contain the ones someone may be missing.

sudo dnf install libva-utils sudo dnf install openssl1.1

eatolive commented 2 years ago

Fixed it for me. Thank you!

BridgeSenseDev commented 5 months ago

Just providing this issue for anyone else that comes to this repo.

It took a few more steps to provide missing dependencies as per https://support.parsec.app/hc/en-us/articles/115003477771-Using-Parsec-With-other-Linux-Distros

I was missing libva-utils and openssl 1.1, a search for the .so on pkgs.org provides the packages that contain the ones someone may be missing.

sudo dnf install libva-utils sudo dnf install openssl1.1

In addition to those packages, i also had to install compat-ffmpeg4 from here (for libavcodec58) (scroll down in that link to see Install Howto) and the libjpeg8 pacakge

sudo dnf copr enable aflyhorse/libjpeg
sudo dnf install libjpeg8

After installing these two packages it works