gpt4 book ai didi

c++ - snort make 文件出错

转载 作者:太空宇宙 更新时间:2023-11-04 14:22:36 25 4
gpt4 key购买 nike

我在创建 snort makefile 时收到此错误消息?

/usr/bin/ld: /usr/local/lib/libpcre.a(pcre_compile.o): relocation R_X86_64_32S against >`.rodata' can not be used when making a shared object; recompile with -fPIC
/usr/local/lib/libpcre.a: could not read symbols: Bad value
collect2: ld returned 1 exit status

我怎样才能摆脱这种情况?

最佳答案

不要在您的 make 文件中指定 libpcre.a 进行链接,而是指定 libpcre.so

这应该可以让您摆脱错误!

谢谢!

关于c++ - snort make 文件出错,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/6355454/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com