<div dir="ltr">Hi!<br><br>Sorry if it is old news. Here is how to compile and use Zorp on an Ubuntu feisty:<br><br>- install python2.4-dev, and uninstall python2.5-dev if it is installed<br>- ln -s&nbsp; /usr/bin/python2.4-config /usr/bin/python-config<br>
- ln -s /usr/bin/python2.4 /usr/bin/python&nbsp; #WARNING, it may break things!<br>- compile libzorpll and zorp from source (I used libzorpll_3.1.8.2 and zorp_3.1.14 with anypy pathes). Before that change debian/control to depend on python2.4-dev instead of python-dev (mentioned in two places).<br>
- apt-get install python-dns<br><br>Enjoy. You can ln -s /usr/bin/python2.5 /usr/bin/python back and rm /usr/bin/python-config now to play safely.<br><br></div>