From owner-freebsd-questions Thu Nov 28 14:34:57 2002 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 ECCB537B401 for ; Thu, 28 Nov 2002 14:34:56 -0800 (PST) Received: from chen.org.nz (chen.org.nz [210.54.19.51]) by mx1.FreeBSD.org (Postfix) with ESMTP id 150BE43E9C for ; Thu, 28 Nov 2002 14:34:56 -0800 (PST) (envelope-from jonc@chen.org.nz) Received: from grimoire.chen.org.nz (localhost [127.0.0.1]) by chen.org.nz (8.12.6/8.12.6) with ESMTP id gASMYe7Q087852; Fri, 29 Nov 2002 11:34:40 +1300 (NZDT) (envelope-from jonc@grimoire.chen.org.nz) Received: (from jonc@localhost) by grimoire.chen.org.nz (8.12.6/8.12.6/Submit) id gASMYd0c087848; Fri, 29 Nov 2002 11:34:39 +1300 (NZDT) Date: Fri, 29 Nov 2002 11:34:39 +1300 From: Jonathan Chen To: adrian kok Cc: questions@FreeBSD.ORG Subject: Re: please teach me about share object Message-ID: <20021128223439.GA87817@grimoire.chen.org.nz> References: <20021128195425.77728.qmail@web21206.mail.yahoo.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20021128195425.77728.qmail@web21206.mail.yahoo.com> User-Agent: Mutt/1.4i Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Fri, Nov 29, 2002 at 03:54:25AM +0800, adrian kok wrote: > Hi all > > I got error from apache.log > > Failed loading /usr/local/Zend/lib/ZendOptimizer.so: > Shared object "libm.so.6" not found > > But the file is existing on > /usr/compat/linux/lib/libm.so.6 You're probably running a native apache binary. You can't mix this with linux binaries. Make sure you build everything native from source. -- Jonathan Chen ---------------------------------------------------------------------- char *p="char *p=%c%s%c;main(){printf(p,34,p,34);}";main(){printf(p,34,p,34);} To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message