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

Get help with all aspects of SABnzbd
Forum rules
Help us help you:
  • Are you using the latest stable version of SABnzbd? Downloads page.
  • Tell us what system you run SABnzbd on.
  • Adhere to the forum rules.
  • Do you experience problems during downloading?
    Check your connection in Status and Interface settings window.
    Use Test Server in Config > Servers.
    We will probably ask you to do a test using only basic settings.
  • Do you experience problems during repair or unpacking?
    Enable +Debug logging in the Status and Interface settings window and share the relevant parts of the log here using [ code ] sections.
Post Reply
Cyrdog
Newbie
Newbie
Posts: 14
Joined: May 5th, 2010, 6:54 am

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

Post 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
User avatar
sander
Release Testers
Release Testers
Posts: 9429
Joined: January 22nd, 2008, 2:22 pm

Re: PAR Not Running After 2.0.0 Upgrade

Post 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
Post Reply