Page 1 of 1

Synology: par2: "libgomp.so.1: cannot open shared object"

Posted: May 18th, 2017, 5:06 am
by Cyrdog
After upgrading to 2.0.0 [55c4bef] on my Synology DS1512+ this past weekend, I noticed I starting having issues with some downloads that require PAR repair. Things that pass Quick Check or SFV notification appear to be OK, but if a PAR repair is required, I see a red "RAR files failed to verify message" in the history. I looked at the debug log and found:

/usr/local/<USERNAME>/bin/par2: error while loading shared libraries: libgomp.so.1: cannot open shared object file: No such file or directory

I SSH'd into the Synology and tried running par2 from the bin and got the same lib error.

DiskStation> pwd
/usr/local/sabnzbd/bin
DiskStation> ./par2
./par2: error while loading shared libraries: libgomp.so.1: cannot open shared object file: No such file or directory

Re: PAR Not Running After 2.0.0 Upgrade

Posted: May 18th, 2017, 5:15 am
by sander
See https://forums.sabnzbd.org/viewtopic.ph ... mp#p111643 ... it's package problem (not a SABnzbd problem), so report to the Synology packager: https://github.com/SynoCommunity/spksrc/issues/2735

FWIW: on my own Synlogy ... no problem:

Code: Select all

admin@DiskStation:~$ /usr/local/sabnzbd/bin/par2 -V
par2cmdline-mt version 0.6.14-mt1
FWIW2:

Code: Select all

admin@DiskStation:~$ cat /usr/local/sabnzbd/bin/par2 | grep -i libgomp
Binary file (standard input) matches
admin@DiskStation:~$ cat /usr/local/sabnzbd/bin/par2 | grep -i blalalala

Code: Select all

admin@DiskStation:~$ ll /usr/lib/libgomp.so.1
lrwxrwxrwx 1 root root 16 Apr 28 00:19 /usr/lib/libgomp.so.1 -> libgomp.so.1.0.0