You are not logged in.

#1 2011-04-30 20:42:18

Ajunta
Member
From: Moscow
Registered: 2009-05-31
Posts: 58

[SOLVED] Firefox XPCOM problem

Hi!                                                                                                                                                     
                                                                                                                                                         
Already a few threads about this problem, but I still can not find solution. I've tried to reinstall firefox, xulrunner and libevent, now I have:       
                                                                                                                                                         
$  pacman -Qi libevent | grep Version                                                                                                                   
Version        : 2.0.10-1                                                                                                                               
$  pacman -Qi firefox | grep Version                                                                                                                     
Version        : 4.0.1-1                                                                                                                                 
$  pacman -Qi xulrunner | grep Version                                                                                                                   
Version        : 2.0.1-1
$  uname -srvmpio                                                                                                                   
Linux 2.6.38-ARCH #1 SMP PREEMPT Fri Apr 22 20:29:33 CEST 2011 x86_64 Intel(R) Core(TM)2 Duo CPU E6550 @ 2.33GHz GenuineIntel GNU/Linux

Colud you please help me?

Last edited by Ajunta (2011-04-30 21:02:50)

Offline

#2 2011-04-30 20:45:22

wonder
Developer
From: Bucharest, Romania
Registered: 2006-07-05
Posts: 5,941
Website

Re: [SOLVED] Firefox XPCOM problem

LD_DEBUG=files firefox > log 2>&1 and paste the log file created


Give what you have. To someone, it may be better than you dare to think.

Offline

#3 2011-04-30 20:49:40

Ajunta
Member
From: Moscow
Registered: 2009-05-31
Posts: 58

Re: [SOLVED] Firefox XPCOM problem

http://paste.ubuntu.com/601464

This line looks interesting in that file:
/usr/lib/libstdc++.so.6: error: version lookup error: version `GLIBCXX_3.4.15' not found (required by /usr/lib/xulrunner-2.0/libxul.so) (fatal)

Last edited by Ajunta (2011-04-30 20:50:40)

Offline

#4 2011-04-30 20:53:13

wonder
Developer
From: Bucharest, Romania
Registered: 2006-07-05
Posts: 5,941
Website

Re: [SOLVED] Firefox XPCOM problem

fully update your system, especially glibc,gcc,gcc-libs


Give what you have. To someone, it may be better than you dare to think.

Offline

#5 2011-04-30 20:59:39

Ajunta
Member
From: Moscow
Registered: 2009-05-31
Posts: 58

Re: [SOLVED] Firefox XPCOM problem

Yes! Thanks a lot! I've alredy done pacman -Syu and this changes nothing, but your advice about gcc-libs is wonderful! There was no gcc-libs on my system, cuz it was replaces by gcc-libs-multilib. Removing this package and installing original gcc-libs works!

Offline

#6 2011-05-04 05:52:05

andreas_baumann
Member
Registered: 2011-05-04
Posts: 25

Re: [SOLVED] Firefox XPCOM problem

Had the same issue, when running xulrunner I got:

/usr/lib/xulrunner-2.0/xulrunner-bin: /usr/lib/libstdc++.so.6: version `GLIBCXX_3.4.15' not found (required by /usr/lib/xulrunner-2.0/libxul.so)

I forgot to put [multilib] back into pacman.conf after the latest pacman upgrade, so my multilibs remained there with an old
libstdc++.

Offline

#7 2011-05-04 07:57:21

wonder
Developer
From: Bucharest, Romania
Registered: 2006-07-05
Posts: 5,941
Website

Re: [SOLVED] Firefox XPCOM problem

people! learn how to merge pacnew files and stop replacing them


Give what you have. To someone, it may be better than you dare to think.

Offline

Board footer

Powered by FluxBB