We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When building gazebo from source, there is a compiling error: Could not find a package configuration file provided by "sdformat9"
Could not find a package configuration file provided by "sdformat9"
The text was updated successfully, but these errors were encountered:
As the answer suggested, this issue is caused by compatibility between gazebo and sdformat versions.
Solution:
Sorry, something went wrong.
gazebo: error while loading shared libraries: libgazebo_common.so.9: cannot open shared object file: No such file or directory
environment configuration is incorrect. https://answers.gazebosim.org//question/1071/error-while-loading-shared-libraries/
export LD_LIBRARY_PATH=/usr/local/lib:$LD_LIBRARY_PATH export PATH=/usr/local/bin:$PATH export PKG_CONFIG_PATH=/usr/local/lib/pkgconfig:$PKG_CONFIG_PATH source /usr/local/share/gazebo-9/setup.sh
No branches or pull requests
When building gazebo from source, there is a compiling error:
Could not find a package configuration file provided by "sdformat9"
The text was updated successfully, but these errors were encountered: