Libzen not loaded and other errors

Any questions? Need some help?
Post Reply
scoops250
Posts: 2
Joined: 02 May 2014, 12:06

Libzen not loaded and other errors

Post by scoops250 »

Hello,

Total Noob to all this but have spent a perfectfully enjoyable few nights scratching my head and getting things to work.

I now have the script working from transmission on an Ubuntu 12.04 system.

However, I still get a string of errors in the amc.log file even though the downloaded file has moved (what appears to be) successfully. When i ran the fn:sysinfo script, i got the same errors as on the log so have replicated that below.

Code: Select all

simoncooper@server:~/Downloads/Complete$ filebot -script fn:sysinfo
FileBot 4.0 (r2056)
JNA Native: 4.0.0
May 02, 2014 10:32:37 PM net.sourceforge.filebot.mediainfo.MediaInfo <clinit>
WARNING: Failed to preload libzen
MediaInfo: java.lang.UnsatisfiedLinkError: Unable to load library 'mediainfo': Native library (linux-x86-64/libmediainfo.so) not found in resource path ([file:/usr/share/filebot/FileBot.jar])
Java HotSpot(TM) 64-Bit Server VM warning: You have loaded library /usr/share/filebot/lib7-Zip-JBinding.so which might have disabled stack guard. The VM will try to fix the stack guard now.
It's highly recommended that you fix the library with 'execstack -c <libfile>', or link it with '-z noexecstack'.
7-Zip-JBinding: net.sf.sevenzipjbinding.SevenZipNativeInitializationException: Failed to load 7z-JBinding: /usr/share/filebot/lib7-Zip-JBinding.so: /usr/share/filebot/lib7-Zip-JBinding.so: invalid ELF header (Possible cause: endianness mismatch)
chromaprint-tools: fpcalc -version failed (/usr/share/filebot/fpcalc)
Extended Attributes: DISABLED
Groovy Engine: 2.2.0
Java(TM) SE Runtime Environment 1.7.0_55 (headless)
64-bit Java HotSpot(TM) 64-Bit Server VM
Linux (amd64)
Linux server 3.11.0-19-generic #33~precise1-Ubuntu SMP Wed Mar 12 21:16:27 UTC 2014 x86_64 x86_64 x86_64 GNU/Linux
Done ヾ(@⌒ー⌒@)ノ
I have re-downloaded libmediainfo.so and others from the link provided on other pages. http://sourceforge.net/p/filebot/code/H ... nux-amd64/ and that made a difference, the previous errors looked like this


Code: Select all

simoncooper@server:~/Downloads/Complete$ filebot -script fn:sysinfo
FileBot 4.0 (r2056)
JNA Native: 4.0.0
May 02, 2014 10:02:20 PM net.sourceforge.filebot.mediainfo.MediaInfo <clinit>
WARNING: Failed to preload libzen
MediaInfo: java.lang.UnsatisfiedLinkError: Unable to load library 'mediainfo': Native library (linux-x86-64/libmediainfo.so) not found in resource path ([file:/usr/share/filebot/FileBot.jar])
Java HotSpot(TM) 64-Bit Server VM warning: You have loaded library /usr/share/filebot/lib7-Zip-JBinding.so which might have disabled stack guard. The VM will try to fix the stack guard now.
It's highly recommended that you fix the library with 'execstack -c <libfile>', or link it with '-z noexecstack'.
7-Zip-JBinding: net.sf.sevenzipjbinding.SevenZipNativeInitializationException: Failed to load 7z-JBinding: /usr/share/filebot/lib7-Zip-JBinding.so: /usr/share/filebot/lib7-Zip-JBinding.so: wrong ELF class: ELFCLASS32 (Possible cause: architecture word width mismatch)
chromaprint-tools: fpcalc version 1.1.0 (/usr/share/filebot/fpcalc)
Extended Attributes: DISABLED
Groovy Engine: 2.2.0
Java(TM) SE Runtime Environment 1.7.0_55 (headless)
64-bit Java HotSpot(TM) 64-Bit Server VM
Linux (amd64)
Linux server 3.11.0-19-generic #33~precise1-Ubuntu SMP Wed Mar 12 21:16:27 UTC 2014 x86_64 x86_64 x86_64 GNU/Linux
Done ヾ(@⌒ー⌒@)ノ
simoncooper@server:~/Downloads/Complete$
.

Here is the contents of the usr/share/filebot folder

Code: Select all

simoncooper@server:/usr/share/filebot$ ls -l
total 32856
drwxr-xr-x 2 root root     4096 Apr 21 17:34 bin
-rw-r--r-- 1 root root 29181721 Mar  6 02:29 FileBot.jar
-rwxr-xr-x 1 root root  2256028 Nov 28 03:10 fpcalc
-rw-r--r-- 1 root root     5976 Sep  6  2013 icon.svg
-rw-r--r-- 1 root root  2149170 Sep  6  2013 lib7-Zip-JBinding.so
-rw-r--r-- 1 root root    18240 May  2 21:06 libmediainfo.so
-rw-r--r-- 1 root root    18211 May  2 22:25 libzen.so
I have tried the execstack command that was quoted in the output but to no success:

Code: Select all

simoncooper@server:/usr/share/filebot$ sudo execstack -c lib7-Zip-JBinding.so
execstack: "lib7-Zip-JBinding.so" is not an ELF file


Any help would be appreciated,

Regards,

Simon
User avatar
rednoah
The Source
Posts: 23933
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: Libzen not loaded and other errors

Post by rednoah »

The error you think means something means nothing and is just a warning which can't be fixed by you or me.

Now what is the issue? Which feature is it that you need that doesn't work? How did you install filebot? Are you sure you got the right libraries for your platform? If you need mediainfo have you tried grabbing the latest binaries from there? Have you tried a more recent version of Ubuntu?
:idea: Please read the FAQ and How to Request Help.
scoops250
Posts: 2
Joined: 02 May 2014, 12:06

Re: Libzen not loaded and other errors

Post by scoops250 »

You are probably right, - if it aint broke dont fix it!!!

I was just concerned about what appeared to be some issues but clearly its not too bad.

Cheers.
Post Reply