From owner-freebsd-current@FreeBSD.ORG Tue Nov 12 08:25:08 2013 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 473286E6 for ; Tue, 12 Nov 2013 08:25:08 +0000 (UTC) Received: from mail-lb0-x22b.google.com (mail-lb0-x22b.google.com [IPv6:2a00:1450:4010:c04::22b]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id CC90A28D3 for ; Tue, 12 Nov 2013 08:25:07 +0000 (UTC) Received: by mail-lb0-f171.google.com with SMTP id x18so4346711lbi.30 for ; Tue, 12 Nov 2013 00:25:05 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:from:date:message-id:subject:to:content-type; bh=p/qOwrUda6F0JsQ5oS2ZrwBZmJk5VsaiDit2y2iDqo0=; b=H3Y9N09coQ7Kl++zKDxbGWyGeWb1EKGiLeLapNSzATnGD+Dt6Pmbmd6eqz3MkK6moY jU2bNGRebRAfvnoMwYP7k/yoyghLULA4gcaQcn0lZxiAZ8OSGUzYjSOPpDiyZ2ylr0bS xDJBJSaixxWhmXAPOeDmsMCZBhlVAf+FlDb47BdxzgDJRAKzx3DIKU/324f7f3FJKNBG i5dlk0SSYr7lUKb2JK8drb1ar/IkABSpZuzK1w7ShQRE16tBSYqG2rLDUClbX0oQncUd K0a8tJ1k2nerqzzfkveEBS2Yg5W6+GcBCSZ9HZi5qNY+YWai1w9/t45+NtlfsZEOJi9+ 8tXg== X-Received: by 10.112.205.164 with SMTP id lh4mr25268141lbc.15.1384244705813; Tue, 12 Nov 2013 00:25:05 -0800 (PST) MIME-Version: 1.0 Received: by 10.112.4.194 with HTTP; Tue, 12 Nov 2013 00:24:25 -0800 (PST) From: swapnil vaidya Date: Tue, 12 Nov 2013 13:54:25 +0530 Message-ID: Subject: Issues in compiling apache server on one machine and transfer to second To: freebsd-current@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.16 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.16 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: Tue, 12 Nov 2013 08:25:08 -0000 Hi All, I have 2 linux machine. I have compiled apache 2.4.6 on one of the linux machine with following commands: ./configure --prefix=/usr/apache--with-ssl=/usr/local/ssl --enable-ssl --enable-modules="all" --enable-mods-shared="most" make make install This has installed apache on this machine and it works fine. However when i copy this apache (where it got installed) folder on other linux machine. I am getting following error while starting httpd with following commad: command: httpd -k start error: /httpd: symbol lookup error: /usr/papache/lib/libapr-1.so.0: undefined symbol: dlopen Can you please help me to understand what is going wrong.