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
在ubuntu22的环境中编译好Cesium3DTilesConvertor,qt版本5.15.2,osg版本3.6.5,gcc11编译器。 使用命令调用Convertor程序 docker run -v Converter -f OSGB -y up /home/user/Production /home/user/osgb-data 程序调用成果,但是提示错误信息: 在物理机上运行也存在这个问题,目前问题定位在osgDB上,osgdb_jpeg.so osgb_png.so osgb_tiff.so都是存在的,是不是还存在缺少依赖的问题?
docker run -v Converter -f OSGB -y up /home/user/Production /home/user/osgb-data
The text was updated successfully, but these errors were encountered:
猜测是少了jpeg的动态链接库, osgdb_jpeg.so还依赖jpeg62.so,你排查下
Sorry, something went wrong.
我的Convert工具依赖的这些库: 检查了osgdb_jpeg.so的依赖是这样的: 看上去并没有缺依赖,是不是版本存在问题? 还是在外部执行的时候没链接到依赖?
No branches or pull requests
在ubuntu22的环境中编译好Cesium3DTilesConvertor,qt版本5.15.2,osg版本3.6.5,gcc11编译器。
使用命令调用Convertor程序
docker run -v Converter -f OSGB -y up /home/user/Production /home/user/osgb-data
程序调用成果,但是提示错误信息:
在物理机上运行也存在这个问题,目前问题定位在osgDB上,osgdb_jpeg.so osgb_png.so osgb_tiff.so都是存在的,是不是还存在缺少依赖的问题?
The text was updated successfully, but these errors were encountered: