pcre library linking issues

John Levine johnl at iecc.com
Thu Apr 19 18:27:06 UTC 2012


>            libpcre.so.0 => not found (0x0)
>
>What can I do to fix this in the meantime?

It should have saved the old one as /usr/local/lib/compat/pkg/libpcre.so.0.
If it's there, try this so your programs can find it:

 # ldconfig -m /usr/local/lib/compat/pkg

If it's not there, go get it from your distribution media.

R's,
John


More information about the freebsd-questions mailing list