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

make install error in Solaris 8, freeradius-1.0.3

2005-06-06 Thread lei chen
After make, when running make install,the flowing error. freeradius-1.0.3,Solaris 8, binutils-2.11.2 How to do with it? -- make[6]: Leaving directory `/export/home/cl/inst/freeradius-1.0.3/src/modules/rl m_checkval' make[5

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

2005-06-06 Thread Nuno Pais Fernandes
' Nuno Fernandes On Monday 06 June 2005 07:45, lei chen wrote: After make, when running make install,the flowing error. freeradius-1.0.3,Solaris 8, binutils-2.11.2 How to do with it? -- make[6]: Leaving directory `/export

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

2005-06-06 Thread David ROUMANET
On Monday 06 June 2005 07:45, lei chen wrote: After make, when running make install,the flowing error. freeradius-1.0.3,Solaris 8, binutils-2.11.2 How to do with it? -- make[6]: Leaving directory `/export/home/cl/inst/freeradius-1.0.3

make install error in Solaris 8, freeradius-1.0.3

2005-06-06 Thread Lei Chen
I find this in previous messages: And where can I find the fix? Thanks. Thor Spruyt thor.spruyt at telenet.be wrote: I just ran a quick test on Centos 3.4 for freeradius-1.0.3. Successfully did ./configure and make, but then just at the end of make install there's an error. Ok. The fix

make install error in Solaris 8, freeradius-1.0.3

2005-06-06 Thread Lei Chen
I find the message in the web, maybe we need to wait it. 06 June, 2005 Minor problems in version 1.0.3 mean that we will be releasing 1.0.4 in a day or so. Please wait until then to upgrade. --- Alan DeKok [EMAIL PROTECTED]: Nuno Pais Fernandes [EMAIL PROTECTED] wrote: Same thing here