From owner-freebsd-questions@FreeBSD.ORG Fri Jul 11 20:00:06 2008 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 B1DAF1065674 for ; Fri, 11 Jul 2008 20:00:06 +0000 (UTC) (envelope-from gerard@seibercom.net) Received: from an-out-0708.google.com (an-out-0708.google.com [209.85.132.247]) by mx1.freebsd.org (Postfix) with ESMTP id 6DFAB8FC1B for ; Fri, 11 Jul 2008 20:00:06 +0000 (UTC) (envelope-from gerard@seibercom.net) Received: by an-out-0708.google.com with SMTP id b33so933296ana.13 for ; Fri, 11 Jul 2008 13:00:05 -0700 (PDT) Received: by 10.100.139.20 with SMTP id m20mr8907331and.135.1215806404930; Fri, 11 Jul 2008 13:00:04 -0700 (PDT) Received: from scorpio ( [67.189.233.182]) by mx.google.com with ESMTPS id d36sm1170591and.8.2008.07.11.13.00.03 (version=TLSv1/SSLv3 cipher=RC4-MD5); Fri, 11 Jul 2008 13:00:04 -0700 (PDT) Date: Fri, 11 Jul 2008 15:59:50 -0400 From: Gerard To: freebsd-questions@freebsd.org Message-ID: <20080711155950.630041a3@scorpio> In-Reply-To: <4.3.2.7.2.20080711151918.03aa81c0@mail.pchotshots.com> References: <4.3.2.7.2.20080711151918.03aa81c0@mail.pchotshots.com> Organization: seibercom.net X-Mailer: Claws Mail 3.5.0 (GTK+ 2.12.11; i386-portbld-freebsd6.3) Face: iVBORw0KGgoAAAANSUhEUgAAADAAAAAwBAMAAAClLOS0AAAAGFBMVEX+/v7++v6YOTrq8PCcuIX989UvOSj++v0BNCbpAAAAB3RJTUUHsQwfFzs7RBhzUQAAAhJJREFUOI1dU8GOqzAMNKIoV1bvwD1i0ysqrHplIdBrVSX7ATSbd03VVvn9tQNtQy0hjAdn7LED4AAcPtWm9RV+MPSfxhBLx9ajd6X/ngB6/mTwnRSZua7i7Ca+0ctZKo4Qmz+JY13X6I3nFZBxIYW1PbgfQ5RP8g0XlltEWGf3cV03joYpRnFbvYDKbXjZlXyyhEZA4lI+cN3NaVXE4VKjSwTExO10eTEkkJVqIAD5z0nUBQJluQDRSQjcrBiHAJxZlAH5CUMBMC7OcJ4LMQNnxhZ1HYPscMc6J4UlWRMNwzOpCcAHKSICd1EDn83abdREIbXsHkD1OinP1aCUCOEVRaa1lMcvywUWdYgk13JQUpYNKmvXQ8Kw5ML9YI5h8SakctBc7E/IYuLhYd/zZIk+1gM1vNweQBvHE0j+oYah3sMqAytQYlZk6+ANaaawJdu3OFzYGMZ3iGpa3qMlq9ZH0VZTgrCtw/ngdYkEIIpSbP1bWQAdFdX9vocBdkH2qVjVmuMu3gI5rjs814EUdrCZgWlPaxZZ3RiLFUtr+ud0PXwp2dnQSNXgePt6AZpBj6UMJ7VQkzN4utVeaSW1Dhn/kblGrKeMvNGnzwX4zuEDarYz1KdPtR60Gul0Gued+515SJXhCsl+Tx/3kY/UDvicPll9mfu50t3tvQ/thZpJYgeuwdSKNJ6tCD98MCgoxLDaPxbwqqwPWaWiAAAAAElFTkSuQmCC X-Face: "\j?x](l|]4p?-1Bf@!wN<&p=$.}^k-HgL}cJKbQZ3r#Ar]\%U(#6}'?<3s7%(%(gxJxxcR nSNPNr*/^~StawWU9KDJ-CT0k$f#@t2^K&BS_f|?ZV/.7Q X-Operating-System: FreeBSD-6.3 Mime-Version: 1.0 Content-Type: multipart/signed; boundary="Sig_/uuws6ma5JloRIJ2rFV=gvpu"; protocol="application/pgp-signature"; micalg=PGP-SHA1 Cc: Brad Mettee Subject: Re: general question - php5 extensions X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: freebsd-questions@freebsd.org List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Jul 2008 20:00:06 -0000 --Sig_/uuws6ma5JloRIJ2rFV=gvpu Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable On Fri, 11 Jul 2008 15:30:21 -0400 Brad Mettee wrote: > I've been banging my head for 2 days trying to get php5 compiled with=20 > extensions OR a way to find the .so files so it could dynamically > link them. I've finally stumbled on the php5-* directories in the > ports tree and it's compiling extensions right now, except that I > keep having to deinstall an extension then restart the php5-extension > make again so it can continue. >=20 > Why isn't there a single folder under the lang/php5 directory that > would put all of the extensions in the same place? Having them broken > up into all of the varying places in the tree makes it extremely > difficult to find them. Or maybe at least have sym links to them in > one place. >=20 > This is just for discussion, I don't expect an actual answer.......... Are you referring to 'php5-extensions-1.1' in the ports tree? Assuming you have installed php5 via ports, why couldn't you just run: portupgrade -NRryv php5-extensions You will probably want to run 'make config' in that directory before running portupgrade. You could also use portmanager: portmanager lang/php5-extensions -p -y -l HTH --=20 Gerard gerard@seibercom.net Oh, give me a home, Where the buffalo roam, And I'll show you a house with a really messy kitchen. --Sig_/uuws6ma5JloRIJ2rFV=gvpu Content-Type: application/pgp-signature; name=signature.asc Content-Disposition: attachment; filename=signature.asc -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.9 (FreeBSD) iEYEARECAAYFAkh3u74ACgkQ6DWTaTcTwMk9iACgld41ikUnLN57w49qVzGf2fE0 u5QAoOcvFdw3YoyE+xMGt3s2VReCHbxp =qgPU -----END PGP SIGNATURE----- --Sig_/uuws6ma5JloRIJ2rFV=gvpu--