Closed mmueen closed 5 years ago
The problem was that the actual Jool directory is /home/vagrant/Jool. There is no usr directory, hence from provision_nat64.sh the usr needs to be removed. it should look like this.
sudo chown -R vagrant:vagrant /home/vagrant/Jool
( cd /home/vagrant/Jool && ./autogen.sh && ./configure )
make -C /home/vagrant/Jool
sudo make install -C /home/vagrant/Jool
What happened?
While deploying the ipv6 cluster using ./vagrant-start, the Jool installation fails with this error.