centOS 8 install steps

Talk about the Ultimate Question of Life, The Universe, and Everything
Post Reply
kennymac
Posts: 3
Joined: 01 Jun 2020, 00:16

centOS 8 install steps

Post by kennymac »

https://youtu.be/dkXmOcyXPL0

I created a video showing what the following script does when it fails.
bash -xu <<< "$(curl -fsSL https://raw.githubusercontent.com/fileb ... ler/rpm.sh)"

The above script was found at the following link.
viewtopic.php?t=10631

The initial script installs the RPM correctly as far as I can tell because it allows for filebot to be installed manually after running it. The issues occur when trying to run a script like this one:
filebot -script fn:amc --output "/path/to/output" --action duplicate -non-strict "path/to/input" --log-file amc.log --def excludeList=amc.txt --action test

I get the following errors:
Failed to read media characteristics: UnsatisfiedLinkError: Unable to load library 'zen': Native library (linux-x86-64/libzen.so) not found in resource path ([file:/usr/share/filebot/jar/filebot.jar])
Failed to read media characteristics: NoClassDefFoundError: Could not initialize class net.filebot.mediainfo.MediaInfoLibrary

I then need to proceed with a manual install and had to do some research to get all the dependencies in place to eliminate all the errors and produce a successful test run.

Please review my video and let me know if you need anymore information regarding the steps. I would hope that this provides enough guidance to save you time and that you can provide me with a year subscription for my time.

Thank you!
User avatar
rednoah
The Source
Posts: 22899
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: centOS 8 install steps

Post by rednoah »

Nice. I'm sure this will be helpful to other CentOS 8 users. I've also issue a complimentary license for your name / email here in the forums.
:idea: Please read the FAQ and How to Request Help.
Post Reply