On 04/06/13 17:10, Armin K. wrote: > On 06/03/2013 11:38 PM, Wayne Blaszczyk wrote: >> Hi All, ....
> mv -v /usr/lib/libpcre.so.* /lib && > ln -sfv ../../lib/libpcre.so.1.2.0 /usr/lib/libpcre.so > > This looks wrong to me. > > It should be: ln -sfv ../../lib/libpcre.so.1.2.1 /usr/lib/libpcre.so > > $ ls -l /usr/lib/libpcre.so* > lrwxrwxrwx 1 root root 16 May 29 03:40 /usr/lib/libpcre.so -> > libpcre.so.1.2.1 > lrwxrwxrwx 1 root root 16 May 29 03:40 /usr/lib/libpcre.so.1 -> > libpcre.so.1.2.1 > -rwxr-xr-x 1 root root 439804 May 29 03:40 /usr/lib/libpcre.so.1.2.1 > > This is what I got on Archlinux. > Thanks Armin, The symlink fixed the issue. Wayne. -- http://linuxfromscratch.org/mailman/listinfo/blfs-support FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
