Hi Lonnie I had the same issue after upgrading to Ubuntu 20.04
You have to install libboost version 1.65, check https://stackoverflow.com/questions/8430332/uninstall-boost-and-install-another-version <https://stackoverflow.com/questions/8430332/uninstall-boost-and-install-another-version> For how to do that but instead of wget http://downloads.sourceforge.net/project/boost/boost/1.54.0/boost_1_54_0.tar.gz use wget http://downloads.sourceforge.net/project/boost/boost/1.65.0/boost_1_65_0.tar.gz > On Oct 16, 2020, at 10:26 AM, LonnieTC <[email protected]> wrote: > > Hi All, > > New to Twister and am just now wanting to investigate it more. > > I have a couple of VPS servers and would like to setup some nodes so that I > can test how it works. > > My system is Ubuntu 20.04 and I tried build it from scratch, but the source > code seems to need updates before it will compile as I found a number of > depreciated calls during the compile which ultimately crashed. > > Then I tried the Docker approach on one of my VPS systems with > > docker pull miguelfreitas/twister > > docker run -d -p 28332:28332 -v $HOME/.twister:/root/.twister > miguelfreitas/twister > > after I tried to connect from my browser to the VPS system running Twister > but it would not let me connect. > > Am I missing something here? > > > > > > > > -- > You received this message because you are subscribed to the Google Groups > "twister-users" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected] > <mailto:[email protected]>. > To view this discussion on the web visit > https://groups.google.com/d/msgid/twister-users/1fc732f5-e981-45fc-aec8-2be2d1fb8fbbn%40googlegroups.com > > <https://groups.google.com/d/msgid/twister-users/1fc732f5-e981-45fc-aec8-2be2d1fb8fbbn%40googlegroups.com?utm_medium=email&utm_source=footer>. -- You received this message because you are subscribed to the Google Groups "twister-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/twister-users/FD7103AD-F595-4326-9748-5EA412A2452A%40gmail.com.
