parser

Написать ответ на текущее сообщение

 

 
   команды управления поиском

Ответ

Igor 17.10.2018 10:00

Что лучше сделать в этой ситуации?

configure:4933: checking for prce
configure:4948: cc -o conftest -O2 -pipe -fstack-protector -fno-strict-aliasing -fstack-protector conftest.c -L/usr/local -lpcre -I/usr/local/include >&5
/usr/bin/ld: cannot find -lpcre
cc: error: linker command failed with exit code 1 (use -v to see invocation)
configure:4948: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "parser"
| #define PACKAGE_TARNAME "parser"
| #define PACKAGE_VERSION "3.4.5"
| #define PACKAGE_STRING "parser 3.4.5"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "parser"
| #define VERSION "3.4.5"
| #define PARSER_VERSION "3.4.5 (compiled on amd64-portbld-freebsd11.2)"
| #define NDEBUG /**/
| #define PA_SAFE_MODE /**/
| /* end confdefs.h. */
| #include <pcre.h>
| int
| main ()
| {
| const char *v=pcre_version();
| ;
| return 0;
| }
configure:4953: result: no
configure:4958: error: /usr/local does not seem to be valid PCRE installation directory