GIMP(1) don't run

2012-03-20 Thread Xavier FreeBSD questions
Hi to all,

When I want run GIMP(1) it say:

 gimp
Shared object libpcre.so.0 not found, required by gimp

How I can solvent this problem ?

Thanks.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


RE: GIMP(1) don't run

2012-03-20 Thread Devin Teske


 -Original Message-
 From: owner-freebsd-questi...@freebsd.org [mailto:owner-freebsd-
 questi...@freebsd.org] On Behalf Of Xavier FreeBSD questions
 Sent: Tuesday, March 20, 2012 10:06 AM
 To: freebsd-questions@freebsd.org
 Subject: GIMP(1) don't run
 
 Hi to all,
 
 When I want run GIMP(1) it say:
 
  gimp
 Shared object libpcre.so.0 not found, required by gimp
 
 How I can solvent this problem ?

sudo pkg_add -r pcre

-- 
Devin

_
The information contained in this message is proprietary and/or confidential. 
If you are not the intended recipient, please: (i) delete the message and all 
copies; (ii) do not disclose, distribute or use the message in any manner; and 
(iii) notify the sender immediately. In addition, please be aware that any 
message addressed to our domain is subject to archiving and review by persons 
other than the intended recipient. Thank you.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: GIMP(1) don't run

2012-03-20 Thread Matthew Seaman
On 20/03/2012 17:05, Xavier FreeBSD questions wrote:
 Hi to all,
 
 When I want run GIMP(1) it say:
 
 gimp
 Shared object libpcre.so.0 not found, required by gimp
 
 How I can solvent this problem ?

If libpcre isn't installed, then install it.  However, libpcre is at ABI
version 1 now after a recent update.  So you will also need to
reinstall gimp.  For best results, compile it via the ports.  If you
must install from a pkg, then make sure you've got a version built after
Feb 14th (which is when the pcre version bump happened.)

I suspect it may be more useful in hindsight now, but see the
/usr/ports/UPDATING entry for 20120214

Cheers,

Matthew

-- 
Dr Matthew J Seaman MA, D.Phil.
PGP: http://www.infracaninophile.co.uk/pgpkey




signature.asc
Description: OpenPGP digital signature


Re: GIMP(1) don't run

2012-03-20 Thread Lars Eighner

On Tue, 20 Mar 2012, Xavier FreeBSD questions wrote:


Hi to all,

When I want run GIMP(1) it say:


gimp

Shared object libpcre.so.0 not found, required by gimp

How I can solvent this problem ?




Check to see whether you have installed devel/pcre.  You almost certainly
have. You probably updated devel/pcre either intentionally or by installing
something that depended on the new version.

UPDATING 20120204 indicates that there is a way to update devel/pcre so that
the old shared libraries will be preserved.  That, however, does not work. 
(Does anyone ever test stuff put in UPDATING?)



So, in /usr/local/lib make a symbolic link to libpcre.so.1 from libpcre.so.0
.

That's not the right answer,  but it will work.

--
Lars Eighner
http://www.larseighner.com/index.html
8800 N IH35 APT 1191 AUSTIN TX 78753-5266

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org