Louis Erickson - 2020-04-17

Had a similar problem on opensuse 15.1. Did the replacement to pcre_fullinfo, then it core dumped instantly on start.

Problem was that -lpcre was finding the system pcre library, which was a much newer version.

Solved it by adding --with-libdirs=pwd/src/pcre-2.08 to the configure command line, so the -lpcre would get the version expected by tf. No code change needed, just to use the included library instead of the system one.

 

Last edit: Louis Erickson 2020-04-17