Dear all, I tried the fix proffered below on redhat90 and it worked aruna -----Original Message----- From: freeradius-users-bounces@lists.freeradius.org [mailto:freeradius-users-bounces@lists.freeradius.org] On Behalf Of Garry Crothers Sent: Tuesday, June 07, 2005 1:39 PM To: FreeRadius users mailing list Subject: Re: make install error in Solaris 8, freeradius-1.0.3 Nuno Pais Fernandes wrote:
Hi,
small FIX but it works:
mv /usr/bin/strip /usr/bin/strip.old echo '#!/bin/bash' > /usr/bin/strip echo 'exit' > /usr/bin/strip chmod 755 /usr/bin/strip
cd freeradius-1.0.3 make install mv -f /usr/bin/strip.old /usr/bin/strip
Worked for me. Nuno Fernandes
On Monday 06 June 2005 16:52, Alan DeKok wrote:
Nuno Pais Fernandes <npf@eurotux.com> wrote:
Same thing here with Whitebox 3.
Try reading previous messages in the list.
Alan DeKok. - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
------------------------------------------------------------------------
- List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
Had to use the above fix on Solaris 9 as well -- Regards Garry Crothers - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html