From owner-freebsd-bugs@FreeBSD.ORG Fri May 18 03:40:04 2007 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 1BCA616A405 for ; Fri, 18 May 2007 03:40:04 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [69.147.83.40]) by mx1.freebsd.org (Postfix) with ESMTP id E56B013C455 for ; Fri, 18 May 2007 03:40:03 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id l4I3e3jE093399 for ; Fri, 18 May 2007 03:40:03 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id l4I3e33L093398; Fri, 18 May 2007 03:40:03 GMT (envelope-from gnats) Resent-Date: Fri, 18 May 2007 03:40:03 GMT Resent-Message-Id: <200705180340.l4I3e33L093398@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Joćo Rocha Braga Filho Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id CEC9116A403 for ; Fri, 18 May 2007 03:37:33 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [69.147.83.33]) by mx1.freebsd.org (Postfix) with ESMTP id C031913C447 for ; Fri, 18 May 2007 03:37:33 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.13.1/8.13.1) with ESMTP id l4I3bXiv085875 for ; Fri, 18 May 2007 03:37:33 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.13.1/8.13.1/Submit) id l4I3WV3c085176; Fri, 18 May 2007 03:32:31 GMT (envelope-from nobody) Message-Id: <200705180332.l4I3WV3c085176@www.freebsd.org> Date: Fri, 18 May 2007 03:32:31 GMT From: Joćo Rocha Braga Filho To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.0 Cc: Subject: misc/112753: missing dependencies in vexim port X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 18 May 2007 03:40:04 -0000 >Number: 112753 >Category: misc >Synopsis: missing dependencies in vexim port >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Fri May 18 03:40:03 GMT 2007 >Closed-Date: >Last-Modified: >Originator: Joćo Rocha Braga Filho >Release: FreeBSD 6.2, AMD64 >Organization: Paratyinfo >Environment: FreeBSD mailhost.paratyinfo.com.br 6.2-STABLE FreeBSD 6.2-STABLE #0: Sat Apr 14 02:18:25 BRT 2007 goffredo@mailhost.paratyinfo.com.br:/usr/src/sys/amd64/compile/MAILHOST amd64 >Description: The vexim port needs the fooling ports: databases/pear-DB, devel/php5-gettext, databases/php5-mysql and www/php5-session I installed vexim, and got some errors until it works. I used google and found a reference to pear-DB. I installed the pear-DB port, and got a new error: " Fatal error: Call to undefined function bindtextdomain() in /usr/local/www/vexim/config/i18n.php on line 6 " I used google again, and found the need of devel/php5-gettext. I installed, and now I got this new error: " DB Error: extension not found " Now I used google again, and found needing databases/php5-mysql. Now, new error: " Fatal error: Call to undefined function session_start() in /usr/local/www/vexim/config/httpheaders.php on line 2 " Installed www/php5-session, and new error, but this time within a box in the login window: " Call to undefined method DB_Error::numRows() in /usr/local/www/vexim/index.php " But now is a new bug, a vexim bug. It makes this query: "SELECT domain FROM domains WHERE type='local' AND domain!='admin' ORDER BY domain" But the field "type" does not exist. I need make a Bug Report im vexim site. :^) The vexim port isn't installing all needed dependencies. May need more then I found. I installed suport to MySQL. I think it needs databases/php5-pgsql to use PostGreSQL. Thanks. >How-To-Repeat: Install vexim in a clean machine and try to make it works. >Fix: Insert the listed ports into dependencies list. >Release-Note: >Audit-Trail: >Unformatted: