Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 10 Dec 2011 21:27:32 +0100
From:      Alexander Leidinger <Alexander@Leidinger.net>
To:        Doug Barton <dougb@FreeBSD.org>
Cc:        emulation@freebsd.org, hrs@FreeBSD.org, FreeBSD ports list <freebsd-ports@FreeBSD.org>
Subject:   Re: Clicking URLs with acroread8
Message-ID:  <20111210212732.000004a9@unknown>
In-Reply-To: <4EE2A456.602@FreeBSD.org>
References:  <4EE2A456.602@FreeBSD.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Fri, 09 Dec 2011 16:14:14 -0800 Doug Barton <dougb@FreeBSD.org>
wrote:

CCing emulation@

> I receive PDF documents with URLs that I need to click, and so I would
> like to get that working in acroread8. I symlink'ed firefox into
> /compat/linux/usr/local/bin, and set the preferences in acroread
> accordingly. That got me from a "firefox not found" error to this,
> printed out in the terminal:
> 
> libfam.so.0: cannot open shared object file: No such file or directory
> Failed to load module: /usr/lib/gio/modules/libgiofam.so
> 
> Since I have that lib installed as a result of the linux-base port, I
> assume that what is missing is something that it depends on.
> 
> Any help resolving this is welcome.

---snip---
# /compat/linux/bin/bash /compat/linux/usr/bin/ldd /compat/linux/usr/lib/gio/modules/libgiofam.so
        libgio-2.0.so.0 => /lib/libgio-2.0.so.0 (0x21029000)
        libgobject-2.0.so.0 => /lib/libgobject-2.0.so.0 (0x2109d000)
        libglib-2.0.so.0 => /lib/libglib-2.0.so.0 (0x210de000)
        libfam.so.0 => not found
        libc.so.6 => /lib/libc.so.6 (0x211c1000)
        libgmodule-2.0.so.0 => /lib/libgmodule-2.0.so.0 (0x2133a000)
        libselinux.so.1 => /lib/libselinux.so.1 (0x2133e000)
        /lib/ld-linux.so.2 (0x01001000)
        libdl.so.2 => /lib/libdl.so.2 (0x2135b000)

# find /compat/linux -name libfam.so.0

# cd /usr/ports

# INDEXFILE=INDEX-9 make quicksearch name=fam | grep linux

# grep fam emulators/linux_base-f10/pkg-plist

# grep fam */linux-f10-*/pkg-plist

---snip---

Looks to me like you need a linux libfam.so.0 (and we should add it
to the linux_base-f10 port).

Bye,
Alexander.

-- 
http://www.Leidinger.net    Alexander @ Leidinger.net: PGP ID = B0063FE7
http://www.FreeBSD.org       netchild @ FreeBSD.org  : PGP ID = 72077137



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