From owner-freebsd-current@FreeBSD.ORG Tue Nov 12 08:37:28 2013 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id EB595C67 for ; Tue, 12 Nov 2013 08:37:28 +0000 (UTC) Received: from alogt.com (alogt.com [69.36.191.58]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id C47B9299D for ; Tue, 12 Nov 2013 08:37:28 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=alogt.com; s=default; h=Content-Transfer-Encoding:Content-Type:Mime-Version:References:In-Reply-To:Message-ID:Subject:Cc:To:From:Date; bh=aw5sP1YwIpDbrGIWa6bShG2j/F/WysnPN865+psdoVM=; b=KdDDI9inC/CGuhywZjFBROBVDq1qfqNjs60E8M51ukU98GBIHwi9wqd1tHKKRIA0YLJc24FyxkQ+ckT01CMY0Uz20c4l39lfqrqHXVk7/PTlWMu5NHmSmnpGk15fdtYoItqJBeUViMNM/J24KTUL0o2+ewPZ6CWz4n2tz4p4+jc=; Received: from [182.14.132.28] (port=56795 helo=X220.ovitrap.com) by sl-508-2.slc.westdc.net with esmtpsa (SSLv3:DHE-RSA-AES128-SHA:128) (Exim 4.80.1) (envelope-from ) id 1Vg9TS-000Pwm-8u; Tue, 12 Nov 2013 01:37:27 -0700 Date: Tue, 12 Nov 2013 16:37:18 +0800 From: Erich Dollansky To: swapnil vaidya Subject: Re: Issues in compiling apache server on one machine and transfer to second Message-ID: <20131112163718.60dbbf0e@X220.ovitrap.com> In-Reply-To: References: X-Mailer: Claws Mail 3.9.2 (GTK+ 2.24.19; amd64-portbld-freebsd10.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - sl-508-2.slc.westdc.net X-AntiAbuse: Original Domain - freebsd.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - alogt.com X-Get-Message-Sender-Via: sl-508-2.slc.westdc.net: authenticated_id: erichsfreebsdlist@alogt.com X-Source: X-Source-Args: X-Source-Dir: Cc: freebsd-current@freebsd.org 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:37:29 -0000 Hi, On Tue, 12 Nov 2013 13:54:25 +0530 swapnil vaidya wrote: > Hi All, > I have 2 linux machine. you might be on the wrong mailing list. This here is for FreeBSD. > 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. It looks really strange to me. Erich