编译后,demo和test等文件都无法运行 #527
Unanswered
qq2524651524-dnswjd
asked this question in
Q&A
Replies: 1 comment 2 replies
-
|
Do you create cert file? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
目前环境是ubuntu16,gcc和g++均为7,成功编译了boringssl和xquic后,使用test或demo文件时,都会出现
root@i:
/packages/xquic/build/demo# ./demo_server/packages/xquic/build/demo# vim skeys.logskeys.log 4
xqc_engine_create error
root@i:
root@i:~/packages/xquic/build/demo# ./demo_server -p 9443 -c b -C
option port :9443
option cong_ctl :b
option pacing :on
skeys.log 4
xqc_engine_create error
请问如何去解决?编译均在build文件夹中进行,使用cmake .. && make
Beta Was this translation helpful? Give feedback.
All reactions