Re: make install error in Solaris 8, freeradius-1.0.3

2005-06-07 Thread Nuno Pais Fernandes
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

Re: make install error in Solaris 8, freeradius-1.0.3

2005-06-07 Thread Lei Chen
Dont't strip the binary files. :-), It's works. But it's a temporary method. --- Nuno Pais Fernandes [EMAIL PROTECTED]: 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

Re: make install error in Solaris 8, freeradius-1.0.3

2005-06-07 Thread Garry Crothers
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

RE: make install error in Solaris 8, freeradius-1.0.3

2005-06-07 Thread maruna
Dear all, I tried the fix proffered below on redhat90 and it worked aruna -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] 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

Re: make install error in Solaris 8, freeradius-1.0.3

2005-06-06 Thread Nuno Pais Fernandes
Hello Same thing here with Whitebox 3. gmake[5]: Leaving directory `/usr/src/redhat/BUILD/freeradius-1.0.3/src/modules' gmake[4]: Leaving directory `/usr/src/redhat/BUILD/freeradius-1.0.3/src/modules' Making install in main... gmake[4]: Entering directory

Re: make install error in Solaris 8, freeradius-1.0.3

2005-06-06 Thread David ROUMANET
I'm in the same case too on Redhat 9 with i386 host. See any operating system documentation about shared libraries for more information, such as the ld(1) and ld.so(8) manual pages. -- gmake[6]: Leaving directory