From owner-freebsd-questions@FreeBSD.ORG Mon Oct 16 08:04:36 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 C095516A403 for ; Mon, 16 Oct 2006 08:04:36 +0000 (UTC) (envelope-from SRS0=knld1LbS=D5=asarian-host.net=admin@asarian-host.net) Received: from mail.asarian-host.net (mail.asarian-host.net [194.109.160.70]) by mx1.FreeBSD.org (Postfix) with ESMTP id D727743D67 for ; Mon, 16 Oct 2006 08:04:35 +0000 (GMT) (envelope-from SRS0=knld1LbS=D5=asarian-host.net=admin@asarian-host.net) Received: from anonymizer.asarian-host.net (localhost [127.0.0.1]) (authenticated bits=0) by mail.asarian-host.net (8.13.8/8.13.8) with ESMTP id k9G84YAT019576 for ; Mon, 16 Oct 2006 10:04:34 +0200 (CEST) (envelope-from admin@asarian-host.net) From: Mark Received-SPF: pass (asarian-host.net: 127.0.0.1 is authenticated by a trusted mechanism) receiver=anonymizer.asarian-host.net; client-ip=127.0.0.1; envelope-from=; helo=clientrunner.asarian-host.net; Message-Id: <200610160804.k9G84WV8019562@asarian-host.net> Date: Mon, 16 Oct 2006 08:04:33 GMT X-Authenticated-Sender: admin@asarian-host.net X-Trace: 2wK35LAL5J5cMkP6ml83qP4W3+1MOg20Yn8rqedGjeOf5rH/4xTorhYebaH+VJYf X-Complaints-To: abuse@asarian-host.net X-Abuse-Info: Please be sure to forward a copy of ALL headers, otherwise we are unable to process your complaint Organization: Asarian-host To: "'Lane'" , MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2962 In-Reply-To: <200610151842.24375.lane@joeandlane.com> X-Auth: Asarian-host PGP signature iQEVAwUARTM9EjFqW1BleBN9AQGWTAf+ITxkpAw6/sjNchANxGNOx2taJt7G+B6O 6zOqSPPs8upDj38ISsI1akAFjhB711ugwAoroSFj3UuRBCofKChdgQ26jyVTdffU TtOUDg0bdZ0yfU0fT+gR8UFddWXK0Q61AF1C3bwHTAi+DNTkeIm+JNV0b+Ujx2er TJCt4itIB9sroZa1jeVJfhacVHLXJDo9JuKFZRANtJhA6feMbTCUXshqpNVNSX+P i1kAy72Mvy/UpStYvBvep/CbJE5BUeBa8ftio+ry2G7QTESMf9VVlXlKgssy33ue Zq4Nuaqj6vW6t05qC734yxPDSKr51tQ7raDQE3WeuoJuKxBa0uDMvg== =FyoW Cc: Subject: RE: libphp4.so not installed from /usr/ports/lang/php4 and mod_php4is gone??!! 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, 16 Oct 2006 08:04:36 -0000 > -----Original Message----- > From: owner-freebsd-questions@freebsd.org > [mailto:owner-freebsd-questions@freebsd.org] On Behalf Of Lane > Sent: maandag 16 oktober 2006 1:41 > To: freebsd-questions@freebsd.org > Subject: Re: libphp4.so not installed from > /usr/ports/lang/php4 and mod_php4is gone??!! > > > > > So ... now the question .... > > > > > > How do I get mod_php working again? (with Apache13) > > > > cd /usr/ports/lang/php4 > > make config > > (select the Apache module from the menu) > > rebuild/reinstall php. > > Thanks, Bill. > > But that does not install libphp4.so. libphp4.so is not > created, or if it is created it has a name OTHER than libphp4.so. That is odd. I just built the same port myself, only two days ago, and libphp4.so is most certainly built and installed as: /usr/local/libexec/apache/libphp4.so > and then: > > locate mod_php > > But still I get nothing. There's no such file created as mod_php* (even though perhaps confusingly Apache lists "AddModule mod_php4.c" in httpd.conf; but that's normal). > So I compiled the port with -DAPACHE=yes That shouldn't be necessary. Just "make" suffices. You could perhaps try: "WITH_APACHE=yes", to ensure it uses 1.3+ as version. And, to state the obvious, did you try "make clean" first? - Mark