Extracting without 7zip?

Any questions? Need some help?
Post Reply
ytwig
Posts: 9
Joined: 16 Sep 2012, 22:36

Extracting without 7zip?

Post by ytwig »

Hey,

I'm using FileBot 3.0 on a Synology NAS 1511+ (x86).
it seems that there is an issue with installing the 7zip on this environment.

Code: Select all

FileBot 3.0 (r1207)
Sep 16, 2012 8:49:16 AM net.sourceforge.filebot.mediainfo.MediaInfo <clinit>
WARNING: Failed to preload libzen
MediaInfo: java.lang.UnsatisfiedLinkError: Unable to load library 'mediainfo': libmediainfo.so: cannot open shared object file: No such file or directory
7-Zip-JBinding: net.sf.sevenzipjbinding.SevenZipNativeInitializationException: Failed to load 7z-JBinding: no 7-Zip-JBinding in java.library.path
Java(TM) SE Runtime Environment 1.6.0_34 (headless)
I dont care much for the MediaInfo issues, as renaming functionality works.
But without the 7zip, it seems i cannot extract anything.

Is there any fallback mode?
Is there a way to get 7zip running on my system?

Thanks in advance.
User avatar
rednoah
The Source
Posts: 22975
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: Extracting without 7zip?

Post by rednoah »

You'll need the 7-Zip-JBinding native libraries. You can try just using the ones for 32-bit Linux. Pre-compiled one might be linked to a libc that is not used by the synology Linux yet. In that case you may be able to compile it yourself. Check with the 7z JBinding project.

Or in the script you can replace the integrated 7zip code with just calling a cmdline tool to do the work.
:idea: Please read the FAQ and How to Request Help.
Post Reply