Linuxulator not kicking in?

Alexander Leidinger Alexander at Leidinger.net
Fri Oct 31 04:49:34 PDT 2008


Quoting <soralx at 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 at istar.ca>
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-emulation mailing list