Lightworks libCg.so error

I am getting this error when running lightworks in opensuse 42.3 64 bit

eduardo@linux-xg8g:~> /usr/bin/lightworks
/usr/lib/lightworks/ntcardvt: error while loading shared libraries: libCg.so: cannot open shared object file: No such file or directory
eduardo@linux-xg8g:~> 

searched the package in the package search in this site but it didn’t found anything.

Hi
To install cg from the non-oss repo (I’m guessing it’s disabled?).

I enabled the non-oss repo and installed the package cg-3.1.0013-2.10.x86_64 after that I had the following error:

./ntcardvt: error while loading shared libraries: libcrypto.so.10: cannot open shared object file: No such file or directory

so I did as follows

first checked that libopenssl package was installed and then

ln -s /lib64/libcrypto.so.1.0.0 /usr/lib64/libcrypto.so.10

now I have running Lighworks 14 in openSUSE 42.3 64 bit

source

https://www.lwks.com/index.php?option=com_kunena&func=view&catid=21&id=107893&Itemid=81

Thanks