Page 1 of 1

Extracting without 7zip?

Posted: 16 Sep 2012, 22:44
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.

Re: Extracting without 7zip?

Posted: 17 Sep 2012, 03:25
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.