From mboxrd@z Thu Jan 1 00:00:00 1970 From: Fabrice Subject: Re: how to install xtables extension to arbitrary path? Date: Mon, 14 Feb 2011 15:03:57 +0000 (UTC) Message-ID: References: <4CB712C3.3030804@21com.com> <4D593F90.5020609@googlemail.com> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Return-path: Sender: netfilter-owner@vger.kernel.org List-ID: Content-Type: text/plain; charset="us-ascii" To: netfilter@vger.kernel.org I'm using DESTDIR but it requires an absolute path which is only valid on the platform I compile. Suppose the DESTDIR is my NFS which is what my embedded platform uses, it will try to load the xtables libraries by using the absolute path from the install. This path is unknown from the embedded platform point of view.