Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

rip_cli_init undefine in special configure for frr #18323

Open
nanfengnan1 opened this issue Mar 6, 2025 · 0 comments
Open

rip_cli_init undefine in special configure for frr #18323

nanfengnan1 opened this issue Mar 6, 2025 · 0 comments

Comments

@nanfengnan1
Copy link

./configure --prefix=/usr/local/frr -exec-prefix=/usr/local/frr
--enable-watchfrr --enable-user=alexan
--enable-group=alexan --enable-static
--enable-static-bin --enable-systemd
--enable-fpm --enable-dev-build --enable-shell-access

make -jnproc

/usr/bin/ld: mgmtd/.libs/libmgmt_be_nb.a(mgmtd_libmgmt_be_nb_la-rip_cli.o): in function rip_cli_init': /opt/caa/code/FRR/ripd/rip_cli.c:1298: undefined reference to if_rmap_init'
/usr/bin/ld: mgmtd/.libs/libmgmt_be_nb.a(mgmtd_libmgmt_be_nb_la-rip_cli.o):(.data.rel.ro+0x870): undefined reference to cli_show_if_route_map' /usr/bin/ld: mgmtd/.libs/libmgmt_be_nb.a(mgmtd_libmgmt_be_nb_la-ripng_cli.o): in function ripng_cli_init':
/opt/caa/code/FRR/ripngd/ripng_cli.c:666: undefined reference to if_rmap_init' /usr/bin/ld: mgmtd/.libs/libmgmt_be_nb.a(mgmtd_libmgmt_be_nb_la-ripng_cli.o):(.data.rel.ro+0x510): undefined reference to group_distribute_list_ipv6_cli_show'
/usr/bin/ld: mgmtd/.libs/libmgmt_be_nb.a(mgmtd_libmgmt_be_nb_la-ripng_cli.o):(.data.rel.ro+0x5a0): undefined reference to group_distribute_list_ipv6_cli_show' /usr/bin/ld: mgmtd/.libs/libmgmt_be_nb.a(mgmtd_libmgmt_be_nb_la-ripng_cli.o):(.data.rel.ro+0x630): undefined reference to group_distribute_list_ipv6_cli_show'
/usr/bin/ld: mgmtd/.libs/libmgmt_be_nb.a(mgmtd_libmgmt_be_nb_la-ripng_cli.o):(.data.rel.ro+0x6c0): undefined reference to group_distribute_list_ipv6_cli_show' /usr/bin/ld: mgmtd/.libs/libmgmt_be_nb.a(mgmtd_libmgmt_be_nb_la-ripng_cli.o):(.data.rel.ro+0x7e0): undefined reference to cli_show_if_route_map'
collect2: error: ld returned 1 exit status
make[1]: *** [Makefile:8361: mgmtd/mgmtd] Error 1
make[1]: *** Waiting for unfinished jobs....
make[1]: Leaving directory '/opt/caa/code/FRR'
make: *** [Makefile:6587: all] Error 2

===========================================================================

os : ubuntu24.04

frr master exists this problem.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant