From owner-freebsd-net@FreeBSD.ORG Tue Sep 9 11:25:53 2008 Return-Path: Delivered-To: freebsd-net@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0746A10657D6 for ; Tue, 9 Sep 2008 11:25:43 +0000 (UTC) (envelope-from onuraslan@gmail.com) Received: from wf-out-1314.google.com (wf-out-1314.google.com [209.85.200.174]) by mx1.freebsd.org (Postfix) with ESMTP id D37258FC24 for ; Tue, 9 Sep 2008 11:25:42 +0000 (UTC) (envelope-from onuraslan@gmail.com) Received: by wf-out-1314.google.com with SMTP id 24so1970060wfg.7 for ; Tue, 09 Sep 2008 04:25:41 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:mime-version:content-type:content-transfer-encoding :content-disposition; bh=9GizE+57gcrQHscHI4KzK05TP+350ScFqllNb4QPIFg=; b=gX1AkFs6wCOJId5jRlsuGm+zezDK39LRp/Q8t4aJus/f2U0mowR6rBacSiQ8Aqp6/A PFzT1okYK4ENDAetr27lnoRQwjQT1BxrysXnrEPkjZwzJ+XrhRzuqrHv0AAxP8lFgObK Bdk86dHCr1F1Gg2VV+r+09SsJ9g5LoV4sR+nA= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type :content-transfer-encoding:content-disposition; b=gELWGoEweUvCy+K3BpYezQBXlSSMKsTTy6PD/f4Ggb6x3EC5TVVxRxlbDt+Dq/UZ+z gja2bo6ABO8gGcfp3CdsZP9mKqLfcCdd4xtpXuDh+M6rAThBWaFAc8kDHAA9xZZ6gex0 IgJC2T1FrLKGqEwacz+AzxRHq57lwwwdOleeg= Received: by 10.142.58.5 with SMTP id g5mr5717278wfa.224.1220959541540; Tue, 09 Sep 2008 04:25:41 -0700 (PDT) Received: by 10.142.173.3 with HTTP; Tue, 9 Sep 2008 04:25:41 -0700 (PDT) Message-ID: Date: Tue, 9 Sep 2008 14:25:41 +0300 From: "Onur Aslan" To: freebsd-net@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline Subject: Binary mod_php X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Sep 2008 11:25:53 -0000 Hi. I am trying to install a web server to my FreeBSD 7.0-RELEASE. I don't want to compile any packages. I installed apache22 and php5 with pkg_add -r. But there is no mod_php for apache. How can I install mod_php for current installed binary programs? Should I build php5 from /usr/ports? Thanks.