Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 10 Jun 2010 21:41:20 GMT
From:      Glen Barber <glen.j.barber@gmail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/147775: mail/dkim-milter: Broken symlink to shared object
Message-ID:  <201006102141.o5ALfK1E069010@www.freebsd.org>
Resent-Message-ID: <201006102150.o5ALo0WT014162@freefall.freebsd.org>

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

>Number:         147775
>Category:       ports
>Synopsis:       mail/dkim-milter: Broken symlink to shared object
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Thu Jun 10 21:50:00 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator:     Glen Barber
>Release:        8.1-PRERELEASE
>Organization:
>Environment:
FreeBSD orion 8.1-PRERELEASE FreeBSD 8.1-PRERELEASE #0 r208605: Thu May 27 21:03:37 EDT 2010     root@orion:/usr/obj/usr/src/sys/ORION  amd64
>Description:
mail/dkim-milter creates a broken symlink to a shared object.

The port was built using WITH_LIBDKIM_INSTALL=yes

  orion# file /usr/local/lib/libdkim.so
  /usr/local/lib/libdkim.so: broken symbolic link to `/usr/local/liblibdkim.so.0'

(Note the missing slash between lib and libdkim.so.0)

I expected to fix it by adding a trailing slash (/) to confLIBDIR and confSHAREDLIBDIR in mail/dkim-milter/files/site.config.m4, but this does not fix it.
>How-To-Repeat:
make WITH_LIBDKIM_INSTALL=yes
>Fix:
The following workaround resolves it:

  unlink /usr/local/lib/libdkim.so
  ln -s /usr/local/lib/libdkim.so.0 /usr/local/lib/libdkim.so


>Release-Note:
>Audit-Trail:
>Unformatted:



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