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

daemon.sh overwrites LD_LIBRARY_PATH #3700

Closed
Jack-Byrne opened this issue May 11, 2021 · 0 comments
Closed

daemon.sh overwrites LD_LIBRARY_PATH #3700

Jack-Byrne opened this issue May 11, 2021 · 0 comments

Comments

@Jack-Byrne
Copy link
Collaborator

[Delete any non-applicable sections, but we may ask for more information. Please reference the SmartDeviceLink GitHub Best Practices for further instructions on how to enter an issue.]

Bug Report

This line in daemon.sh overwrites env var LD_LIBRARY_PATH

LD_LIBRARY_PATH=$DIR ${DIR}/${CORE_APPLICATION_NAME} &
Reproduction Steps
  • Build Core with 3rd party libs
 export export THIRD_PARTY_INSTALL_PREFIX=~/ramdrv/b/3rd_party
 export THIRD_PARTY_INSTALL_PREFIX_ARCH=$THIRD_PARTY_INSTALL_PREFIX
  • Set LD_LIBRARY_PATH
export LD_LIBRARY_PATH=/home/jack/core_3rd/lib:.
Expected Behavior

Core starts with 3rd party libs folder

Observed Behavior

Core cannot find lib .SO files.

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

1 participant