Open cli0 opened 12 months ago
Which version are you trying to install?
I tried to install frr-stable via debian repository https://deb.frrouting.org/ and I also tried installing from source following https://docs.frrouting.org/projects/dev-guide/en/latest/building-frr-for-ubuntu2204.html
As for the version of the frr-rpki-rtrlib, I am installing the version that comes by default with apt. No specific version.
It failed consistently for both Ubuntu 20.04 and Ubuntu 22.04.
frr-rpki-rtrlib
package depdends on frr
package. That means you can't install just frr-rpki-rtrlib
. Two options: either install FRR + rtrlib from the packages or compile both.
This issue is stale because it has been open 180 days with no activity. Comment or remove the autoclose
label in order to avoid having this issue closed.
OS is Ubuntu 22.04.
I successfully installed frr from source. FRR with bgpd runs successfully but when I want to enable RPKI and therefore need to install frr-rpki-rtrlib, I get the following error:
It seems there is an issue installing frr from source and connecting it with the rpki-rtr library. The same issue persists even for Ubuntu 20.04. Can anyone help with completing the installation of rpki support?