From owner-freebsd-questions@FreeBSD.ORG Mon Jan 24 20:08:25 2011 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 749AE1065670 for ; Mon, 24 Jan 2011 20:08:25 +0000 (UTC) (envelope-from kline@thought.org) Received: from thought.org (plato.thought.org [209.180.213.209]) by mx1.freebsd.org (Postfix) with ESMTP id 498388FC17 for ; Mon, 24 Jan 2011 20:08:24 +0000 (UTC) Received: by thought.org (Postfix, from userid 1001) id 8FC84E82090; Mon, 24 Jan 2011 12:08:23 -0800 (PST) Date: Mon, 24 Jan 2011 12:08:23 -0800 From: Gary Kline To: Edgar Valdes Message-ID: <20110124200823.GA24455@thought.org> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-Organization: Thought Unlimited. Public service Unix since 1986. X-Of_Interest: With 24 years of service to the Unix community. User-Agent: Mutt/1.5.20 (2009-06-14) Cc: freebsd-questions@freebsd.org Subject: Re: Apache22 Roadblock X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 24 Jan 2011 20:08:25 -0000 On Mon, Jan 24, 2011 at 10:32:56AM -0800, Edgar Valdes wrote: > Hello everyone. > > Having a good head scratchier this morning. This morning I powercycled the > server only to find that apache would no longer start. mind you this server > was put together last week and was running without issue over the weekend. > the only thing that had changed was the ip. > > so I did what anyone else would of done when apache does not start: > #apachectl start > >/usr/local/sbin/apachectl start: httpd could not be started > > Huh... ok... So next thing to do is to check the error logs: > >tail /var/log/httpd-error.log > >/libexec/ld-elf.so.1: /usr/local/lib/php/20060613/zlib.so: Undefined symbol > "OnUpdateInt" > > It's at this point I'm stuck at. Been googling around for the past 2 hours > and have not found anything specific to this problem. Can anyone point me in > the right direction please? > > > Regards, > > Edgar V. Bear in mind this caveat: that I have been having and still Am having a series of networking [and releated] problems. Taking this a bit further, my experience has been that one's web server and DNS stuff are the bane of existance. That's just the blunt truth when you run a high-end OS like FBSD. Okay, off-soapbox. The first place you should check is php5-extensions. Do a ``# make config'' and checkmark zlib.so [or similar]. Build and install this extensions port and check the initiations [.ini] file in /usr/local/etc/php/ to be sure it lists zlib.so; then reboot. Better to let the system re-init everything from scratch. good luck!! > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" -- Gary Kline kline@thought.org http://www.thought.org Public Service Unix Journey Toward the Dawn, E-Book: http://www.thought.org The 7.97a release of Jottings: http://jottings.thought.org