Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 18 Jan 2005 11:43:59 -0800
From:      Matthew MacClary <macclary@trsnet.net>
To:        gnome@FreeBSD.org
Cc:        freebsd-ports@freebsd.org
Subject:   Firefox port run error
Message-ID:  <20050118194359.GP40238@trsnet.net>

next in thread | raw e-mail | index | archive | help
    Thanks very much for your work on the Firefox port.  Last night I
built Firefox from the port but ran into errors when I tried to run
it:

/usr/libexec/ld-elf.so.1: Shared object "libpangoxft-1.0.so.399" not found

    I updated my ports tree (it was a day or two out of date) and then
built it again this morning, I ran into the same errors when I tried
to run the browser.
    I noticed that there was a shared object with larger number
corresponding to the one Firefox was looking for, so I made
the following symlinks:

ln -s /usr/X11R6/lib/libpangoxft-1.0.so.600 /usr/X11R6/lib/libpangoxft-1.0.so.399
ln -s /usr/X11R6/lib/libpangox-1.0.so.600 /usr/X11R6/lib/libpangox-1.0.so.399
ln -s /usr/X11R6/lib/libpango-1.0.so.600 /usr/X11R6/lib/libpango-1.0.so.399 
ln -s /usr/local/lib/libatk-1.0.so.800 /usr/local/lib/libatk-1.0.so.600

    The browser worked well and was faster than the preview-release
version when I was surfing for about an hour, so maybe my hack worked?

    Here is my system info:

$ uname -a
FreeBSD trsnet.net 4.7-RELEASE FreeBSD 4.7-RELEASE #0: Thu Jun  5 20:46:40 PDT 2003     macclary@trsnet.net:/usr/src/sys/compile/KERNEL1  i386

    Makefile timestamp:

# $FreeBSD: ports/www/firefox/Makefile,v 1.113 2005/01/02 23:27:54 marcus Exp $


    Thanks!

-Matt

---------------------------------
Where did the universe come from?



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20050118194359.GP40238>