From owner-freebsd-emulation Wed Apr 24 17:19:54 2002 Delivered-To: freebsd-emulation@freebsd.org Received: from palle.girgensohn.se (c213-89-136-93.cm-upc.chello.se [213.89.136.93]) by hub.freebsd.org (Postfix) with ESMTP id 187E337B405 for ; Wed, 24 Apr 2002 17:19:50 -0700 (PDT) Received: from palle.girgensohn.se (localhost [127.0.0.1]) by palle.girgensohn.se (8.12.3/8.12.3) with ESMTP id g3P0Ig9p002266 for ; Thu, 25 Apr 2002 02:18:43 +0200 (CEST) (envelope-from girgen@partitur.se) Date: Thu, 25 Apr 2002 02:18:42 +0200 From: Palle Girgensohn To: freebsd-emulation@FreeBSD.ORG Subject: acrobat and linux_base-7 Message-ID: <10790000.1019693922@palle.girgensohn.se> X-Mailer: Mulberry/2.1.2 (Linux/x86) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Sender: owner-freebsd-emulation@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Hi! This has been on the list before, but the answers seem incorrect, as far as I can tell. The base problem is that acroread (version 4.05) is linked with older versions of most of the expected libraries. Installing linux_base-7 get you newer libs, and you will have to find older libs and copy them into you compat/linux/lib for *every* file. The real problem, as I see it, is that there is no COMPAT_LINUX_6 or similar option. The rpms refuse to install linux-7 on top of linux-6, so all needed libs and files will have to be hand copied over, which is really boring. :( Also, I cannot get acroread to use the ld.so.cache; instead, I need to set LD_LIBRARY_PATH. any ideas why? I've seen people on this list saying that acroread works fine with their linux_base-7. This is not true out of the box, there must be a catch, no? Cheers, Palle To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-emulation" in the body of the message