View Single Post
Posts: 3,328 | Thanked: 4,476 times | Joined on May 2011 @ Poland
#3
Originally Posted by lorenzo View Post
how to check if it works properly? do i need to install all the packages in http://marmistrz.net63.net/public/pcre/ ?
I guess you would need to install libpcre3 and libpcrecpp0. The rest shouldn't be needed.

do

Code:
dpkg -l *pcre*
If you have installed something that this commands outputs, upgrade it too.

The ideal way would be - install the app. Install updated pcre. Check whether it works as it should, whether there's a performance difference.

If you want to go back to the Fremantle (original) do
Code:
sudo gainroot
apt-get install libpcre3=6.7* libpcrecpp0=6.7*
__________________
If you want to support my work, you can donate by PayPal or Flattr

Projects no longer actively developed: here

Last edited by marmistrz; 2013-02-26 at 14:46. Reason: fixed missing star in the restoring code
 

The Following User Says Thank You to marmistrz For This Useful Post: