Gimp: Segmentation fault: 11

I got this panic when trying to scroll font list on Gimp by clicking the scrollbar.

Code:
alie@fbsd(/usr/home/alie): gimp
/libexec/ld-elf.so.1: Shared object "libgcrypt.so.16" not found, required by "help-browser"

(gimp:4244): LibGimpBase-WARNING **: gimp: gimp_wire_read(): error

(script-fu:4248): LibGimpBase-WARNING **: script-fu: gimp_wire_read(): error
Segmentation fault: 11 (core dumped)

Anyone have same issue ?
 
alie said:
I got this panic when trying to scroll font list on Gimp by clicking the scrollbar.

Code:
alie@fbsd(/usr/home/alie): gimp
/libexec/ld-elf.so.1: Shared object "libgcrypt.so.16" not found, required by "help-browser"[/quote]

Show the output of this:
[cmd="%"]ls /usr/local/lib/libgcrypt.so.*[/cmd]

If that shows [file]/usr/local/lib/libgcrypt.so.17[/file], then maybe you missed the 20100727 entry in [file]/usr/ports/UPDATING[/file].
 
wblock said:
Show the output of this:
% ls /usr/local/lib/libgcrypt.so.*

If that shows /usr/local/lib/libgcrypt.so.17, then maybe you missed the 20100727 entry in /usr/ports/UPDATING.

Here we go:
Code:
alie@fbsd(/usr/home/alie): ls /usr/local/lib/libgcrypt.so.*
/usr/local/lib/libgcrypt.so.17
 
alie said:
Here we go:
Code:
alie@fbsd(/usr/home/alie): ls /usr/local/lib/libgcrypt.so.*
/usr/local/lib/libgcrypt.so.17

That's it, you missed the 20100727 entry in /usr/ports/UPDATING. At a minimum, GIMP needs to be rebuilt (deinstall, clean, install). But do what it says in UPDATING so that everything that needs libgcrypt is rebuilt.
 
Back
Top