简体   繁体   中英

Openl2tp make on CentOS

Im trying to install openl2tp on CentOS.I have downloaded the source from here but when i try to run make it gives me the following error

gin.o l2tp_event.o l2tp_test.o md5.o l2tp_api.o l2tp_rpc_server.o l2tp_rpc_xdr.o l2tp_config_token.o l2tp_config_parse.o -Wl,-E -L. -Lusl -lusl -ldl  -lc -lfl
/usr/bin/ld: cannot find -lfl
collect2: ld returned 1 exit status
make: *** [openl2tpd] Error 1

can someone guide me what im doing wrong... Regards

libfl is from the flex package. Try installing flex-devel.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM