MarcJHuber / event-driven-servers

A collection of event-driven servers (currently: tac_plus, tac_plus-ng, ftpd, tcprelay)
https://www.pro-bono-publico.de/projects
Other
98 stars 25 forks source link

编译中出现异常 #91

Closed fanbinbill closed 6 months ago

fanbinbill commented 6 months ago

/home/xxxx/event-driven-servers/mavis/radmavis.c:107:5: warning: implicit declaration of function ‘rc_apply_config’ [-Wimplicit-function-declaration] rc_apply_config(rh); ^~~~~~~ /home/xxxx/event-driven-servers/mavis/radmavis.c: At top level: cc1: warning: unrecognized command line option ‘-Wno-implicit-fallthrough’ gcc -o radmavis radmavis.o -L/usr/x86_64-linux-gnu/lib -Wl,-rpath,/usr/x86_64-linux-gnu/lib -lradcli radmavis.o: In function main': radmavis.c:(.text+0x26a): undefined reference torc_apply_config' collect2: error: ld returned 1 exit status

MarcJHuber commented 6 months ago

Hi,

is your radcli installation current? rc_apply_config is available since radcli version 1.2.10 (released 2018-05-08).

Cheers,

Marc

MarcJHuber commented 6 months ago

Hi,

28e8b5727bdc0672e39654f0347212deecd9b4f5 likely closes this issue.

Cheers,

Marc