You are not logged in.

#1 2008-04-21 16:08:22

osc~
Member
From: brazil
Registered: 2007-07-06
Posts: 117
Website

[solved]inkscape stopped

inkscape: error while loading shared libraries: libpoppler.so.2: cannot open shared object file: No such file or directory

i think this happened after the sunday/monday upgrade.
how to fix the problem, i need to work. smile

Last edited by osc~ (2008-06-12 14:38:55)

Offline

#2 2008-04-21 16:16:28

chicha
Member
From: France
Registered: 2007-04-20
Posts: 271

Re: [solved]inkscape stopped

There have been some update in poppler recently, and maybe inkscape needed to be recompiled.
There is a new version of poppler in testing, for recompilation issues due to imagemagick. Maybe it will solve the problem

I see 2 possible solutions :

1- Try first to rebuild and reinstall inkscape with ABS.
2- If 1- failed, install the version from testing


If none of the above worked, open a bug (at archlinux, it is probably a bug from arch).

Offline

#3 2008-04-21 17:25:45

Mikko777
Member
From: Suomi, Finland
Registered: 2006-10-30
Posts: 837

Re: [solved]inkscape stopped

Solution 1 fails sad

Offline

#4 2008-04-21 17:37:23

osc~
Member
From: brazil
Registered: 2007-07-06
Posts: 117
Website

Re: [solved]inkscape stopped

i just reported the bug
does it take long to solve?
this has stopped my productivity sad

Offline

#5 2008-04-21 17:43:53

Dirhael
Member
From: /cold/north
Registered: 2008-03-12
Posts: 46

Re: [solved]inkscape stopped

Until a rebuilt version appears in the repos, just rebuild the version from testing, not the extra version. It's the same version, but the testing pkgbuild includes a patch to allow inkscape to compile against the latest perl.

Offline

#6 2008-04-22 02:37:39

osc~
Member
From: brazil
Registered: 2007-07-06
Posts: 117
Website

Re: [solved]inkscape stopped

i installed from the testing repo, but still the same error:

inkscape: error while loading shared libraries: libpoppler.so.2: cannot open shared object file: No such file or directory

Offline

#7 2008-04-22 03:57:00

bender02
Member
From: UK
Registered: 2007-02-04
Posts: 1,328

Re: [solved]inkscape stopped

zokeber wrote:

hey, try this

#cd /usr/lib
#ln -s libpoppler.so.3 libpoppler.so.2
#ln -s libpoppler-glib.so.3 libpoppler-glib.so.2

Terrible idea. Don't just link libs around!
http://bbs.archlinux.org/viewtopic.php?id=46887

Offline

#8 2008-04-22 04:56:57

zodmaner
Member
Registered: 2007-07-11
Posts: 653

Re: [solved]inkscape stopped

Like bender02 said, do not link libs! Just recompile inkscape with abs and it should work.

Offline

#9 2008-04-22 11:46:35

Dirhael
Member
From: /cold/north
Registered: 2008-03-12
Posts: 46

Re: [solved]inkscape stopped

osc~ wrote:

i installed from the testing repo, but still the same error:

inkscape: error while loading shared libraries: libpoppler.so.2: cannot open shared object file: No such file or directory

As I said, do not just install from the testing repo, rebuild the package and only then install it.

Step by step:

su
pacman -S abs && abs && exit
cd ~ && cp -r /var/abs/testing/inkscape . && cd inkscape
makepkg -sicr

Last edited by Dirhael (2008-04-22 11:47:06)

Offline

#10 2008-04-22 19:28:15

Mailik
Member
From: France
Registered: 2007-05-31
Posts: 31

Re: [solved]inkscape stopped

Dirhael wrote:
osc~ wrote:

i installed from the testing repo, but still the same error:

inkscape: error while loading shared libraries: libpoppler.so.2: cannot open shared object file: No such file or directory

As I said, do not just install from the testing repo, rebuild the package and only then install it.

Step by step:

su
pacman -S abs && abs && exit
cd ~ && cp -r /var/abs/testing/inkscape . && cd inkscape
makepkg -sicr

Now inkscape work for me after that. Thanks.

Offline

#11 2008-04-23 05:56:04

Snowman
Developer/Forum Fellow
From: Montreal, Canada
Registered: 2004-08-20
Posts: 5,212

Re: [solved]inkscape stopped

fixed in inkscape 0.46-4

Offline

Board footer

Powered by FluxBB