misc/112753: missing dependencies in vexim port

João Rocha Braga Filho goffredo at uol.com.br
Fri May 18 03:40:04 UTC 2007


>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 at 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 <b>/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:


More information about the freebsd-bugs mailing list