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

gazebo 1.9 does not set LD_LIBRARY_PATH for plugins #957

Closed
osrf-migration opened this issue Nov 18, 2013 · 7 comments
Closed

gazebo 1.9 does not set LD_LIBRARY_PATH for plugins #957

osrf-migration opened this issue Nov 18, 2013 · 7 comments
Labels
all blocker bug Something isn't working plugins

Comments

@osrf-migration
Copy link

Original report (archived issue) by John Hsu (Bitbucket: hsu, GitHub: hsu).


gazebo_2.0 setups up setup.sh.in to update LD_LIBARAY_PATH, but gazebo 1.9 does not. We should add back

export LD_LIBRARY_PATH=@CMAKE_INSTALL_PREFIX@/@LIB_INSTALL_DIR@/gazebo-@GAZEBO_VERSION@/plugins:${LD_LIBRARY_PATH}

and remove the release overlay.

But ultimately, we should push all the pluigns install target to top level ${CMAKE_INSTALL_PREFIX}/${LIB_INSTALL_DIR}/ (rather than ${CMAKE_INSTALL_PREFIX}/${LIB_INSTALL_DIR}/gazebo-${GAZEBO_VERSION}/plugins/) and rename the plugins to be prefixed by Gazebo or similar.

@osrf-migration
Copy link
Author

Original comment by John Hsu (Bitbucket: hsu, GitHub: hsu).


  • changed priority from "major" to "blocker"

upgrading as this will break for gazebo_1.9 users when installing from source.

@osrf-migration
Copy link
Author

Original comment by John Hsu (Bitbucket: hsu, GitHub: hsu).


just referencing to a similar pull request where the install target directory for install library files are pushed up to system location.

@osrf-migration
Copy link
Author

Original comment by John Hsu (Bitbucket: hsu, GitHub: hsu).


fix for first part in pull request #844

@osrf-migration
Copy link
Author

Original comment by Nate Koenig (Bitbucket: Nathan Koenig).


  • set version to "all"

@osrf-migration
Copy link
Author

Original comment by Louise Poubel (Bitbucket: chapulina, GitHub: chapulina).


Maybe we can close this since gazebo 1.9 is EOL?

@osrf-migration
Copy link
Author

Original comment by Louise Poubel (Bitbucket: chapulina, GitHub: chapulina).


  • Edited issue description* set component to "plugins"

@osrf-migration
Copy link
Author

Original comment by Shane Loretz (Bitbucket: Shane Loretz, GitHub: sloretz).


  • changed state from "new" to "wontfix"

Gazebo 1.9 is EOL

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
all blocker bug Something isn't working plugins
Projects
None yet
Development

No branches or pull requests

1 participant