From owner-freebsd-questions@FreeBSD.ORG Sun Jul 20 14:28:45 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 545101065676 for ; Sun, 20 Jul 2008 14:28:45 +0000 (UTC) (envelope-from af300wsm@gmail.com) Received: from rv-out-0506.google.com (rv-out-0506.google.com [209.85.198.237]) by mx1.freebsd.org (Postfix) with ESMTP id 295248FC14 for ; Sun, 20 Jul 2008 14:28:44 +0000 (UTC) (envelope-from af300wsm@gmail.com) Received: by rv-out-0506.google.com with SMTP id b25so1139211rvf.43 for ; Sun, 20 Jul 2008 07:28:44 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:from:to:subject:date :user-agent:mime-version:content-type:content-transfer-encoding :content-disposition:message-id; bh=ArbERZw+fl97hQcV+EiiyBdH/pOxWXeT+zaHay9YAg8=; b=hXhPTbP+j9BLVCEMF3znYCieXVSWvsz17Q4/P14ciaJJglNVEOn7rTB/kdM2T/Wru4 QQqqGSohKFdLw1L2Rg7jsWfQ7v8YFgIQaPgz6h/iudVhlx0pXOc5ae1qVrBkR+g9qpdz s0iDEKlYug8Zg9vg5S4mi3917VR7Kfq0zTkk8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:to:subject:date:user-agent:mime-version:content-type :content-transfer-encoding:content-disposition:message-id; b=ABAmFJMhI1v698P0K2J3VBLQYFIDx1jRr8PqffMzdMDe/UH7RCMnYmgkCdlDclIaMV ZZUV7QGJcEvHbMqzHhxhvP7OK9gRvWhVphMnqehT9mcAqGtuUO+vT+a/orpo8Dv7MdB6 eoucnn4A/LgrRTv9QxUHLA4fYNM4e8kgVKx+c= Received: by 10.141.75.17 with SMTP id c17mr1261753rvl.212.1216564124555; Sun, 20 Jul 2008 07:28:44 -0700 (PDT) Received: from sniper ( [71.221.183.251]) by mx.google.com with ESMTPS id g31sm3808723rvb.2.2008.07.20.07.28.43 (version=TLSv1/SSLv3 cipher=RC4-MD5); Sun, 20 Jul 2008 07:28:44 -0700 (PDT) From: Andrew Falanga To: FreeBSD Questions Date: Sun, 20 Jul 2008 08:28:04 -0600 User-Agent: KMail/1.9.6 MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200807200828.05153.af300wsm@gmail.com> Subject: Having trouble installing joomla from ports 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: Sun, 20 Jul 2008 14:28:45 -0000 Hi, I've installed the joomla CMS program from the ports tree. Then, following the instructions from joomla's website, started the installation process. The first step in the process is to test for system requirements. It says I'm failing the Zlib compression support requirement. What is it looking for? I have php5-zlib installed from ports. What Zlib package does it want to have? Any help is greatly appreciated. Thanks, Andy