As I am setting up a Samba4 domain, I would like to install Bind9.8, however, it is not in backports, and using testing would upgrade many other packages to testing.
Any suggestions?
|
|
Or just do it manually. No drama and works fine :)
This will install the latest bind in /opt/bind so it won't conflict with the current system packages. If you want some extra features or non stadard options just read the README in the source directory. |
||||
|
|
|
Better than installing the testing/unstable packages directly is to backport them yourself. This would involve downloading the source package, and compiling it against packages in stable. Add only a deb-src line (not a deb line) for testing or unstable to sources.list:
Then run:
The last command will fetch the source package to the current directory and try to build it. If it is successful, you'll have new .deb files in the current directory when it is finished which you can install with |
|||||||||||
|
|
You could a technique called pinning in APT. Basically you can install software from unstable or testing without upgrading you whole system. |
|||
|
|
|
Here's how I did it for Gallery2. Just get the package from sid by pinning it. All packages go to squeeze by default (*) and gallery2 comes from sid.
|
|||
|