From owner-freebsd-current@FreeBSD.ORG Tue Aug 10 14:06:47 2010 Return-Path: Delivered-To: current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B602A106566B for ; Tue, 10 Aug 2010 14:06:47 +0000 (UTC) (envelope-from bartosz.stec@it4pro.pl) Received: from mainframe.kkip.pl (kkip.pl [87.105.164.78]) by mx1.freebsd.org (Postfix) with ESMTP id F1D178FC15 for ; Tue, 10 Aug 2010 14:06:46 +0000 (UTC) Received: from mb01.admin.lan.kkip.pl ([10.66.3.254]) by mainframe.kkip.pl with esmtpsa (TLSv1:CAMELLIA256-SHA:256) (Exim 4.72 (FreeBSD)) (envelope-from ) id 1Oip5f-0004ds-V8; Tue, 10 Aug 2010 15:42:12 +0200 Message-ID: <4C61572D.6040308@it4pro.pl> Date: Tue, 10 Aug 2010 15:42:05 +0200 From: Bartosz Stec Organization: IT4Pro User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; pl; rv:1.9.2.8) Gecko/20100802 Lightning/1.0b2 Thunderbird/3.1.2 MIME-Version: 1.0 To: "Ilya A. Arhipov" , FreeBSD Current References: <4C613C56.109@kkip.pl> <167291281444030@web94.yandex.ru> In-Reply-To: <167291281444030@web94.yandex.ru> X-Authenticated-User: bartosz.stec@it4pro.pl X-Authenticator: plain X-Sender-Verify: SUCCEEDED (sender exists & accepts mail) X-Spam-Score: -8.1 X-Spam-Score-Int: -80 X-Exim-Version: 4.72 (build at 10-Jun-2010 13:05:33) X-Date: 2010-08-10 15:42:12 X-Connected-IP: 10.66.3.254:1679 X-Message-Linecount: 177 X-Body-Linecount: 162 X-Message-Size: 6579 X-Body-Size: 5881 X-Received-Count: 1 X-Recipient-Count: 2 X-Local-Recipient-Count: 2 X-Local-Recipient-Defer-Count: 0 X-Local-Recipient-Fail-Count: 0 X-Mailman-Approved-At: Tue, 10 Aug 2010 14:12:33 +0000 Content-Type: text/plain; charset=ISO-8859-2; format=flowed Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: Re: Apache 2.2 port and missing modules on current. X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Aug 2010 14:06:47 -0000 W dniu 2010-08-10 14:40, Ilya A. Arhipov pisze: > pls show: > pkg_info -xL apache | grep mod_cache # pkg_info -xL apache | grep mod_cache /usr/local/share/doc/apache22/mod/mod_cache.html.ja.utf8 /usr/local/share/doc/apache22/mod/mod_cache.html.ko.euc-kr /usr/local/share/doc/apache22/mod/mod_cache.html.en /usr/local/share/doc/apache22/mod/mod_cache.html > and try: > cd /usr/ports/www/apache22 > make deinstall clean > make config -- and select mod_cache > make install clean I tried it already, I even did portupgrade -frRi apache-2.2.16 ;) I also tried: #make rmconfig #make config and double-checked if mod_cache is enabled - and it is by default. But still configure script doesn't seem to care about it. > or try > make extrack > cd work/httpd-you-version > and ./configure --enable-cache --enable-disk-cache --enable-mem-cache > or read ./configure --help So I Did: #make extract #make patch #./configure --enable-cache --enable-disk-cache --enable-file-cache | grep cache checking for ANSI C header files... (cached) yes checking for string.h... (cached) yes checking for unistd.h... (cached) yes checking for strings.h... (cached) yes checking whether to enable mod_file_cache... yes (default) checking whether to enable mod_cache... yes (default) checking whether to enable mod_disk_cache... yes (default) checking whether to enable mod_mem_cache... no checking for sys/sem.h... (cached) yes checking for unistd.h... (cached) yes creating modules/cache/Makefile Could it be that port options aren't parsed and used within ./work correctly? I am using this port without any problems on STABLE machines. It compiled fine also on current about a month ago :) Could it be connected to grep changes in CURRENT? > also Makefile.modules have: > if !defined(WITH_THREADS) > WITHOUT_MODULES+= mem_cache > if !defined(WITHOUT_APACHE_OPTIONS)&& defined(WITH_MEM_CACHE) > IGNORE+= mod_mem_cache requires WITH_THREADS mod_mem_cache is not the problem, but the main mod_cache module. I've mod_mem_cache disabled. -- Bartosz Stec