library error on register licence and connecting on external port in azure

https://learninghub.kx.com/forums/topic/library-error-on-register-licence-and-connecting-on-external-port-in-azure

at first i can , but later when i tried again because a wrong path it showed this error saying that i cannot import on jupiter 

dlopen attempts failed:
  dlopen("curl.so") -> curl.so: cannot open shared object file: No such file or directory
  dlopen("libcurl.so") -> /lib/x86_64-linux-gnu/libp11-kit.so.0: undefined symbol: ffi_type_pointer, version LIBFFI_BASE_7.0
  dlopen("libcurl.so.4") -> /lib/x86_64-linux-gnu/libp11-kit.so.0: undefined symbol: ffi_type_pointer, version LIBFFI_BASE_7.0
  dlopen("libcurl.so.3") -> libcurl.so.3: cannot open shared object file: No such file or directory
WARN: Failed to load KX Insights Core library 'kurl.q'.


The error is from the kurl library under PyKX. It is not needed to use PyKX so you can ignore that warning. You can configure PyKX to not attempt to load kurl at all by setting the environment variable:

QARGS="--no-kurl"