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

setup.sh: fix relocatability of LD_LIBRARY_PATH #3140

Merged
merged 1 commit into from
Dec 2, 2021

Conversation

scpeters
Copy link
Member

@scpeters scpeters commented Dec 2, 2021

The LD_LIBRARY_PATH variable is currently set from the non-relocatable @GAZEBO_PLUGIN_PATH@ configure-time value. It can be made relocatable by evaluating the $GAZEBO_PLUGIN_PATH environment variable that is set earlier in setup.sh.

cc @lopsided98 since you have touched this file recently.

The LD_LIBRARY_PATH variable is currently set
from the non-relocatable @GAZEBO_PLUGIN_PATH@
configure-time value. It can be made relocatable
by evaluating the $GAZEBO_PLUGIN_PATH environment
variable that is set earlier in setup.sh.

Signed-off-by: Steve Peters <scpeters@openrobotics.org>
Copy link

@jacobperron jacobperron left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@scpeters scpeters merged commit 81c2ed1 into gazebosim:gazebo11 Dec 2, 2021
@scpeters scpeters deleted the setup_sh_ld_lib_path branch December 2, 2021 19:37
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

Successfully merging this pull request may close these issues.

2 participants