You are not logged in.
a lot of kdemod3 apps don't work with new libjpeg 7.
e.g. when starting kmail:
kmail: error while loading shared libraries: libjpeg.so.62: cannot open shared object file: No such file or directoryas far as I understand it from the archlinux.org-forums all packages that need libjpeg have to be rebuilt against the new version.
just wanted to inform you ^^ and hope it doesn't take too long until my kde3 works again ^^
greets,
pseb
Offline
also kcontrol, mplayer, konqueror etc
waiting for an update ...
thx
Offline
I have same error.....(kdemod3 64bit)
I try to solve it making a simlink to old library.....
ln -s /usr/lib/libjpeg.so.7.0.0 /usr/lib/libjpeg.so.62
but is was not ok for kmail
so I have done a downgrade to libjpeg 6.2
Offline
The same thread is in the kde4 subforums
Offline
Sorry guys.. I'm in the middle of a whole load of exams right now and I dont have the time to do a complete rebuild.
Maybe poison has the time.. ![]()
Offline
do you think is better open a " Report Bug " ?
for this problem ?
Offline
So how long will it takes to rebuild the packages? Because I can't load kile etc... .
It is usefull to invest the time for a downgrade to the older libjpg or should i better spend this time for reading a good book?
Offline
how much kdemod3 packages do you think are to be rebuild ?
libjpeg is required By (61) packages:
http://www.archlinux.org/packages/extra/x86_64/libjpeg/
Last edited by sacarde (2009-07-16 12:36:35)
Offline
good to hear ![]()
Offline
As a quick and dirty workaround :
tar -C / -zxvf /var/cache/pacman/pkg/libjpeg-6b-6-i686.pkg.tar.gz usr/lib/libjpeg.so.62 usr/lib/libjpeg.so.62.0.0
Offline
pls include kdemod3-kdetoys-kweather in the rebuild list.
Offline
As a quick and dirty workaround :
tar -C / -zxvf /var/cache/pacman/pkg/libjpeg-6b-6-i686.pkg.tar.gz usr/lib/libjpeg.so.62 usr/lib/libjpeg.so.62.0.0
THANKS ! ![]()
Offline
Another solution, as per the main Arch mailing list:
sudo ln -s /usr/lib/libjpeg.so.7.0.0 /usr/lib/libjpeg.so.62
Offline
.
I have same error.....(kdemod3 64bit)
I try to solve it making a simlink to old library.....
ln -s /usr/lib/libjpeg.so.7.0.0 /usr/lib/libjpeg.so.62
but is was not ok for kmailso I have done a downgrade to libjpeg 6.2
Offline
Where is the abs for kdemod3 located?
Offline
Another solution, as per the main Arch mailing list:
sudo ln -s /usr/lib/libjpeg.so.7.0.0 /usr/lib/libjpeg.so.62
Doesn't work for amarok too. Waiting for rebuild. Or... Is there public PKGBUILD for kdemod3 amarok?
Offline
just
svn co http://chakra-project.org/svn/branches/kde3/and you'll get all you need.
Offline
Thanks!
Offline
For amarok:
strange, but recompiling didn't help. Still getting error, libjpeg.so.62 not found. Tried symlink, ldconfig and recompile again - got segmentation fault. Any ideas?
Last edited by mente (2009-07-18 17:30:32)
Offline
Hm, glxgears gives the same info. I suppose it's not the kdemod3 issue, so don't bother
Offline
I just did a full install with kdemod 3.5 - complete yesterday to a clean hd.
Intel 486 - nvidia [driver 173xx] and have zero problems with libjpeg.
I did have to enable doublebuffer in xorg.conf
glxgears is fine.
I don't use Amarok but prefer XMMS which is running now. [Fine young Cannibals-She drives me crazy]
I use pidgin which also is fine.
SuperKaramba with liquid weather is running now and is crystal clear.
I've ran all apps I would think depend on libjpeg to include downloading/installing wallpapers and see no distortion of any kind.
I've installed games to wine and the icons are crystal clear.
Hope this gives someone a clue where to look for the prob.
Offline
For amarok:
strange, but recompiling didn't help. Still getting error, libjpeg.so.62 not found. Tried symlink, ldconfig and recompile again - got segmentation fault. Any ideas?
You have to remove all the "hacks" before recompiling. Then it *should* work. Maybe it's just some little incompatibillity which should be rather easy to fix.
Offline
Try to install libjpeg6 from aur it works for me. Its keep libjpeg 7 for depends and add libjpeg 6 libs I think. You should try.
Offline
Try to install libjpeg6 from aur it works for me. Its keep libjpeg 7 for depends and add libjpeg 6 libs I think. You should try.
Really helped, thanks!
Offline