Unable to compile CGAL - cannot find libGl.so

Discussion in 'Linux Ubuntu' started by PeterNh, Apr 26, 2014.

  1. PeterNh

    PeterNh New Member

    Joined:
    Apr 26, 2014
    Messages:
    4
    Likes Received:
    0
    Hi,

    I am trying to compile CGAL. I get the error:

    No rule to make target `/usr/lib/arm-linux-gnueabi/libGL.so', needed by `lib/libCGAL_Qt4.so.10.0.3'

    This is Ubuntu 12.04 LTS running on a quatro

    Any idea on how to fix this?

    Thanks,
    Peter
     
  2. Capt Jim

    Capt Jim New Member

    Joined:
    Mar 16, 2014
    Messages:
    3
    Likes Received:
    0
    I had the same issue trying to compile OpenCPN. I followed directions from a Norwegian site (thanks to Google translate) to load libraries, but half way through compile had sames error. It turns out a library file /usr/lib/arm-linux-gnueabi/libGL.so.1 which was linked from ....libGL.so was missing. Took me a while to figure out which package had it. It turned out to be lib1GL-mesa-glx (not sure I have the name right, but in synaptics search on "mesa" and it's the one on the list that ends in "-glx"). I had it re-install that package and now the correct files are there. It's building now, i'll know in a while if it works and probably what the next error is.
     

Share This Page