From owner-freebsd-questions@FreeBSD.ORG Mon Apr 2 20:38:52 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id EE00416A405 for ; Mon, 2 Apr 2007 20:38:52 +0000 (UTC) (envelope-from martin@dc.cis.okstate.edu) Received: from dc.cis.okstate.edu (dc.cis.okstate.edu [139.78.100.219]) by mx1.freebsd.org (Postfix) with ESMTP id C33AA13C483 for ; Mon, 2 Apr 2007 20:38:47 +0000 (UTC) (envelope-from martin@dc.cis.okstate.edu) Received: from dc.cis.okstate.edu (localhost.cis.okstate.edu [127.0.0.1]) by dc.cis.okstate.edu (8.13.8/8.13.8) with ESMTP id l32KclFE038238 for ; Mon, 2 Apr 2007 15:38:47 -0500 (CDT) (envelope-from martin@dc.cis.okstate.edu) Message-Id: <200704022038.l32KclFE038238@dc.cis.okstate.edu> To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <38236.1175546327.1@dc.cis.okstate.edu> Date: Mon, 02 Apr 2007 15:38:47 -0500 From: Martin McCormick Subject: Re: php5 and SQL Scripts 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, 02 Apr 2007 20:38:53 -0000 Bill Moran writes: > Don't know what you're doing with all that "moving binaries around", but > make sure you didn't overwrite something. If you did, you may need to > completely reinstall PHP. First of all, thanks to all who replied. I missed the php5-mssql port, thinking that php5 was all I needed. The moving binaries phase was after we moved to a new platform and I rebuilt all our directories. I had carefully used tar xfk to recover /usr/local/bin from our previous system. For the 2 or 3 libraries I brought over to make the php binary work, I checked before copying to make sure there was nothing of the same name. When I discovered it didn't work, I looked at /usr/ports and discovered the php4 and php5 ports and did, in fact, properly build php. Now, php is hanging again which makes me think there is a problem between this system and the SQL server we communicate with. Our campus had Spring Break week before last and lots of systems were upgraded and or modified. It's like trying to find that one dead Christmas tree lamp in a series string of 100 which is killing the whole string. Martin McCormick