Clicking URLs with acroread8

Alexander Leidinger Alexander at Leidinger.net
Sat Dec 10 20:27:49 UTC 2011


On Fri, 09 Dec 2011 16:14:14 -0800 Doug Barton <dougb at 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


More information about the freebsd-ports mailing list