[Edit by JimH -- for Fedora setup, please see
this thread.]
I am very interested in getting JRiver running on Fedora Linux. I got some good information for users in another post who seem to have it working. I want to document it once its working and make an RPM so it's easy for other Fedora users to get it working.
This is what I have done so far.
Install dependencies.
RemyJ then recommended this.
Do a
# yum list *font*75* *75*font*
and install the ones you're missing.
To be safe, run the following and make sure there are no missing libraries
# ldd /usr/src/mediacenter
# find /usr/lib/jriver -name '*.so' -print0 -exec ldd '{}' ';'
I did all that and I still get a segfault. The output of the commands is list below. (i attached the full output of the second command) Looks like maybe I'm having a problems with libcurl.so.4 but I do have libcurl installed. Any ideas?
ldd /usr/bin/mediacenter
linux-gate.so.1 => (0xb7783000)
libX11.so.6 => /lib/libX11.so.6 (0x4ed19000)
librt.so.1 => /lib/librt.so.1 (0x4e824000)
libpthread.so.0 => /lib/libpthread.so.0 (0x4e808000)
libstdc++.so.6 => /lib/libstdc++.so.6 (0x4ec01000)
libm.so.6 => /lib/libm.so.6 (0x4e7bf000)
libgcc_s.so.1 => /lib/libgcc_s.so.1 (0x4e848000)
libc.so.6 => /lib/libc.so.6 (0x4e607000)
libdl.so.2 => /lib/libdl.so.2 (0x4e801000)
libxcb.so.1 => /lib/libxcb.so.1 (0x4ecf5000)
/lib/ld-linux.so.2 (0x4e5e4000)
libXau.so.6 => /lib/libXau.so.6 (0x4ecef000)
find /usr/lib/jriver -name '*.so' -print0 -exec ldd '{}' ';'
/usr/lib/jriver/Media Center 19/libJRReader.so/usr/lib/jriver/Media Center 19/libJRReader.so: /lib/libcurl.so.4: no version information available (required by /usr/lib/jriver/Media Center 19/libJRReader.so)