Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 19 Apr 2012 11:13:34 -0400
From:      Aleksandr Miroslav <alexmiroslav@gmail.com>
To:        freebsd-questions@freebsd.org
Subject:   pcre library linking issues
Message-ID:  <CACcSE1wFR0LHe%2B=Ni%2BWKu0hy-drHvQiuh_=i8k7HaYHq5egcWA@mail.gmail.com>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CACcSE1wFR0LHe%2B=Ni%2BWKu0hy-drHvQiuh_=i8k7HaYHq5egcWA>