Hi Venkata,
I suggest the next one.
search in /lib or /lib64 (depending your bit mode) libpcre.so or similar file.
in may case /lib64/libpcre.so.0.0.1
lrwxrwxrwx. 1 root root 16 Mar 7 2012 libpcre.so.0 -> libpcre.so.0.0.1
-rwxr-xr-x. 1 root root 184088 Dec 4 2009 libpcre.so.0.0.1
then create a symbolic link to the file:
ln -s /lib64/libpcre.so.0.0.1 /lib64/libpcre.so.0
in your case the command will be something like this
ln -s /LIB_BITMODE/libpcre.FILE /LIB_BITMODE/libpcre.so.1
Hope this helps.
regards