I try to run Nimrod example like this https://github.com/kamilchm/osv-jesterBut I'm getting could not load: libpcre.so(.3|.1|)Any tips how can I fix it?
Try to compile with --dynlibOverride:pcreand then pass the static PCRE library via --passL:$pcre.afor some value of $pcre.a. If osv even ships with a pcre shared library, that is. Otherwise you need to install it somehow.