cpoke
cpoke copied to clipboard
Build Failed: parse_gm: src/parse_gm.c:403: parse_pdex_mon: Assertion `0 == rsl' failed.
When I tried to build with make test I get the following error parse_gm: src/parse_gm.c:403: parse_pdex_mon: Assertion `0 == rsl' failed. I have installed the libraries as suggested in the readme.
Although for install pcre, I had to rename the libpcre.so file to libpcre.so.1 (as an installation with apt didn't assign a version number).
Is there any known fix to this?