From owner-freebsd-emulation@FreeBSD.ORG Tue May 5 05:10:55 2009 Return-Path: Delivered-To: freebsd-emulation@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 890F4106564A; Tue, 5 May 2009 05:10:55 +0000 (UTC) (envelope-from rhurlin@gwdg.de) Received: from amailer.gwdg.de (amailer.gwdg.de [134.76.10.18]) by mx1.freebsd.org (Postfix) with ESMTP id 1AAC08FC13; Tue, 5 May 2009 05:10:54 +0000 (UTC) (envelope-from rhurlin@gwdg.de) Received: from p578b68b8.dip0.t-ipconnect.de ([87.139.104.184] helo=krabat.raven.hur) by mailer.gwdg.de with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.69) (envelope-from ) id 1M1Cvd-0004GZ-7l; Tue, 05 May 2009 07:10:53 +0200 Message-ID: <49FFCA54.6050800@gwdg.de> Date: Tue, 05 May 2009 07:10:44 +0200 From: Rainer Hurling User-Agent: Thunderbird 2.0.0.21 (X11/20090404) MIME-Version: 1.0 To: John Baldwin References: <49E98C97.9080602@gwdg.de> <200905041055.17812.jhb@freebsd.org> <49FF4A99.30605@gwdg.de> <200905041712.18862.jhb@freebsd.org> In-Reply-To: <200905041712.18862.jhb@freebsd.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Authenticated: Id:rhurlin X-Spam-Level: - X-Virus-Scanned: (clean) by exiscan+sophie Cc: freebsd-emulation@freebsd.org Subject: Re: [not completely SOLVED] acroread8 does not print any more X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 05 May 2009 05:10:55 -0000 On 04.05.2009 23:12 (UTC+2), John Baldwin wrote: > On Monday 04 May 2009 4:05:45 pm Rainer Hurling wrote: >> John, thank you for answering. >> >> On 04.05.2009 16:55 (UTC+2), John Baldwin wrote: >>> On Sunday 26 April 2009 1:56:01 pm Rainer Hurling wrote: >>>> A few days ago I reported about problems when I try to print from >>>> acroread8. For all but one of my systems the problem is solved now, see >>>> below. >>>> >>>> On one system I also totally cleaned up the linux emulator part and >>>> installed everything from the scratch. Now when I try to print I get the >>>> following message: >>>> >>>> --------------------------------------------------------------- >>>> Beim Drucken ist folgender Fehler aufgetreten... >>>> '/libexec/ld-elf.so.1: /usr/local/lib/compat/libc.so.6: version >>>> GLIBC_2.2.4 required by /usr/local/Adobe/Reader8/DEU/ >>>> Adobe/Reader8/Reader/intellinux/lib/libgcc_s.so.1 not >>>> defined' >>>> --------------------------------------------------------------- >>>> >>>> libc.so.6 is from misc/compat6x. I am not able to detect any relevant >>>> differences between my systems. >>> You need a Linux libc.so.6 in /compat/linux. You need to install an RPM > that >>> contains this into /compat/linux (probably called something >>> like 'compat-libc'). Probably it would be nice to have a port for this > (or >>> include it in the linux base port) for acroread8 to depend on. I think > this >>> is a ports@ issue though. >>> >> On /compat/linux/lib I have 'libc-2.7.so' and a link 'libc.so.6 -> >> libc-2.7.so'. >> >> #pkg_info -W /compat/linux/lib/libc-2.7.so >> /compat/linux/lib/libc-2.7.so was installed by package linux_base-f8-8_11 >> >> But there is another libc.so.6: >> >> #pkg_info -W /usr/local/lib/compat/libc.so.6 >> /usr/local/lib/compat/libc.so.6 was installed by package >> compat6x-i386-6.4.604000.200810 >> >> I have the CURRENT systems with, as far as I can see, exact the same >> configuration. On all my other systems printing from acroread8 is ok. >> Because of that I opened this thread :-( >> >> I have no idea where to look next, > > I wonder if this is the problem of /usr/local/lib/compat being earlier in the > ld include path than /lib? Do you have LD_LIBRARY_PATH set at all? > No, I have not set LD_LIBRARY_PATH. Rainer Hurling