ports/154087: /usr/ports/mail/enma got SIGSEGV.
HAMADA Takeshi
hamm at crimson-jp.org
Mon Jan 17 15:20:09 UTC 2011
>Number: 154087
>Category: ports
>Synopsis: /usr/ports/mail/enma got SIGSEGV.
>Confidential: no
>Severity: serious
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: sw-bug
>Submitter-Id: current-users
>Arrival-Date: Mon Jan 17 15:20:08 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator: HAMADA Takeshi
>Release: FreeBSD 8.2-RC1
>Organization:
None
>Environment:
FreeBSD wetton.crimson-jp.org 8.2-RC1 FreeBSD 8.2-RC1 #1: Fri Jan 7 09:17:32 JST 2011 root at wetton.crimson-jp.org:/usr/obj/usr/src/sys/WETTON amd64
>Description:
/usr/ports/mail/enma depends on /usr/ports/dns/libbind. (libbind-6.0)
but enma requires libbind9.a I think.
I installed /usr/ports/dns/bind97 and make symlink named '/usr/local/lib/libbind.a' to '/usr/local/lib/libbind9.a' using following commands.
# cd /usr/ports/mail/enma
# make install
# cd /usr/ports/dns/bind97
# make install
# cd /usr/local/lib
# rm libbind.a
# ln -s ./libbind9.a libbind.a
# service milter-enma start
>How-To-Repeat:
Sending E-Mail from cellular phone. (takhamm at ezweb.ne.jp)
ezweb.ne.jp is a japanese carrier `au'.
>Fix:
I installed /usr/ports/dns/bind97 and make symlink named '/usr/local/lib/libbind.a' to '/usr/local/lib/libbind9.a' using following commands.
# cd /usr/ports/mail/enma
# make install
# cd /usr/ports/dns/bind97
# make install
# cd /usr/local/lib
# rm libbind.a
# ln -s ./libbind9.a libbind.a
# service milter-enma start
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list