Hi!

> Inkskape build without problem (gcc) on FreeBSD 9.1 RC1 but when I ran it I 
> got:
> Shared object "libpcre.so.0" not found, required by "liblqr-1.so.3"
> 
> locate libpcre.so shows:
> 
> /compat/linux/lib/libpcre.so.0
> /compat/linux/lib/libpcre.so.0.0.1
> /usr/local/lib/libpcre.so
> /usr/local/lib/libpcre.so.1

cd /usr/local/lib/
ln -s libpcre.so.1 libpcre.so.0

will allow it to start, I assume. The side effects are an open question.

-- 
[email protected]            +49 171 3101372                         8 years to go !
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "[email protected]"

Reply via email to