Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Throw error in Centos7.8 #69

Open
Crazyweed opened this issue Aug 23, 2022 · 1 comment
Open

Throw error in Centos7.8 #69

Crazyweed opened this issue Aug 23, 2022 · 1 comment

Comments

@Crazyweed
Copy link

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

@huysentruitw
Copy link
Owner

huysentruitw commented Aug 23, 2022

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").

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants