From owner-freebsd-questions@FreeBSD.ORG Mon Apr 3 04:59:26 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org 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 5385D16A401 for ; Mon, 3 Apr 2006 04:59:26 +0000 (UTC) (envelope-from ajr9@po.cwru.edu) Received: from beta.eecs.cwru.edu (beta.EECS.CWRU.Edu [129.22.150.110]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4D06543D68 for ; Mon, 3 Apr 2006 04:59:22 +0000 (GMT) (envelope-from ajr9@po.cwru.edu) Received: from [10.0.0.6] ([::ffff:72.25.105.188]) (AUTH: PLAIN reitz, TLS: TLSv1/SSLv3,128bits,RC4-SHA) by beta.eecs.cwru.edu with esmtp; Mon, 03 Apr 2006 00:59:21 -0400 id 000ABE64.4430ABA9.00002099 In-Reply-To: <002e01c656b1$dc2ee9e0$6401a8c0@moreprivate> References: <6C3A3A4C-F296-49CA-BDD9-D79DAB994D1F@po.cwru.edu> <002e01c656b1$dc2ee9e0$6401a8c0@moreprivate> Mime-Version: 1.0 (Apple Message framework v746.3) X-Priority: 3 Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: <7F694F4C-8F0C-4E69-B91F-D2BD2872CE80@po.cwru.edu> Content-Transfer-Encoding: 7bit From: Andrew Reitz Date: Sun, 2 Apr 2006 21:59:07 -0700 To: RJ X-Mailer: Apple Mail (2.746.3) Cc: freebsd-questions@freebsd.org Subject: Re: FreeBSD 6-STABLE: Apache 2.2 and php 4.4 segmentation fault 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, 03 Apr 2006 04:59:26 -0000 On Apr 2, 2006, at 5:02 PM, RJ wrote: > Something doesn't seem right with those ports. > When I have setup a server I use php4-4.4.2_1, mysql- > server-4.1.18_2, > php4-extensions-1.0 and apache. > > I think php4-4.4.2_1 and php4-mysql-4.4.2_1 will cause a conflict. > > Some correct me if I'm wrong on this. Ni RJ, I certainly hope that these two ports aren't in conflict -- because they are listed together as dependencies on 56 ports (according to my '/usr/ports/INDEX-6' file). It looks like I got the php4-mysql package when I installed phpMyAdmin (which is how I noticed that PHP wasn't working, btw). Here is the relevant line from my INDEX-6 file: nr:/usr/ports$ grep ^phpMyAdmin INDEX-6 phpMyAdmin-2.7.0.2|/usr/ports/databases/phpmyadmin|/usr/local|A set of PHP-scripts to manage MySQL over the web|/usr/ports/databases/ phpmyadmin/pkg-descr|m.seaman@infracaninophile.co.uk|databases www|| apache-1.3.34_4 expat-2.0.0_1 fontconfig-2.3.2_3,1 freetype2-2.1.10_3 jpeg-6b_4 ldconfig_compat-1.0_6 libdrm-2.0_1 libltdl-1.5.22 libmcrypt-2.5.7_2 mysql-client-4.1.18_1 pdflib-6.0.3 pecl- pdflib-2.0.4 perl-5.8.8 php4-4.4.2_1 php4-bz2-4.4.2_1 php4-gd-4.4.2_1 php4-mbstring-4.4.2_1 php4-mcrypt-4.4.2_1 php4-mysql-4.4.2_1 php4- openssl-4.4.2_1 php4-pcre-4.4.2_1 php4-session-4.4.2_1 php4- zlib-4.4.2_1 pkgconfig-0.20 png-1.2.8_3 t1lib-5.1.0_1,1 xorg- libraries-6.9.0|http://www.phpmyadmin.net/||| I would tend to trust the dependency list contained in the port, but I'm willing to try uninstalling the php4-mysql package if you think it will help. Thanks, -Andy.