-
Notifications
You must be signed in to change notification settings - Fork 486
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
Comments
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. |
Original comment by John Hsu (Bitbucket: hsu, GitHub: hsu). fix for first part in pull request #844 |
Original comment by Nate Koenig (Bitbucket: Nathan Koenig).
|
Original comment by Shane Loretz (Bitbucket: Shane Loretz, GitHub: sloretz).
Gazebo 1.9 is EOL |
Original report (archived issue) by John Hsu (Bitbucket: hsu, GitHub: hsu).
gazebo_2.0 setups up
setup.sh.in
to updateLD_LIBARAY_PATH
, but gazebo 1.9 does not. We should add backand 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 byGazebo
or similar.The text was updated successfully, but these errors were encountered: