Hi,
I'm runningfreebsd FreeBSD 8.2.
I made a mistake when I updated my port devel/pcre, I did not preserve its old shared library before updating (with portmaster -w devel/pcre).
PCRE is updating in pcre-8.30 but php52-pcre-5.2.17_7 needs shared library pcre.0.
How could I recover this library pcre.0?
I'm running
I made a mistake when I updated my port devel/pcre, I did not preserve its old shared library before updating (with portmaster -w devel/pcre).
PCRE is updating in pcre-8.30 but php52-pcre-5.2.17_7 needs shared library pcre.0.
Code:
===> Compressing manual pages for pcre-8.30
===> Running ldconfig
/sbin/ldconfig -m /usr/local/lib
===> Registering installation for pcre-8.30
===> Returning to build of php52-pcre-5.2.17_7
Error: shared library "pcre.0" does not exist
*** Error code 1
How could I recover this library pcre.0?