From owner-freebsd-current@FreeBSD.ORG Mon Apr 27 21:46:27 2009 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 00142106567E for ; Mon, 27 Apr 2009 21:46:26 +0000 (UTC) (envelope-from bsam@ipt.ru) Received: from services.ipt.ru (services.ipt.ru [194.62.233.110]) by mx1.freebsd.org (Postfix) with ESMTP id AF2CA8FC15 for ; Mon, 27 Apr 2009 21:46:26 +0000 (UTC) (envelope-from bsam@ipt.ru) Received: from [85.175.178.143] (helo=moosi) by services.ipt.ru with esmtpa (Exim 4.54 (FreeBSD)) id 1LyYef-0005Zo-It; Tue, 28 Apr 2009 01:46:25 +0400 To: Rainer Hurling References: <49E98C97.9080602@gwdg.de> <10766735@ipt.ru> <49EB8968.3040004@gwdg.de> <91071496@serv3.int.kfs.ru> <49F4A031.5010500@gwdg.de> <67783565@ipt.ru> <49F6122A.7010704@gwdg.de> From: Boris Samorodov Date: Tue, 28 Apr 2009 01:46:32 +0400 In-Reply-To: <49F6122A.7010704@gwdg.de> (Rainer Hurling's message of "Mon\, 27 Apr 2009 22\:14\:34 +0200") Message-ID: <01698759@ipt.ru> User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.3 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: freebsd-current@freebsd.org Subject: Re: [not completely SOLVED] acroread8 does not print any more X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Apr 2009 21:46:27 -0000 Rainer Hurling writes: > On 27.04.2009 20:54 (UTC+2), Boris Samorodov wrote: >> Rainer Hurling writes: >> >>> 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. >>> >>> Is there any experience with this error message? >> >> Do you by any chance redefine default environment at that host >> (i.e. path, LD_LIBRARY_PATH, etc.)? Can you see a difference >> between kdump/linux_ktrace at this system and other systems? Hm, that should be ktrace/linux_kdump... > PATH is exactly the same on all systems, LD_LIBRARY_PATH etc. do not exist. > > Because I have no skills in tracing and debugging linux binaries I > first have to read a lot. So this could take a while ... > > Am I right that devel/linux_kdump is the meant instead of kdump? And > where do I find linux_ktrace? Sorry, as I've just said ktrace should be from the base system. Use it like "ktrace -i acroread" and then use linux_kdump. You may get the package here: ftp://ftp.ipt.ru/pub/linux/linux_kdump-1.5_2.tbz > Thank you for answering, NP & WBR -- bsam