Open kimkj38 opened 2 years ago
Hi @kimkj38,
I've got no libGL.so.1.2.0 in /usr/lib/x86_64-linux-gnu, too, but a different version libGL.so.1.7.0. If the python project.py does not yield error, it will be fine. This should be just a comment from a toolbox we use.
Thank you! @chengzhag
Actually I ignored libGL message first but got Segmentation Fault error so that looked build process again.
Now, i used gdb and got below message.
prob_02.hdr doesn't seem to have a problem and i can't treat libLLVM-10.so.1
So, what can i do for this error?
When i run python project.py build i get above message. I reinstalled libgl1-mesa-glx and checked whether it is installed by
apt-get list --installed
but still there's no libGL.so.1.2.0 in /usr/lib/x86_64-linux-gnuhow could i solve it?