Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 22 Sep 2012 12:54:20 +0200
From:      Kurt Jaeger <lists@opsec.eu>
To:        freebsd-ports@freebsd.org
Subject:   Re: inkskape
Message-ID:  <20120922105420.GA3324@home.opsec.eu>
In-Reply-To: <201209220537.22603.lumiwa@gmail.com>
References:  <201209220537.22603.lumiwa@gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
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.

-- 
pi@opsec.eu            +49 171 3101372                         8 years to go !



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20120922105420.GA3324>