Skip site navigation (1)Skip section navigation (2)
Date:      19 Apr 2012 18:26:41 -0000
From:      "John Levine" <johnl@iecc.com>
To:        freebsd-questions@freebsd.org
Cc:        alexmiroslav@gmail.com
Subject:   Re: pcre library linking issues
Message-ID:  <20120419182641.87861.qmail@joyce.lan>
In-Reply-To: <CACcSE1wFR0LHe%2B=Ni%2BWKu0hy-drHvQiuh_=i8k7HaYHq5egcWA@mail.gmail.com>

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20120419182641.87861.qmail>