Personally, using apkg to compile the BIRD binary to a DEB or RPM file makes using the usual package manager do the job of up-/downgrading very easy. — As you did not specify what OS you are doing this on. You are on your own. Unless more information is provided to this mail thread.
On Wed, 13 Mar 2024 at 15:37, <netravnen+birdl...@gmail.com> wrote: > > Why not use apkg[0,1,2] to generate installation packages? > > [0]: https://pkg.labs.nic.cz/pages/apkg/ > [1]: https://pkg.labs.nic.cz/pages/apkg/users/ > [2]: https://gitlab.nic.cz/labs/bird/-/tree/master/distro > > On Wed, 13 Mar 2024 at 16:27, Ilham Maulana <ilhamsupernatu...@gmail.com> > wrote: > > > > Hello, > > > > Is there any step by step tutorial how to downgrade from Bird 2.15 to Bird > > 2.14? > > > > or maybe fresh install Bird 2.14? > > > > I have tried these 3 command, and failed. > > > > $ ./configure > > $ make > > # make install > > > > > > Thank You.