Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 17 Jan 2011 15:10:29 GMT
From:      HAMADA Takeshi <hamm@crimson-jp.org>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/154087: /usr/ports/mail/enma got SIGSEGV.
Message-ID:  <201101171510.p0HFATH3061519@red.freebsd.org>
Resent-Message-ID: <201101171520.p0HFK9o0020827@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>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@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@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:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201101171510.p0HFATH3061519>