From owner-freebsd-questions@FreeBSD.ORG Wed Jan 28 06:41:08 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1122E16A4CE for ; Wed, 28 Jan 2004 06:41:08 -0800 (PST) Received: from postino-2.etat.lu (postino-2.etat.lu [194.154.205.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id A09C643D58 for ; Wed, 28 Jan 2004 06:41:03 -0800 (PST) (envelope-from didier.wiroth@mcesr.etat.lu) Received: from avirus-1.cie.etat.lu (dispatch-1.cie.etat.lu [148.110.137.6]) by postino-2.etat.lu (Postfix) with ESMTP id 16BB6EAC4 for ; Wed, 28 Jan 2004 15:41:02 +0100 (CET) Received: from avirus-2.cie.etat.lu (dispatch-2.cie.etat.lu [148.110.137.7]) by localhost (CIE ESMTP Dispatch 1) with ESMTP id 16D121B0 for ; Wed, 28 Jan 2004 15:41:02 +0100 (CET) Received: from hermes-2 (hermes-2.cie.etat.lu [148.110.136.57]) 054A4180 for ; Wed, 28 Jan 2004 15:41:02 +0100 (CET) Received: from conversion-daemon.mail.etat.lu by mail.etat.lu (iPlanet Messaging Server 5.2 HotFix 1.14 (built Mar 18 2003)) id <0HS700101EQ6Z4@mail.etat.lu> for freebsd-questions@freebsd.org; Wed, 28 Jan 2004 15:41:02 +0100 (MET) Received: from lucy ([148.110.43.189])18 2003)) freebsd-questions@freebsd.org; Wed, 28 Jan 2004 14:43:15 +0100 (MET) Date: Wed, 28 Jan 2004 14:43:28 +0100 From: Didier WIROTH In-reply-to: <200401280706.40679.bsd@elkins.org> To: freebsd-questions@freebsd.org Message-id: <0HS7005GHCS24X@mail.etat.lu> MIME-version: 1.0 X-MIMEOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 X-Mailer: Microsoft Office Outlook, Build 11.0.5510 Content-type: text/plain; charset=us-ascii Content-transfer-encoding: 7BIT Thread-index: AcPlncchpaDrJo+oQXGpcPR7Dsjx5wABfGtQ Subject: RE: Enabling Macromedia Flash X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Jan 2004 14:41:08 -0000 Hi, I didn't know libmap.conf until this post. I've read the man 5 libmap.conf but I don't really understand how this works. If we take the 2 first row from below as a sample: > [/usr/local/lib/linux-flashplugin6/libflashplayer.so] > libpthread.so.0 liblthread.so.3 > libdl.so.2 pluginwrapper/flash6.so > libz.so.1 libz.so.2 > libstdc++-libc6.2-2.so.3 liblstdc++.so.4 > libm.so.6 libm.so.2 > libc.so.6 pluginwrapper/flash6.so Can this be we interpreted this way: a) /usr/../liblfashplayer.so requires libpthread.so.0 b) libpthread.so.0 is not present, it should use liblthread.so.3 instead Is that correct? Or how should it be explained?