Unable to install on Ubuntu 16.04 VAPOR dependencies

1 post / 0 new
winash12_660754
Unable to install on Ubuntu 16.04 VAPOR dependencies
Hello, I am installing VAPOR on a brand new box Ubuntu 16.04 LTS (32 gb ram) and I am unable to install from source the following dependencies - libgeotiff and ftgl. I am using the same version you have described in the documentation-https://www.vapor.ucar.edu/internal/downloads/source-distributions Can you guide me on how I could go about fixing the install errors so that I can use VAPOR ? Best regards, Ashwin. Here are the logs make all-recursive make[1]: Entering directory '/home/winash12/meteorology_project/ftgl-2.1.3~rc5' Making all in src make[2]: Entering directory '/home/winash12/meteorology_project/ftgl-2.1.3~rc5/src' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/home/winash12/meteorology_project/ftgl-2.1.3~rc5/src' Making all in test make[2]: Entering directory '/home/winash12/meteorology_project/ftgl-2.1.3~rc5/test' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/home/winash12/meteorology_project/ftgl-2.1.3~rc5/test' Making all in demo make[2]: Entering directory '/home/winash12/meteorology_project/ftgl-2.1.3~rc5/demo' /bin/bash ../libtool --tag=CXX --mode=link g++ -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include -g -O2 -L/usr/local/lib -lfreetype -lglut -o simple simple-simple.o ../src/libftgl.la g++ -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include -g -O2 -o .libs/simple simple-simple.o -L/usr/local/lib /usr/local/lib/libfreetype.so -lglut ../src/.libs/libftgl.so /usr/bin/ld: simple-simple.o: undefined reference to symbol 'glEnable' //usr/lib/x86_64-linux-gnu/mesa/libGL.so.1: error adding symbols: DSO missing from command line collect2: error: ld returned 1 exit status Makefile:327: recipe for target 'simple' failed make[2]: *** [simple] Error 1 make[2]: Leaving directory '/home/winash12/meteorology_project/ftgl-2.1.3~rc5/demo' Makefile:338: recipe for target 'all-recursive' failed make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory '/home/winash12/meteorology_project/ftgl-2.1.3~rc5' Makefile:249: recipe for target 'all' failed make: *** [all] Error 2 make all-recursive make[1]: Entering directory '/home/winash12/meteorology_project/libgeotiff-1.4.2' Making all in libxtiff make[2]: Entering directory '/home/winash12/meteorology_project/libgeotiff-1.4.2/libxtiff' /bin/bash ../libtool --tag=CC --mode=link gcc -I../ -Iyes -DHAVE_TIFF=1 -g -O2 -O3 -DNDEBUG -o libxtiff.la xtiff.lo -lproj -Lyes -ltiff -lm ../libtool: line 6000: cd: yes: No such file or directory libtool: link: cannot determine absolute directory name of `yes' Makefile:400: recipe for target 'libxtiff.la' failed make[2]: *** [libxtiff.la] Error 1 make[2]: Leaving directory '/home/winash12/meteorology_project/libgeotiff-1.4.2/libxtiff' Makefile:836: recipe for target 'all-recursive' failed make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory '/home/winash12/meteorology_project/libgeotiff-1.4.2' Makefile:592: recipe for target 'all' failed make: *** [all] Error 2