Page 1 of 1

[SOLVED] gpicview not responding under lxde in archlinux.

Posted: Fri Jul 17, 2009 2:55 pm
by shinchyn
Just installed archlinux + lxde, but found gpicview can't work.
$ gpicview
gpicview: error while loading shared libraries: libjpeg.so.62: cannot open shared object file: No such file or directory
I have checked that there existed libjpeg already.
How can I solved this problem ?

Re: gpicview not responding under lxde in archlinux.

Posted: Sat Jul 18, 2009 2:28 am
by phillipe
shinchyn you can try this:
# ln -s /usr/lib/libjpeg.so /usr/lib/libjpeg.so.62

Or you can also install the gpicview-svn that is on AUR. gpicview-svn function perfectly.

Re: [SOLVED] gpicview not responding under lxde in archlinux.

Posted: Mon Jul 20, 2009 4:59 pm
by tlaloc
I doubt that this would help (unless gpicview-svn is already build against libjpeg7). Instead, I would install libjpeg6 from AUR - the two versions don't conflict, you have both on your system.

Re: [SOLVED] gpicview not responding under lxde in archlinux.

Posted: Tue Jul 21, 2009 3:02 pm
by maces
Hi

Dump question, you have tried pacman -Syu? Solved the problem for me ;)

maces