You are not logged in.
Pages: 1
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.
Last edited by osc~ (2008-06-12 14:38:55)
Offline
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
Offline
i just reported the bug
does it take long to solve?
this has stopped my productivity
Offline
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
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
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
Like bender02 said, do not link libs! Just recompile inkscape with abs and it should work.
Offline
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
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
fixed in inkscape 0.46-4
Offline
Pages: 1