From owner-freebsd-ports-bugs Fri Mar 14 4:58: 2 2003 Delivered-To: freebsd-ports-bugs@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 516B437B405 for ; Fri, 14 Mar 2003 04:58:00 -0800 (PST) Received: from mail.liwing.de (mail.liwing.de [213.70.188.162]) by mx1.FreeBSD.org (Postfix) with ESMTP id 96DC243F75 for ; Fri, 14 Mar 2003 04:57:58 -0800 (PST) (envelope-from rehsack@liwing.de) Received: (qmail 20272 invoked from network); 14 Mar 2003 12:57:56 -0000 Received: from stingray.liwing.de (HELO liwing.de) ([213.70.188.164]) (envelope-sender ) by mail.liwing.de (qmail-ldap-1.03) with SMTP for ; 14 Mar 2003 12:57:56 -0000 Message-ID: <3E71D1D4.5020108@liwing.de> Date: Fri, 14 Mar 2003 13:57:56 +0100 From: Jens Rehsack Organization: LiWing IT-Services User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.0.2) Gecko/20021120 Netscape/7.01 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Plamen Stoev Cc: dirk@freebsd.org, freebsd-ports-bugs@FreeBSD.org Subject: Re: ports - mod_php4 pr References: <20030314092641.GA8414@ns.shumen.spnet.net> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Sender: owner-freebsd-ports-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Plamen Stoev wrote: [...] > checking for Apache 2.0 module support via DSO through APXS... apxs:Error: Invalid query string `MPM_NAME' > configure: error: You have enabled Apache 2 support while your server is Apache 1.3. Please use the appropiate switch --with-apxs (without the 2) > ===> Script "configure" failed unexpectedly. > Please report the problem to dirk@FreeBSD.org [maintainer] and attach > the "/usr/ports/www/mod_php4/work/php-4.3.1/config.log" including the > output of the failure of your make command. Also, it might be a good > idea to provide an overview of all packages installed on your system > (e.g. an `ls /var/db/pkg`). > *** Error code 1 > > Stop in /usr/ports/www/mod_php4. > *** Error code 1 > > Stop in /usr/ports/www/mod_php4. > > # > > Fix: > > --- Makefile.orig Fri Mar 7 08:12:44 2003 > +++ Makefile Fri Mar 14 11:09:16 2003 > @@ -46,7 +46,7 @@ > .endif > > .if defined(WITH_APACHE2) > -CONFIGURE_ARGS= --with-apxs2=${PREFIX}/sbin/apxs \ > +CONFIGURE_ARGS= --with-apxs2=${PREFIX}/sbin/apxs2 \ > --with-tsrm-pth > PLIST_SUB= MOD_DIR=libexec/apache2 > .else > # pkg_info -W /usr/local/sbin/apxs /usr/local/sbin/apxs was installed by package apache-2.0.44 # pkg_info -W /usr/local/sbin/apxs2 pkg_info: /usr/local/sbin/apxs2: file cannot be found # It seems your apache 2 installation either is wrong or you made another mistake. So long, Jens To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports-bugs" in the body of the message