Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 31 Oct 2008 12:49:21 +0100
From:      Alexander Leidinger <Alexander@Leidinger.net>
To:        <soralx@cydem.org>, emulation@freebsd.org
Subject:   Re: Linuxulator not kicking in?
Message-ID:  <20081031124921.0bafd2c4@deskjail>
In-Reply-To: <20081030175835.3f600900@soralx>
References:  <20081030175835.3f600900@soralx>

next in thread | previous in thread | raw e-mail | index | archive | help
Quoting <soralx@cydem.org> (Thu, 30 Oct 2008 17:58:35 -0700):

> 
> Howdy,
> 
>  Thought I ask you before completely wasting my day on this.

I CCed emulation@, there are more people which can help.

>  Though I've been using it for years, xpdf is not up to the task for
>  reading any documents longer that 1 page. So I decided to replace it
>  with acroread8 (as the one and only usable alternative). It works all
>  right. Seems a little slow even on Core2 Dual, but still unimaginably
>  faster than xpdf at rendering.
> 
>  The snag is when attempting to launch acroread8 from Opera. A simple
>  test script executed by Opera returns:
> 
> + export UNAME_s=Linux
> + UNAME_s=Linux
> + /compat/linux/bin/sh -x /compat/linux/usr/local/Adobe/Reader8/ENU/Adobe/Reader8/bin/acroread /root/.opera/cache4/temporary_download/Hysol_EA_9673_BMI-EN_3_8.pdf
> /compat/linux/bin/sh: error while loading shared libraries: /usr/local/lib/compat/libc.so.6: ELF file OS ABI invalid
> 
>  The script works fine when launched from normal shell. I do not
>  understand why /usr/local/lib/compat/libc.so.6 has anything to
>  do with /compat/linux/bin/sh, but only when launched by Opera?

Is LD_LIBRARY_PATH (or any other LD_* one) set somewhere? If yes, you
better start acroread from Opera with
   /usr/bin/env -u LD_LIBRARY_PATH /path/to/acroread

Bye,
Alexander.

-- 
To see the 10 largest files on a directory or partition, use

	du /partition_or_directory_name | sort -rn | head
		-- Dru <genesis@istar.ca>
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?20081031124921.0bafd2c4>