Rupak, I built the code in a "clean" directory so to say. There was nothing in /opt/freeradius1.0.2/ before I made #./configure --prefix=/opt/freeradius1.0.2/ I just reset everything and retried, but still the same compilation error. Do you have any other suggestions? Thanks a lot! Vicky Rupak wrote:
I also had the same problem.Later on I came to know that I had to again ./configure --prefix=----- to another fresh unpacked tarball.Not in the old unpacked tar ball.just again try tar -xvf freeradius-1.0.2.tar and again ./configure then make then again make install. This time try and give another directory in --prefix section.when I had faced this problem I even formatted my box.Thanx that it was an isolated machine.
Rupak
Hi Stéphane (and all the others of course),
Thats is what I was trying to do, configure and install the new version elsewhere but still on the same machine (I'm gonna set the default ports to something else so there will be no conflicts). Now I've downloaded version 1.0.2 and I get a compilation error. I do : #configure --prefix=/opt/freeradius1.0.2 #make and in the end of the compilation output I get this...
In file included from x99_rlm.c:54: x99.h:26:42: openssl/des.h: No such file or directory gmake[6]: *** [x99_rlm.o] Error 1 gmake[6]: Leaving directory `/home/vicky/freeradius-1.0.2/src/modules/rlm_x99_token' gmake[5]: *** [common] Error 1 gmake[5]: Leaving directory `/home/vicky/freeradius-1.0.2/src/modules' gmake[4]: *** [all] Error 2 gmake[4]: Leaving directory `/home/vicky/freeradius-1.0.2/src/modules' gmake[3]: *** [common] Error 1 gmake[3]: Leaving directory `/home/vicky/freeradius-1.0.2/src' gmake[2]: *** [all] Error 2 gmake[2]: Leaving directory `/home/vicky/freeradius-1.0.2/src' gmake[1]: *** [common] Error 1 gmake[1]: Leaving directory `/home/vicky/freeradius-1.0.2' make: *** [all] Error 2 zsh: exit 2 make
What am I missing?
Cheers
Vicky
DELORT Stephane wrote:
Hello Vicky,
Haven't you try to copy your config files and do the upgrade on a test
system ?
(create an exact replica on another machine and upgrade it) I think it would be useful to post an "howto to upgrade from xxx to yyy"
once you've done it.
regards, Stéphane
-----Message d'origine----- De : freeradius-users-bounces@lists.freeradius.org [mailto:freeradius-users-bounces@lists.freeradius.org]De la part de vicky Envoyé : mardi 31 mai 2005 11:31 À : FreeRadius users mailing list Objet : upgrading freeRADIUS
Hi list subscribers, hi list admins, (again)
I'm running a freeRADIUS server version 0.8.1 (I know it is ancient) and I want to upgrade it to the latest version available. I have been trying to find some kind of procedure to upgrading but with no success. Does anyone know how to (in a fairly simple way) safely upgrade? The safetyness is very crucial, I cant risk overwriting my old configuration.
The old server is built with #configure --prefix=/opt/freeradius #make #su #make install
Thanks to you all in advance and please notice that I'm not that of an expert on RADIUS...
Keep up the good work!