기술 성공, 실패 기록소

opencv설치, libEGL, libGL 관련 에러 본문

error

opencv설치, libEGL, libGL 관련 에러

sunlab 2020. 9. 10. 12:23
728x90

 

e3jake.tistory.com/38

 

Deep Learning - (1) Ubuntu16.04에서 OpenCV 설치하기

Deep Learning - (1) Ubuntu16.04 LTS에서 OpenCV 설치하기 2018. 8. 1. 1. OpenCV 기존버전(like 2.4, etc) 제거(Optional) 2. 기존 설치된 패키지 업그레이드 3. OpenCV 컴파일 전 필요한 패키지 설치 4. OpenCV..

e3jake.tistory.com

 

cmake 하는 과정에서 관련 에러 메세지가 나타남.

 

@libEGL

askubuntu.com/questions/616065/the-imported-target-qt5gui-references-the-file-usr-lib-x86-64-linux-gnu-li

 

The imported target "Qt5::Gui" references the file "/usr/lib/x86_64-linux-gnu/libEGL.so" but this file does not exist.

So, 15.04 x64, just installed. I installed the nvidia binary in the old way (console, switching off lightdm) because I got an error about DRI2 authentication. Then I wanted to build the nv opengl

askubuntu.com

$ sudo rm /usr/lib/x86_64-linux-gnu/libEGL.so

$ sudo ln /usr/lib/x86_64-linux-gnu/libEGL.so.1 /usr/lib/x86_64-linux-gnu/libEGL.so

 

@ libGL

techtidings.blogspot.com/2012/01/problem-with-libglso-on-64-bit-ubuntu.html

 

Problem with libGL.so on 64-bit Ubuntu

I have an Nvidia card and as expected I installed Nvidia drivers for my ubuntu. But, whenever I compiled programs that used OpenGL ( libGL...

techtidings.blogspot.com

$ sudo rm /usr/lib/x86_64-linux-gnu/libGL.so 

$ sudo ln -s /usr/lib/libGL.so.1 /usr/lib/x86_64-linux-gnu/libGL.so