You are not logged in.

#1 2007-08-01 21:59:40

Davigetto
Member
From: In your mind
Registered: 2007-05-10
Posts: 266

/opt/mozilla/lib/xulrunner/libgtkembedmoz.so: what is that?

Hi, when doing a prelink, the output tells me that:

prelink: /opt/mozilla/lib/xulrunner/libgtkembedmoz.so: Could not find one of the dependencies

What can I do to solve this dependence? What package I must install?

Greetings


Only deaths can see the end of battles.

Blog: http://djmartinez.co.cc -> The life of a Computer Engineer

Offline

#2 2007-08-01 23:12:42

Lone_Wolf
Administrator
From: Netherlands, Europe
Registered: 2005-10-04
Posts: 13,225

Re: /opt/mozilla/lib/xulrunner/libgtkembedmoz.so: what is that?

The package xulrunner installs that file here  : opt/mozilla/lib/xulrunner-1.8.1.6/libgtkembedmoz.so

Is xulrunner installed ?
What was the prelink command you used ?


Disliking systemd intensely, but not satisfied with alternatives so focusing on taming systemd.

clean chroot building not flexible enough ?
Try clean chroot manager by graysky

Offline

#3 2007-08-02 08:36:46

Davigetto
Member
From: In your mind
Registered: 2007-05-10
Posts: 266

Re: /opt/mozilla/lib/xulrunner/libgtkembedmoz.so: what is that?

xulrunner is installed.

prelink -amR
[davigetto@samantha ~]$ /opt/mozilla/lib/
firefox/           firefox-2.0.0.6/   plugins/           xulrunner-1.8.1.3/
firefox-2.0.0.3/   pkgconfig/         xulrunner/         xulrunner-1.8.1.6/

The older versions are not removed completely? hmm

Last edited by Davigetto (2007-08-02 08:43:47)


Only deaths can see the end of battles.

Blog: http://djmartinez.co.cc -> The life of a Computer Engineer

Offline

#4 2007-08-02 10:02:53

erm67
Member
From: Europe
Registered: 2007-08-01
Posts: 123

Re: /opt/mozilla/lib/xulrunner/libgtkembedmoz.so: what is that?

try
ldd /opt/mozilla/lib/xulrunner/libgtkembedmoz.so

at the beginning I see
        libxpcom.so => not found
        libxul.so => not found
and
root@archlinux:~# locate libxul.so     
/opt/mozilla/lib/xulrunner-1.8.1.5/libxul.so
so the library is there but /opt/mozilla/lib/xulrunner-1.8.1.5/ is not in /etc/ld.so.conf so it is not automatically found. This may not be a problem for the app using the lib, but prelink needs to know where to find the libraries. Maybe add the path to ld.so.conf.

Offline

#5 2007-08-02 10:37:11

Davigetto
Member
From: In your mind
Registered: 2007-05-10
Posts: 266

Re: /opt/mozilla/lib/xulrunner/libgtkembedmoz.so: what is that?

adding the path doesn't work, the command "ldd /opt/mozilla/lib/xulrunner/libgtkembedmoz.so" outputs the same "not found", adding /opt/mozilla/lib/xulrunner-1.8.1.6/ to ld.so.conf

maybe it must be another file to edit?


Only deaths can see the end of battles.

Blog: http://djmartinez.co.cc -> The life of a Computer Engineer

Offline

#6 2007-08-02 10:39:13

erm67
Member
From: Europe
Registered: 2007-08-01
Posts: 123

Re: /opt/mozilla/lib/xulrunner/libgtkembedmoz.so: what is that?

did you run ldconfig after editing ld.so.conf?

Offline

#7 2007-08-02 10:44:58

Davigetto
Member
From: In your mind
Registered: 2007-05-10
Posts: 266

Re: /opt/mozilla/lib/xulrunner/libgtkembedmoz.so: what is that?

now it worked with ldconfig tongue, thank you very much, I have more questions about prelink but i will post them in another topic.

Greetings


Only deaths can see the end of battles.

Blog: http://djmartinez.co.cc -> The life of a Computer Engineer

Offline

Board footer

Powered by FluxBB