pcre library linking issues

Aleksandr Miroslav alexmiroslav at gmail.com
Thu Apr 19 15:13:42 UTC 2012


I inadvertently updated my PCRE library and in the process broke a number of
things that depended on the old library.

I now have a number of binaries that look like this:

    /usr/local/bin$ $ ldd gtester
    gtester:
            libglib-2.0.so.0 => /usr/local/lib/libglib-2.0.so.0 (0x28090000)
            libintl.so.9 => /usr/local/lib/libintl.so.9 (0x28168000)
            libiconv.so.3 => /usr/local/lib/libiconv.so.3 (0x28171000)
            libpcre.so.0 => not found (0x0)
            libc.so.7 => /lib/libc.so.7 (0x28267000)
            libpcre.so.0 => not found (0x0)


What can I do to fix this in the meantime?

Alex


More information about the freebsd-questions mailing list