Closed
Bug 671249
Opened 14 years ago
Closed 7 years ago
xulrunner
Categories
(Invalid Bugs :: General, defect)
Tracking
(Not tracked)
RESOLVED
INVALID
People
(Reporter: joost.ringoot, Unassigned)
Details
User Agent: Mozilla/5.0 (X11; Linux i686; rv:5.0) Gecko/20100101 Firefox/5.0
Build ID: 20110622105737
Steps to reproduce:
Trying to launch prism on centos 5.5 after unpacking it:
[root@nwb-05 prism]# uname -a
Linux nwb-05.oma.be 2.6.18-194.32.1.el5 #1 SMP Wed Jan 5 17:52:25 EST 2011 x86_64 x86_64 x86_64 GNU/Linux
[root@nwb-05 prism]# cat /etc/*release
CentOS release 5.5 (Final)
[root@nwb-05 prism]# [root@nwb-05 prism]# ls -al /opt/prism-1.0b4.en-US.linux-i686.tar.bz2
-rw-r--r-- 1 root root 12467831 May 5 2010 /opt/prism-1.0b4.en-US.linux-i686.tar.bz2
Actual results:
The xulrunner libs that come with the prism package are not compatible with prism
[root@nwb-05 prism]# /opt/prism/prism
/opt/prism/prism: symbol lookup error: /opt/prism/xulrunner/libxul.so: undefined symbol: g_once_init_enter_impl
Expected results:
prism should have worked just like that.
I could launch it after fooling prism with a symbolic lnk to the local default xulrunner:
[root@nwb-05 prism]# mv /opt/prism/xulrunner /opt/prism/xulrunner.bad
[root@nwb-05 prism]# ln -s /usr/lib/xulrunner-1.9.2 /opt/prism/xulrunner
Reporter | ||
Comment 1•14 years ago
|
||
see this similar bug/solution for zimbra desktop:
https://bugzilla.zimbra.com/show_bug.cgi?id=47942
Comment 2•7 years ago
|
||
Sorry but there is nothing we can't do with this information
Status: UNCONFIRMED → RESOLVED
Closed: 7 years ago
Component: Prism → General
Product: Mozilla Labs → Invalid Bugs
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•