Skip to content
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

Helpful link for someone who meet error below. #16

Closed
DonghoonPark12 opened this issue Jul 8, 2019 · 3 comments
Closed

Helpful link for someone who meet error below. #16

DonghoonPark12 opened this issue Jul 8, 2019 · 3 comments

Comments

@DonghoonPark12
Copy link

  1. ' "/usr/lib/x86_64-linux-gnu/libEGL.so" but this file does not exist' error
    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

  2. When you met an error below during 'make'
    *** No rule to make target '/usr/lib/x86_64-linux-gnu/libproj.so'
    --> link

@DonghoonPark12 DonghoonPark12 changed the title Helpful link for so who meet error. Helpful link for so who meet error below. Jul 8, 2019
@DonghoonPark12 DonghoonPark12 changed the title Helpful link for so who meet error below. Helpful link for someone who meet error below. Jul 22, 2019
@ZmeiGorynych
Copy link

Thanks! I also had to do

sudo rm /usr/lib/x86_64-linux-gnu/libGL.so; sudo ln /usr/lib/x86_64-linux-gnu/libGL.so.1 /usr/lib/x86_64-linux-gnu/libGL.so

then cmake .. completed without errors.

@ZmeiGorynych
Copy link

And for the second error, the link you kindly included contains a fair amount of info, summary for the impatient: to fix error 2., run sudo apt install libproj-dev
Worked for me - thanks @DonghunP !

@sandropapais
Copy link

Error 2 fix suggested by @DonghunP worked for me on ubuntu 16.04. Some additional errors I had during 'make':

3. No package libopenni2 found (even though I had built OpenNI2 already)
Sudo apt-get install the following:
openni2-doc
openni2-utils
openni-doc
openni-utils
libopenni0 libopenni-sensor-pointclouds0
libopenni2-0 libopenni-sensor-pointclouds-dev
libopenni2-dev
Libopenni-dev

4. The imported target "vtkRenderingPythonTkWidgets" references the file "/usr/lib/x86_64-linux-gnu/libvtkRenderingPythonTkWidgets.so" but this file does not exist.
sudo ln -s /usr/lib/python2.7/dist-packages/vtk/libvtkRenderingPythonTkWidgets.x86_64-linux-gnu.so /usr/lib/x86_64-linux-gnu/libvtkRenderingPythonTkWidgets.so

source: https://github.com/Autoware-AI/autoware.ai/issues/1072

@abhiojha8 abhiojha8 pinned this issue Mar 17, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants