Hello All,

I'm trying to package the megasync app which comes as a .deb

I created the template file but got some errors about not being able to guess the required shlibs:

SONAME: libssl.so.1.0.0 <-> UNKNOWN PKG PLEASE FIX!
SONAME
: libcrypto.so.1.0.0 <-> UNKNOWN PKG PLEASE FIX!
=> ERROR: megasync-2.1.1_1: cannot guess required shlibs, aborting!


I added the following to .../common/shlibs and it built OK


libcrypto.so.1.0.0 libcrypto35-2.2.2_1
libssl
.so.1.0.0 libssl35-2.2.2_1



But when I try to install the built pkg, it complains about the unresolved shlibs again


$ sudo xbps-install -S --repository=hostdir/binpkgs megasync
megasync
-2.1.1_1: broken, unresolvable shlib `libcrypto.so.1.0.0'

megasync-2.1.1_1: broken, unresolvable shlib `
libssl.so.1.0.0'
Transaction aborted due to unresolved shlibs.


What am I missing? 

Thanks