Configure script fails to detect SSL/TLS because /usr/local/lib is missing in the test library path. Fix: The following patch to configure solves the problem for me. - 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"--aW0vYWQ8EMe2FOlc8FrvprCPvF8vZZsT3NvGJjyR5nxcC34e Content-Type: text/plain; name="file.diff" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="file.diff" --- configure.orig Tue Feb 24 15:16:37 2004 +++ configure Tue Feb 24 15:18:08 2004 @@ -5413,7 +5413,7 @@ How-To-Repeat: cd /usr/ports/net/diradmin make install try enabling a TLS connection
Hi, On Tue, Feb 24, 2004 at 06:49:54AM -0800, Yuri Khotyaintsev wrote: > > >Number: 63308 > >Category: ports > >Synopsis: diradmin fails to detect SSL/TLS > >Confidential: no > >Severity: serious > >Priority: medium > >Responsible: freebsd-ports-bugs > >State: open Could you please review this PR and approve/reject it ? http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/63308 -Kirill
State Changed From-To: open->feedback Asked for maintainer's feedback.
On Tue, Feb 24, 2004 at 03:57:51PM +0100, Kirill Ponomarew wrote: > On Tue, Feb 24, 2004 at 06:49:54AM -0800, Yuri Khotyaintsev wrote: > > > > >Number: 63308 > > >Category: ports > > >Synopsis: diradmin fails to detect SSL/TLS > > >Confidential: no > > >Severity: serious > > >Priority: medium > > >Responsible: freebsd-ports-bugs > > >State: open > > Could you please review this PR and approve/reject it ? That's fine by me :) Thanks a lot, -lewiz. -- I was so much older then, I'm younger than that now. --Bob Dylan, 1964. ------------------------------------------------------------------------ -| msn:purple@lewiz.net | jabber:lewiz@jabber.org | url:www.lewiz.org |-
State Changed From-To: feedback->closed Committed, thanks!