You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
throw error :
Unable to load shared library 'sapnwrfc' or one of its dependencies. In order to help diagnose loading problems, consider setting the LD_DEBUG environment variable: libsapnwrfc: cannot open shared object file: No such file or directory
The text was updated successfully, but these errors were encountered:
The correct environment variable is LD_LIBRARY_PATH. Make sure to set it in the same shell from where the application is being started. When unsure, you could log the content of the environment variable at startup using Environment.GetEnvironmentVariable("LD_LIBRARY_PATH").
export LD_LIBRAR_PATH=projectpath
throw error :
Unable to load shared library 'sapnwrfc' or one of its dependencies. In order to help diagnose loading problems, consider setting the LD_DEBUG environment variable: libsapnwrfc: cannot open shared object file: No such file or directory
The text was updated successfully, but these errors were encountered: