还有另外一种方式,是使用源码,在后面加上: --with-pcre=../pcre-8.30 --with-pcre-jit pcre-8.30为pcre的源码,它与nginx的源码放在同级目录。
objs/src/core/ngx_regex.o: In function 'ngx_pcre_free_studies': /opt/nginx-1.2.1/src/core/ngx_regex.c:307: undefined reference to 'pcre_free_study' Probably, you have the same problem as mentioned in this ticket: http://trac.nginx.org/nginx/ticket/94 If so, the solution is in t...
针对你遇到的“undefined reference to `pcre2_code_free_8'”问题,我们可以从以下几个方面进行排查和解决: 1. 确认pcre2_code_free_8函数所属的库 pcre2_code_free_8 是PCRE2(Perl Compatible Regular Expressions version 2)库中的一个函数,用于释放由 PCRE2 编译的正则表达式对象。因此,我们需要确认你的项...
qregularexpression.cpp:(.text._ZNSt10unique_ptrI23pcre2_real_jit_stack_16N12_GLOBAL__N_116PcreJitStackFreeEED2Ev+0xd): undefined reference to `pcre2_jit_stack_free_16' /usr/bin/ld: ../../../vcpkg_installed/x64-linux/lib/libQt6Core.a(qregularexpression.cpp.o): in function `safe...
apache安装报错undefined reference ssl 因为SSL发现漏洞,需要更换openssl-1.0.1g版本,编译安装后,apache httpd2.4.9提示还是旧版本的SSL,于是重新编译安装apache httpd,configure没有报错,但make的时候报如下错误: /software/httpd-2.4.9/support/ab.c:735: undefined reference to `SSL_write' ...
more undefined references to `libiconv' follow ext/iconv/.libs/iconv.o(.text+0x2c08): In function `php_iconv_stream_filter_dtor': /home/jjdai/work/zhupiter/php-5.2.0/ext/iconv/iconv.c:2393: undefined reference to `libiconv_close' ext/iconv/.libs/iconv.o(.text+0x2cf2): In function...
/usr/local/apr-util/lib/: undefined reference to XML_ParserCreate'/usr/local/apr-util/lib/: undefined reference toXML_SetCharacterDataHandler' /usr/local/apr-util/lib/: undefined reference to XML_ParserFree'/usr/local/apr-util/lib/: undefined reference to...
I have compiled pcre-8.36 on RHEL6.4 x86_64 using the following configure command: ./configure \ --enable-jit --enable-pcre16 --enable-pcre32 \ --enable-pcregrep-libz --enable-pcregrep-libbz2 \ --enable-pcretest-libreadline \ --enable-ut...
reference to `ff_reverse' libavcodec/libavcodec.a(asvenc.o): In function `asv2_put_bits': /home/xxx/ffmpeg_sources/ffmpeg/libavcodec/asvenc.c:40: undefined reference to `ff_reverse' libavcodec/libavcodec.a(asvenc.o): In function `put_bits': ...
Netopeer2 build is failing due to CMakeFiles/netopeer2-server.dir/src/main.c.o: In function `main': main.c:(.text.startup+0x6dd): undefined reference to 'np2srv_hostkey_cb' main.c:(.text.startup+0x6eb): undefined reference to 'np2srv_pub...