SPADS autoinstaller failing to load unitsync library
Posted: 03 Mar 2025, 00:02
Hi, so, I'm trying to run spads autohost on an oracle linux 8 instance
I went through most of the hurdles, installer failed to get and extract spring-105.0 so I got it there manually, but now I keep getting this error:
also copied the libunitsync.so file directly to usr/lib and it actually shows on ldconfig -v | less, I thought that would get it done but no, still getting same error from installer.
is there anything else I need to do for the installer to load the unitsync library?
thanks in advance for your time
I went through most of the hurdles, installer failed to get and extract spring-105.0 so I got it there manually, but now I keep getting this error:
I already added the "/home/opc/spads/var/spring/105.0-linux64" path to $ld_library_path and did ldconfig, did not work.NOTICE - [SpadsInstaller] Loading Perl Unitsync interface module...
CRITICAL - [SpadsInstaller] Failed to load unitsync library "/home/opc/spads/var/spring/105.0-linux64/libunitsync.so" - /home/opc/spads/var/spring/105.0-linux64/libunitsync.so: cannot open shared object file: No such file or directory
also copied the libunitsync.so file directly to usr/lib and it actually shows on ldconfig -v | less, I thought that would get it done but no, still getting same error from installer.
is there anything else I need to do for the installer to load the unitsync library?
thanks in advance for your time