Comments on: How to prelink mozilla-firefox-bin http://www.xaprb.com/blog/2005/10/03/prelinking-mozilla-firefox-bin/ Stay curious! Thu, 02 May 2013 12:36:53 +0000 hourly 1 http://wordpress.org/?v=3.5.1 By: Xaprb http://www.xaprb.com/blog/2005/10/03/prelinking-mozilla-firefox-bin/#comment-804 Xaprb Mon, 29 May 2006 13:51:24 +0000 http://www.xaprb.com/blog/?p=19#comment-804 I think the gtkhtml package should supply it, though I can’t check that at the moment.

]]>
By: linuxboy http://www.xaprb.com/blog/2005/10/03/prelinking-mozilla-firefox-bin/#comment-803 linuxboy Mon, 29 May 2006 13:34:54 +0000 http://www.xaprb.com/blog/?p=19#comment-803 I have Gentoo too. Firefox is in /usr/lib/mozilla-firefox now:

for i in `equery -C files  www-client/mozilla-firefox` ; do  dirname $i ;done | sort -u

/
   [ ED: snipped some output ]
/usr/lib/mozilla-firefox/include/ucvja
/usr/lib/mozilla-firefox/include/ucvko
/usr/lib/mozilla-firefox/include/ucvlatin
    [ ED: snipped some output ]
/usr/share/pixmaps

and prelink -Rm /usr/lib/mozilla-firefox/ work fine. However I found one missing dependency:

prelink: /usr/lib/gimp/2.0/plug-ins/helpbrowser: Could not find one of the dependencies

then:

ldd /usr/lib/gimp/2.0/plug-ins/helpbrowser| grep 'not found'
        libgtkhtml-2.so.0 => not found

Any idea which package I should rebuild to get libgtkhtml back?

]]>