Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 20 Aug 2004 08:38:56 +1200
From:      Andrew Thompson <andy@fud.org.nz>
To:        Volker Stolz <vs@FreeBSD.org>
Cc:        Joerg Pulz <Joerg.Pulz@frm2.tum.de>
Subject:   Re: ports/70603: [patch] update net/freeradius to 1.0.0
Message-ID:  <20040819203856.GA4782@thingy.tbd.co.nz>
In-Reply-To: <200408191559.i7JFxa4T021694@freefall.freebsd.org>
References:  <200408191559.i7JFxa4T021694@freefall.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
Thanks, I'll review the dependencies. Joerg Pulz has also submitted
another version of the patch with some improvements, have you seen it
yet?

I used the build dependancy on snmpwalk as it is used from the checkrad
script:
$snmpget        = "/usr/local/bin/snmpget";
$snmpwalk       = "/usr/local/bin/snmpwalk";


Andy


On Thu, Aug 19, 2004 at 03:59:36PM +0000, Volker Stolz wrote:
> Synopsis: [patch] update net/freeradius to 1.0.0
> 
> State-Changed-From-To: open->feedback
> State-Changed-By: vs
> State-Changed-When: Thu Aug 19 15:57:21 GMT 2004
> State-Changed-Why: 
> For WITH_SNMP, you need a LIB_DEPENDS-line, I guess (see
> marked line), while you only use BUILD_DEPENDS=snmpwalk.
> Maybe the dependencies for the other options need reviewing as well?
> 
> freeradius@menelaos [17:56:37]> ldd /usr/local/sbin/radiusd
> /usr/local/sbin/radiusd:
>         libcrypt.so.2 => /usr/lib/libcrypt.so.2 (0x2808b000)
>         libcipher.so.2 => /usr/lib/libcipher.so.2 (0x280a5000)
>         libcrypto.so.3 => /usr/local/lib/libcrypto.so.3 (0x280b9000)
>         libssl.so.3 => /usr/local/lib/libssl.so.3 (0x281a6000)
>         libradius-1.0.0.so => /usr/local/lib/libradius-1.0.0.so (0x281d4000)
> ***     libsnmp.so.4 => /usr/local/lib/libsnmp.so.4 (0x281e7000)
>         libltdl.so.4 => /usr/local/lib/libltdl.so.4 (0x28241000)
>         libc_r.so.4 => /usr/lib/libc_r.so.4 (0x28248000)
>         libc.so.4 => /usr/lib/libc.so.4 (0x282ff000)
> 
> http://www.freebsd.org/cgi/query-pr.cgi?pr=70603
> 



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