Mesos build error -
i'm begginer on ubuntu , i'm trying install mesos. during "make" have error:
../3rdparty/libprocess/3rdparty/glog-0.3.3/.libs/libglog.a(libglog_la-logging.o):(.data.rel.ro._ztcn6google10logmessage9logstreame0_so[_ztvn6google10logmessage9logstreame]+0x48): undefined reference `virtual thunk std::basic_ostream<char, std::char_traits<char> >::~basic_ostream()' collect2: error: ld returned 1 exit status make[2]: *** [libmesos.la] error 1 make[2]: leaving directory `/home/myname/mesos-0.20.1/build/src' make[1]: *** [all] error 2 make[1]: leaving directory `/home/myname/mesos-0.20.1/build/src' make: *** [all-recursive] error 1
please me start programming in mesos. thanks!
is there particular reason want compile mesos yourself? there packages available download here: http://mesos.apache.org/gettingstarted/ or mesosphere packages allowing sudo apt-get -y install mesos.
secondly, there reason trying 0.20.1 version? issue looks if there issue c++ stdlib library. compiler/stdlib using? did ./configure finish successful?
cheers, joerg
Comments
Post a Comment