From owner-freebsd-questions@FreeBSD.ORG Tue Jan 6 01:44:38 2009 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 0827E10656C6 for ; Tue, 6 Jan 2009 01:44:38 +0000 (UTC) (envelope-from josh.carroll@gmail.com) Received: from yw-out-2324.google.com (yw-out-2324.google.com [74.125.46.30]) by mx1.freebsd.org (Postfix) with ESMTP id AC6BA8FC13 for ; Tue, 6 Jan 2009 01:44:37 +0000 (UTC) (envelope-from josh.carroll@gmail.com) Received: by yw-out-2324.google.com with SMTP id 9so3324026ywe.13 for ; Mon, 05 Jan 2009 17:44:37 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:reply-to :to:subject:cc:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=VZS6Iz+AUehkbsEnR/LTJQjgoZeTiy76eSL3ouoh6xU=; b=g2krPoLtj0W2I5WWZLAeoGBdymXoAMwVonULi1bmkerdxUuGWhdQz1jvTVvFD3ccap emnAV4o662hAV0UkoFN8SjCJChpNCSscKxTlpcEqNeIIAgQPloP306x/xYRnii+dIqn/ fjNTaJeeOkdfR3agR2a7nsBWCEH/ZEwL/A+PA= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:reply-to:to:subject:cc:in-reply-to :mime-version:content-type:content-transfer-encoding :content-disposition:references; b=sfARS5F2P1od9oTNghyg01GOJwQRJnBUPIW97d+J2LTZZTfvtlI5pSsvi2JMrpuUKj khQWi5r3CgkvZ5bAy15ctYo8xOAcp75UdtgJ17UFwzEcwHHQWI3q6+JZSy+LIYC7qRTc Bt0N5PRGjqSZFS0vAWyjLqDj9qK4hLvdyLeMQ= Received: by 10.151.46.3 with SMTP id y3mr41728320ybj.249.1231206277111; Mon, 05 Jan 2009 17:44:37 -0800 (PST) Received: by 10.151.50.3 with HTTP; Mon, 5 Jan 2009 17:44:36 -0800 (PST) Message-ID: <8cb6106e0901051744oba54a2ep8619649b7dabab87@mail.gmail.com> Date: Mon, 5 Jan 2009 20:44:36 -0500 From: "Josh Carroll" To: "Jim Pazarena" In-Reply-To: <4962B693.1070703@ccstores.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <4962AB3A.9030108@ccstores.com> <8cb6106e0901051730jb03affayc1b179d20e676d9e@mail.gmail.com> <4962B693.1070703@ccstores.com> Cc: freebsd-questions@freebsd.org Subject: Re: 7.1 release / apache22 / php5 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: josh.carroll@gmail.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 06 Jan 2009 01:44:38 -0000 > the httpd config file isn't the issue. it hasn't changed in a few years. > yes, > I do have the correct entries. > > what I do NOT have is the actual libphp5.so library file! it doesn't exist > on my system, > so apache complains that it can't open it. Did you build the lang/php5 port with the "Build Apache module" option checked via make config? make -C /usr/ports/lang/php5 showconfig | grep APACHE Should return: APACHE=on "Build Apache module" If not, make config in there, check that option, then rebuild and reinstall the port. Josh