ports/63308: diradmin fails to detect SSL/TLS

Yuri Khotyaintsev yuri at irfu.se
Tue Feb 24 14:50:09 UTC 2004


>Number:         63308
>Category:       ports
>Synopsis:       diradmin fails to detect SSL/TLS
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Tue Feb 24 06:50:08 PST 2004
>Closed-Date:
>Last-Modified:
>Originator:     Yuri Khotyaintsev
>Release:        5.2.1-RELEASE
>Organization:
Swedish Institute of Space Physics
>Environment:
FreeBSD ice.irfu.se 5.2.1-RELEASE FreeBSD 5.2.1-RELEASE #2: Mon Feb 23 10:56:38 CET 2004     root at ic.irfu.se:/usr/obj/usr/src/sys/ICE  i386

>Description:
Configure script fails to detect SSL/TLS because /usr/local/lib is missing in the test library path.
>How-To-Repeat:
cd /usr/ports/net/diradmin
make install
try enabling a TLS connection

>Fix:
The following patch to configure solves the problem for me.

--- configure.orig      Tue Feb 24 15:16:37 2004
+++ configure   Tue Feb 24 15:18:08 2004
@@ -5413,7 +5413,7 @@



-        LDFLAGS="$LDFLAGS -llber -lldap -lcrypt"
+        LDFLAGS="$LDFLAGS -L/usr/local/lib -llber -lldap -lcrypt"



@@ -5625,7 +5625,7 @@

 fi

-PACKAGE_PIXMAPS_DIR="/share/pixmaps/${PACKAGE}"
+PACKAGE_PIXMAPS_DIR="/share/gnome/pixmaps/${PACKAGE}"

 PACKAGE_APPLNK_DIR="/share/applications"
 SYSTEM_MENU_DIR="/lib/menu"
  
>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list