Dynamic linking libcurl.so.4 insted of libcurl-gnutls.so.4, Ubuntu 18.04

I am trying to build KeyGenaration “Unlocker” console app to run on the linux server

The server is running 3.10.0-962.3.2.lve1.5.36.el7.x86_64 #1 SMP Mon May 18 02:16:06 EDT 2020 x86_64 x86_64 x86_64 GNU/Linux (CloudLinux)
I have Ubuntu 18.04

executing Unlocker builded in Ubuntu on server results in:
libcurl-gnutls.so.4: cannot open shared object file: No such file or directory

Server has installed libcurl.so.4.3.0 and symlinks libcurl.so.4, but it does not match Ubuntu libcurl-gnutls.so.4

Is there any solution to build it properly on Ubuntu and run on the server? (maybe link it static or link libcurl.so.4 during building on Ubuntu instead of libcurl-gnutls.so.4)

on Ubuntu the app is running well.
I have no acces to create symlinks on the server