INTERACT FORUM

Linux => JRiver Media Center 31 for Linux => Topic started by: vitaly-zdanevich on October 07, 2023, 02:14:57 pm

Title: Cannot run on Gentoo because of not found libJRReader.so but it file exists
Post by: vitaly-zdanevich on October 07, 2023, 02:14:57 pm
Full error:
Quote

ERROR in JRLoadLibrary: error=libbrotlienc.so.1: cannot open shared object file: No such file or directory, file=/usr/lib/jriver/Media Center 31/libJRReader.so

ERROR in JRLoadLibrary: error=libbrotlienc.so.1: cannot open shared object file: No such file or directory, file=/usr/lib/jriver/Media Center 31/libJRReader.so

ERROR in JRLoadLibrary: error=libbrotlienc.so.1: cannot open shared object file: No such file or directory, file=/usr/lib/jriver/Media Center 31/libJRReader.so

ERROR in JRLoadLibrary: error=libbrotlienc.so.1: cannot open shared object file: No such file or directory, file=/usr/lib/jriver/Media Center 31/libJRReader.so

My custom ebuild is here https://github.com/gentoo/guru/tree/master/media-sound/jriver
Title: Re: Cannot run on Gentoo because of not found libJRReader.so but it file exists
Post by: bob on October 09, 2023, 09:46:35 am
It's telling you what the error is.
You are missing a dependency
libbrotlienc.so.1
Which on debian is in package
libbrotli1
Title: Re: Cannot run on Gentoo because of not found libJRReader.so but it file exists
Post by: vitaly-zdanevich on October 10, 2023, 06:01:30 am
SOLVED, thanks.
Title: Re: Cannot run on Gentoo because of not found libJRReader.so but it file exists
Post by: bob on October 10, 2023, 11:23:53 am
SOLVED, thanks.
It's not really needed so the next build will remove it but I'm glad you got it going.