Announcement

News: Chakra 2013.03 Benz Released: Release Notes - Download - A good place to start: Beginner's Guide - For pasting any code/info please use paste.chakra. Please read Forum Etiquette.

#1 2009-07-14 18:38:36

pseb
Apprentice
From: Marburg, Germany
Registered: 2009-01-30
Posts: 12

libjpeg issues

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 directory

as 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

#2 2009-07-14 18:55:29

clickit
Newbie
Registered: 2009-02-09
Posts: 2

Re: libjpeg issues

also kcontrol, mplayer, konqueror etc
waiting for an update ...

thx

Offline

#3 2009-07-15 12:28:12

sacarde
Member
Registered: 2008-12-26
Posts: 55

Re: libjpeg issues

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

#4 2009-07-15 12:34:40

AngryKoala
Newbie
Registered: 2009-06-25
Posts: 7

Re: libjpeg issues

The same thread is in the kde4 subforums

Offline

#5 2009-07-15 13:34:53

mistvieh
Master of Disaster
Registered: 2008-12-26
Posts: 102

Re: libjpeg issues

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.. wink

Offline

#6 2009-07-15 17:02:36

sacarde
Member
Registered: 2008-12-26
Posts: 55

Re: libjpeg issues

do you think is better open a " Report Bug " ?

for this problem ?

Offline

#7 2009-07-16 09:50:35

murxlaus
Newbie
Registered: 2009-07-16
Posts: 2

Re: libjpeg issues

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

#8 2009-07-16 11:12:52

sacarde
Member
Registered: 2008-12-26
Posts: 55

Re: libjpeg issues

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

#9 2009-07-16 18:10:09

philm
Manjaro Linux Developer
From: Germany, Garching
Registered: 2009-04-16
Posts: 4,508
Website

Re: libjpeg issues

kde4 gets rebuild or is already rebuilded. kde3 should follow.

Offline

#10 2009-07-16 18:12:43

pseb
Apprentice
From: Marburg, Germany
Registered: 2009-01-30
Posts: 12

Re: libjpeg issues

good to hear wink

Offline

#11 2009-07-16 22:19:22

hamelg
Member
From: France
Registered: 2009-05-02
Posts: 26

Re: libjpeg issues

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

#12 2009-07-17 05:03:18

darose
Apprentice
Registered: 2009-01-25
Posts: 19

Re: libjpeg issues

pls include kdemod3-kdetoys-kweather in the rebuild list.

Offline

#13 2009-07-17 09:22:01

murxlaus
Newbie
Registered: 2009-07-16
Posts: 2

Re: libjpeg issues

hamelg wrote:

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 ! big_smile

Offline

#14 2009-07-17 15:11:44

darose
Apprentice
Registered: 2009-01-25
Posts: 19

Re: libjpeg issues

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

#15 2009-07-17 15:21:34

sacarde
Member
Registered: 2008-12-26
Posts: 55

Re: libjpeg issues

.

sacarde wrote:

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

#16 2009-07-17 20:03:39

firewalker
Newbie
Registered: 2009-06-01
Posts: 7

Re: libjpeg issues

Where is the abs for kdemod3 located?

Offline

#17 2009-07-18 11:57:05

mente
Apprentice
Registered: 2009-04-01
Posts: 15

Re: libjpeg issues

darose wrote:

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

#18 2009-07-18 12:30:25

mistvieh
Master of Disaster
Registered: 2008-12-26
Posts: 102

Re: libjpeg issues

just

svn co http://chakra-project.org/svn/branches/kde3/

and you'll get all you need.

Offline

#19 2009-07-18 16:21:41

mente
Apprentice
Registered: 2009-04-01
Posts: 15

Re: libjpeg issues

Thanks!

Offline

#20 2009-07-18 17:30:24

mente
Apprentice
Registered: 2009-04-01
Posts: 15

Re: libjpeg issues

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

#21 2009-07-18 18:34:22

mente
Apprentice
Registered: 2009-04-01
Posts: 15

Re: libjpeg issues

Hm, glxgears gives the same info. I suppose it's not the kdemod3 issue, so don't bother

Offline

#22 2009-07-19 06:16:25

windtalker
Apprentice
Registered: 2009-05-06
Posts: 22

Re: libjpeg issues

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

#23 2009-07-19 12:01:57

mistvieh
Master of Disaster
Registered: 2008-12-26
Posts: 102

Re: libjpeg issues

mente wrote:

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

#24 2009-07-19 12:16:09

fatino
Newbie
Registered: 2009-07-07
Posts: 3

Re: libjpeg issues

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

#25 2009-07-19 15:29:02

mente
Apprentice
Registered: 2009-04-01
Posts: 15

Re: libjpeg issues

fatino wrote:

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

Board footer

Powered by FluxBB 1.4.8