Brandon Heller <brandonh <at> stanford.edu> writes: > > > Hi Muhammad, > > Run: > apt-cache search libboost > > ... to see which libboost packages are available, and go for the newest. I had to do this to get NOX to compile with a newer version of Debian. > > -b > > On Mon, Jan 11, 2010 at 9:43 AM, Muhammad Immad Uddin <immaduddin <at> gmail.com> wrote: > Hi,I tried to install nox. I am using ubuntu 9.10. The problem I am facing is that libboost1.35-dev cannot be installed using get-apt. The error that I see is as follows:sudo apt-get install autoconf automake g++ libtool python2.5 > python2.5-dev python-twisted swig libboost1.35-dev libxerces-c2-dev > libssl-dev make libsqlite3-dev python-simplejson python-sphinx qemu > vde2 screen slirp genisoimage debootstrap sharutils > Reading package lists... DoneBuilding dependency tree Reading state information... Doneautoconf is already the newest version.automake is already the newest version.g++ is already the newest version. > > > libtool is already the newest version.python2.5 is already the newest version.python2.5-dev is already the newest version.python-twisted is already the newest version.swig is already the newest version. > > > Package libboost1.35-dev is not available, but is referred to by another package.This may mean that the package is missing, has been obsoleted, oris only available from another sourceE: Package libboost1.35-dev has no installation candidateCan anyone help me with this.Regards,Immad_______________________________________________ > nox-dev mailing listnox-dev <at> noxrepo.orghttp://noxrepo.org/mailman/listinfo/nox-dev_noxrepo.org > > > > >
Hi Brandon, Same problem here. My system is Debian 9. I tried to install NOX and countered "E: Package libboost1.35-dev has no installation candidate". Then, I ran "apt- cache search libboost" and find the newest version libboost1.42-dev. Following commands are executed: # Install NOX deps sudo apt-get -y install libboost1.42-dev # Install NOX optional deps: sudo apt-get install -y libsqlite3-dev python-simplejson # Fetch NOX destiny cd ~/ git clone git://noxrepo.org/nox noxcore cd noxcore git checkout -b destiny remotes/origin/destiny # Apply patches git checkout -b tutorial-destiny git am ~/mininet/util/nox-patches/*.patch #Build ./boot.sh mkdir build cd build ../configure Till "../configure", an error showed: configure: error: Could not find a version of the library! My question is, did I do anything wrong in the previous steps? What should I do now? Thank you very much. Weiyun
