From owner-freebsd-ports@FreeBSD.ORG Mon Mar 3 16:30:32 2014 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id ECC69E48 for ; Mon, 3 Mar 2014 16:30:32 +0000 (UTC) Received: from forward7l.mail.yandex.net (forward7l.mail.yandex.net [IPv6:2a02:6b8:0:1819::7]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id A5AC5C3D for ; Mon, 3 Mar 2014 16:30:32 +0000 (UTC) Received: from smtp2h.mail.yandex.net (smtp2h.mail.yandex.net [84.201.187.145]) by forward7l.mail.yandex.net (Yandex) with ESMTP id 09688BC0FDE; Mon, 3 Mar 2014 20:30:28 +0400 (MSK) Received: from smtp2h.mail.yandex.net (localhost [127.0.0.1]) by smtp2h.mail.yandex.net (Yandex) with ESMTP id 99B8717003EE; Mon, 3 Mar 2014 20:30:28 +0400 (MSK) Received: from unknown (unknown [77.66.228.253]) by smtp2h.mail.yandex.net (nwsmtp/Yandex) with ESMTPSA id Zzlyfg8IrO-USQ8Bhw4; Mon, 3 Mar 2014 20:30:28 +0400 (using TLSv1 with cipher AES128-SHA (128/128 bits)) (Client certificate not present) X-Yandex-Uniq: 25e6c3f4-33b3-4be4-9741-15c0aa310eeb DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yandex.ru; s=mail; t=1393864228; bh=hLFdq8AA1nTpuRj4gcTvcOO/drR0GUc0URRubVKiYQA=; h=Message-ID:Date:From:User-Agent:MIME-Version:To:Subject: References:In-Reply-To:Content-Type:Content-Transfer-Encoding; b=Hm77Ld6+27xXxXvfKvcBONNF2MVJfEssTOtxKfJcXK1uor/xAcXWZJ9ucnWJ3a0iH xM/J/8yiet/UuvJNA4fPgFnx7gygon7nldnPYhNrzqkR4sYe0xKRDAym+Iz23Z7yzj MHDd77jLhY8hYiWvM53arqmZQHRGMQNy+MWqlPro= Authentication-Results: smtp2h.mail.yandex.net; dkim=pass header.i=@yandex.ru Message-ID: <5314AE0E.3040300@yandex.ru> Date: Mon, 03 Mar 2014 20:30:06 +0400 From: Ruslan Makhmatkhanov User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:24.0) Gecko/20100101 Thunderbird/24.3.0 MIME-Version: 1.0 To: "saifi@sina.cn" , freebsd-ports@freebsd.org Subject: Re: can pkg install mod_php5 (ie. libphp5.so) ? References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Mar 2014 16:30:33 -0000 Hi, saifi@sina.cn wrote on 03.03.2014 20:48: > Hi: > > apache24-2.4.6_1 was installed using 'pkg'. > > subsequently, php55-5.5.9 and almost all the modules were installed > using 'pkg install'. > > However, 'pkg search' did not turn in any 'mod_php5'. > > Is building php from the '/usr/ports/lang/php5' the only option to > configure 'APACHE' PHP_SAPI ? > > thanks > Saifi. Right now - yes, manual build from ports with setting corresponding option in lang/php5 is the only option, and this is quite silly. But I'm almost done with the port, that builds libphp5.so for default versions of php and apache. Stay tuned :). -- Regards, Ruslan T.O.S. Of Reality