compile error

2013-03-28 Thread Igor Smitran
I am not able to compile from git. It ends with error: version.c:71: warning: no previous prototype for 'ssl_version_check' version.c: In function 'ssl_version': version.c:78: error: expected ';' before '}' token gmake[4]: *** [version.lo] Error 1 gmake[4]: Leaving directory

Re: compile error

2013-03-28 Thread Olivier Beytrison
On 28.03.2013 10:48, Igor Smitran wrote: I am not able to compile from git. It ends with error: version.c:71: warning: no previous prototype for 'ssl_version_check' version.c: In function 'ssl_version': version.c:78: error: expected ';' before '}' token gmake[4]: *** [version.lo] Error 1

Re: compile error

2013-03-28 Thread Igor Smitran
On 03/28/2013 10:57 AM, Olivier Beytrison wrote: Btw, are you aware that your are compiling freeradius without ssl support ? this mean no eap, no tls, ect ? You should first install the openssl development files before compiling freeradius Olivier Yes, i know. This freeradius will only serve

Centos 6 Compile error

2012-03-13 Thread David Peterson
Has anyone seen this error? I am not sure what might be missing: In file included from rlm_eap_pwd.h:37, from rlm_eap_pwd.c:39: eap_pwd.h:42:24: error: openssl/ec.h: No such file or directory In file included from rlm_eap_pwd.h:37, from rlm_eap_pwd.c:39:

Re: Centos 6 Compile error

2012-03-13 Thread Alan Buxey
Hi, Has anyone seen this error? I am not sure what might be missing: ECC support in OpenSSL - Redhat and their derivitives dont have it. you will need to not have EAP-PWD present and it will then compile not sure when/if Redhat will have ECC supportsome policy decision. rm -rf

Re: Centos 6 Compile error

2012-03-13 Thread Fajar A. Nugraha
On Tue, Mar 13, 2012 at 6:12 PM, David Peterson dav...@wirelessconnections.net wrote: Has anyone seen this error?  I am not sure what might be missing: In file included from rlm_eap_pwd.h:37,                 from rlm_eap_pwd.c:39: eap_pwd.h:42:24: error: openssl/ec.h: No such file or

RE: Centos 6 Compile error

2012-03-13 Thread David Peterson
I am checking out the master, should I be using something earlier? David -Original Message- From: Fajar A. Nugraha [mailto:l...@fajar.net] Sent: Tuesday, March 13, 2012 7:21 AM To: David Peterson-WirelessConnections; FreeRadius users mailing list Subject: Re: Centos 6 Compile error

Re: Centos 6 Compile error

2012-03-13 Thread Fajar A. Nugraha
On Tue, Mar 13, 2012 at 7:01 PM, David Peterson dav...@wirelessconnections.net wrote: I am checking out the master, should I be using something earlier? Depends on what you need, actually. If you're interested in helping bug-hunting, or try out 3.0-only new features, then it's the right source.

RE: Centos 6 Compile error

2012-03-13 Thread Brian Julin
David Peterson Wrote: Sent: Tuesday, March 13, 2012 7:12 AM To: FreeRadius users mailing list Subject: Centos 6 Compile error Has anyone seen this error? I am not sure what might be missing: RHEL variants don't include EC support in OpenSSL due to some licensing/patent/whatnot issues

[SOLVED] RE: Centos 6 Compile error

2012-03-13 Thread David Peterson
Sent: Tuesday, March 13, 2012 8:01 AM To: FreeRadius users mailing list Subject: RE: Centos 6 Compile error I am checking out the master, should I be using something earlier? David -Original Message- From: Fajar A. Nugraha [mailto:l...@fajar.net] Sent: Tuesday, March 13, 2012 7:21 AM

VMPS compile error with freeradius-server-2.1.4

2009-03-25 Thread Christopher Sheldon
Hello I'm getting a compile error with 2.1.4 when building --without-vmps The issue looks to be src/main/listen.c:1795. It seems to be missing the #ifdef WITH_VMPS and the accompanying #endif. Sorry if this has been mentioned before. Thanks, Chris. -- c...@ninex.net - List info/subscribe

Re: VMPS compile error with freeradius-server-2.1.4

2009-03-25 Thread Alan DeKok
Christopher Sheldon wrote: I'm getting a compile error with 2.1.4 when building --without-vmps The issue looks to be src/main/listen.c:1795. It seems to be missing the #ifdef WITH_VMPS and the accompanying #endif. It's fixed in the current git tree. Alan DeKok. - List info/subscribe

Compile Error

2009-01-13 Thread Dave
I cant win today. I cant compile the newest FR. GCC 3.4.6 glibc 2.6.1 gmake[6]: Leaving directory `/root/freeradius-server-2.1.3/src/modules/rlm_counter' Making all in rlm_dbm... gmake[6]: Entering directory `/root/freeradius-server-2.1.3/src/modules/rlm_dbm'

Re: Compile Error

2009-01-13 Thread Dave
Oops glibc 2.3.6 Dave wrote: I cant win today. I cant compile the newest FR. GCC 3.4.6 glibc 2.6.1 gmake[6]: Leaving directory `/root/freeradius-server-2.1.3/src/modules/rlm_counter' Making all in rlm_dbm... gmake[6]: Entering directory

Re: Compile Error

2009-01-13 Thread Dave
Replying to myself, upgrading glibc allowed it to compile.. left me with a whole bunch of other non FR related problems thou (server been around for a while :) Dave wrote: Oops glibc 2.3.6 Dave wrote: I cant win today. I cant compile the newest FR. GCC 3.4.6 glibc 2.6.1

compile error on 2.1.2: library libltdl/libltdlc.la

2008-12-04 Thread rgreiner
Hi, I just downloaded the new version for testing, but I got a compile error. Di somebody get something similar? I'm building debian packages, on Debian Lenny-RC1. To compile, I had to remove --with-system-libtool from debian/rules. Running dpkg-buildpackage -b -uc, I got the following error

Re: compile error on 2.1.2: library libltdl/libltdlc.la

2008-12-04 Thread John Dennis
rgreiner wrote: Hi, I just downloaded the new version for testing, but I got a compile error. Di somebody get something similar? I'm building debian packages, on Debian Lenny-RC1. To compile, I had to remove --with-system-libtool from debian/rules. Running dpkg-buildpackage -b -uc, I got

Re: compile error on 2.1.2: library libltdl/libltdlc.la

2008-12-04 Thread Alan DeKok
rgreiner wrote: Running dpkg-buildpackage -b -uc, I got the following error bellow after some time. Any ideas about how to proceed? ... libtool: link: cannot find the library `/root/freeradius-server-2.1.2/libltdl/libltdlc.la' or unhandled Bizarre. Nothing in the source or Makefiles

Re: compile error on 2.1.2: library libltdl/libltdlc.la

2008-12-04 Thread Alan DeKok
John Dennis wrote: I'm getting an error that I suspect is related, however I'm building with --with-system-libtool and --disable-ltdl-install error: conditional INSTALL_LTDL was never defined. I'm in the process of trying to track this down, but it's slow going because the machine

Re: compile error on 2.1.2: library libltdl/libltdlc.la

2008-12-04 Thread John Dennis
John Dennis wrote: rgreiner wrote: Hi, I just downloaded the new version for testing, but I got a compile error. Di somebody get something similar? I'm building debian packages, on Debian Lenny-RC1. To compile, I had to remove --with-system-libtool from debian/rules. Running dpkg

Re: compile error on 2.1.2: library libltdl/libltdlc.la

2008-12-04 Thread Alan DeKok
John Dennis wrote: O.K. I give up. I've begun to truly despise libtool. There are too many layers, obsurcifications, and poorly documented configuration options to wrap my poor little brain around. The libtool people must be *much* smarter than me, because I don't understand the code. My

Compile Error :FreeRadius v 2.1.1 RPM build error

2008-10-02 Thread Syed Anwarul Hasan
Hi Ala, Ivan and all, Alan as I having backtrace problem in my FreeRadius v 2.0.5. I deleted all the old binaries and libraries for the earlier version.Then I got the latest FreeRadius v 2.1.1 tarball (Compresses tar.bz2) from freeradius.orgwebsite and started to build on SLES 10 SP2. And I

Re: Compile Error :FreeRadius v 2.1.1 RPM build error

2008-10-02 Thread Norbert Wegener
See: http://lists.freeradius.org/pipermail/freeradius-users/2008-September/msg00659.html Norbert Wegener Syed Anwarul Hasan schrieb: Hi Ala, Ivan and all, Alan as I having backtrace problem in my FreeRadius v 2.0.5. http://2.0.5. I deleted all the old binaries and libraries for the

Re: Compile Error :FreeRadius v 2.1.1 RPM build error

2008-10-02 Thread Syed Anwarul Hasan
Thanks Norbert, SYED On Thu, Oct 2, 2008 at 5:12 PM, Norbert Wegener [EMAIL PROTECTED] wrote: See: http://lists.freeradius.org/pipermail/freeradius-users/2008-September/msg00659.html Norbert Wegener Syed Anwarul Hasan schrieb: Hi Ala, Ivan and all, Alan as I having backtrace

Re: another 2.1.0 compile error

2008-09-22 Thread Mike Stroyan
On Tue, Sep 09, 2008 at 03:28:15PM -0600, Greg Woods wrote: On Tue, 2008-09-09 at 15:24 -0400, John Dennis wrote: Wildcards passed to commands must always be quoted or escaped Well, no, not always any more. If I did something like cd /root first, then the yum commands work just fine. It's

Re: another 2.1.0 compile error

2008-09-10 Thread A . L . M . Buxey
Hi, asked me if I would try building the current pre-release. Since some of the things supposedly fixed were compile problems on systems similar to mine, I went ahead and went through the extra effort. Hopefully the feedback provided from that was useful. yes. but, as I mentioned, would you

Re: another 2.1.0 compile error

2008-09-10 Thread Greg Woods
On Wed, 2008-09-10 at 08:20 +0100, [EMAIL PROTECTED] wrote: would you prefer to have a nightly tarball of the files to be able to perform this function rather than having to be familiar with a revision control system which might not be present for your chosen platform? All other things

Re: another 2.1.0 compile error

2008-09-10 Thread Alan DeKok
Greg Woods wrote: All other things being equal: yes, it would be nice not to have to install an entire revision control system just to fetch the most recent version of the code. I've been trying to keep the git repository pushed to github:

another 2.1.0 compile error

2008-09-09 Thread Greg Woods
I am running on CentOS 5.2 on an x86_64 architecture. I note a previous report for a similar system here on the list, but this is not the same error. That one was an error compiling radmin, this is an error compiling the server: gcc -g -O2 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -Wall

Re: another 2.1.0 compile error

2008-09-09 Thread Alan DeKok
Greg Woods wrote: I am running on CentOS 5.2 on an x86_64 architecture. I note a previous report for a similar system here on the list, but this is not the same error. That one was an error compiling radmin, this is an error compiling the server: ...

Re: another 2.1.0 compile error

2008-09-09 Thread Phil Mayers
Alan DeKok wrote: Greg Woods wrote: I am running on CentOS 5.2 on an x86_64 architecture. I note a previous report for a similar system here on the list, but this is not the same error. That one was an error compiling radmin, this is an error compiling the server: ...

Re: another 2.1.0 compile error

2008-09-09 Thread Marinko Tarlac
1.1.7 also requires ltdl (CentOS 5.x) Alan DeKok wrote: Greg Woods wrote: I am running on CentOS 5.2 on an x86_64 architecture. I note a previous report for a similar system here on the list, but this is not the same error. That one was an error compiling radmin, this is an error compiling

Re: another 2.1.0 compile error

2008-09-09 Thread Greg Woods
On Tue, 2008-09-09 at 16:53 +0100, [EMAIL PROTECTED] wrote: yep, you havent got all the required development packages installed. libtool-ltdl-devel libtool-ltdl Thanks, that was it. However, I discovered what I think is a bug in yum in the process. I tried yum list *ltdl* and this failed to

Re: another 2.1.0 compile error

2008-09-09 Thread Alan DeKok
Marinko Tarlac wrote: 1.1.7 also requires ltdl The only changes made to 1.1.x from now on will be security related. i.e. no new features. no build fixes, etc. Alan DeKok. - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Re: another 2.1.0 compile error

2008-09-09 Thread Alan DeKok
Greg Woods wrote: After this I ran into the previously-noted issue compiling radmin. In Makefile.inc, define LIBREADLINE as -lreadline -lncurses. Which is also fixed in git.freeradius.org. But I now have 2.1.0 compiled so I can work on setting up dynamic clients, which is a feature we

Re: another 2.1.0 compile error

2008-09-09 Thread A . L . M . Buxey
Hi, Marinko Tarlac wrote: 1.1.7 also requires ltdl The only changes made to 1.1.x from now on will be security related. i.e. no new features. no build fixes, etc. I dont think it was a build fix request - more a comment that 1.1.7 needs ltdl on some platforms due to the way that

Re: another 2.1.0 compile error

2008-09-09 Thread Greg Woods
On Tue, 2008-09-09 at 19:50 +0200, Alan DeKok wrote: Please checkout and build git.freeradius.org. If I get time to do this before 2.1.1 comes out, I'll give it a shot, but there are no git packages for CentOS and I've never used it before, so I'll have to install git on my Fedora 9

Re: another 2.1.0 compile error

2008-09-09 Thread Greg Woods
On Tue, 2008-09-09 at 18:54 +0100, [EMAIL PROTECTED] wrote: generally, its blindingly obvious when you see something like Error - libfoo.h missing you think, hmmm, i dont have an include. But if libfoo.h actually exists in the source tree (as in the case of ltdl.h), then it's not so

Re: another 2.1.0 compile error

2008-09-09 Thread Marinko Tarlac
Yes I know... ( Last few weeks I'm trying to build test system for 2.x.x version. I want to test DHCP functions. All systems we have are already in use and I don't have enough space to do some testings :) Alan DeKok wrote: Marinko Tarlac wrote: 1.1.7 also requires ltdl The

Re: another 2.1.0 compile error

2008-09-09 Thread Greg Woods
On Tue, 2008-09-09 at 19:50 +0200, Alan DeKok wrote: Please checkout and build git.freeradius.org. OK, I got this done. It configures and makes on my system (CentOS release 5.2 (Final) -- x86_64) with no problems. Now on to some fun with dynamic clients. --Greg - List

Re: another 2.1.0 compile error

2008-09-09 Thread John Horne
On Tue, 2008-09-09 at 11:24 -0600, Greg Woods wrote: On Tue, 2008-09-09 at 16:53 +0100, [EMAIL PROTECTED] wrote: yep, you havent got all the required development packages installed. libtool-ltdl-devel libtool-ltdl Thanks, that was it. However, I discovered what I think is a bug in

Re: another 2.1.0 compile error

2008-09-09 Thread Greg Woods
On Tue, 2008-09-09 at 19:43 +0100, John Horne wrote: Does something a bit more generic like 'yum list *td*' show you a list of installed and available packages? It works for me on CentOS 5.2, AAAUGH! I got it figured out. I was in the freeradius-server directory when I tried this, so it turns

Re: another 2.1.0 compile error

2008-09-09 Thread Alan DeKok
John Dennis wrote: I know the freeradius source tree and source tarball contains rpm spec files and some suse and redhat specific info but I wonder if that is the right place for that information, the distribution in question will have up to date spec files specific to their distributions, I'm

Re: another 2.1.0 compile error

2008-09-09 Thread A . L . M . Buxey
Hi, But if libfoo.h actually exists in the source tree (as in the case of ltdl.h), then it's not so blindingly obvious that the problem is a missing -devel package rather than a configuration/compilation issue. but you chose to use the system stuff in the configure stage rather than the

Re: another 2.1.0 compile error

2008-09-09 Thread A . L . M . Buxey
Hi, OK, I got this done. It configures and makes on my system (CentOS congrats! - GIT is far nicer than some of the older methods of source retrieval. alan - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Re: another 2.1.0 compile error

2008-09-09 Thread A . L . M . Buxey
Hi, Nah! We've all done things like this more times than we care to admit. Welcome to the club, your turn to bring refreshments next time :-) hey! you cant skip *your* turn! ;-) alan - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Re: another 2.1.0 compile error

2008-09-09 Thread Greg Woods
On Tue, 2008-09-09 at 15:24 -0400, John Dennis wrote: Wildcards passed to commands must always be quoted or escaped Well, no, not always any more. If I did something like cd /root first, then the yum commands work just fine. It's a bash feature that if the wildcard doesn't actually match

Re: another 2.1.0 compile error

2008-09-09 Thread Greg Woods
On Tue, 2008-09-09 at 15:17 -0400, John Dennis wrote: I'm inclined to think for those people who wish to build from upstream they are better off using the autotools configure script included in the freeradius source distribution and not use rpm mechanisms Yes, but there are still packages

Re: another 2.1.0 compile error

2008-09-09 Thread Greg Woods
On Tue, 2008-09-09 at 21:56 +0100, [EMAIL PROTECTED] wrote: but you chose to use the system stuff in the configure stage rather than the supplied version, yes? Much of the time, by the time I get around to wanting to build freeradius, it's been months since the server was installed, so I don't

Re: another 2.1.0 compile error

2008-09-09 Thread A . L . M . Buxey
Hi, CentOS box for configure and make. Just a bit more of a pain than downloading a release tar file. but thats the point...the stuff you want isnt in a release tar just yet - a nightly tarball, i guess, would be what you would prefer for this sort of action? alan - List

Re: another 2.1.0 compile error

2008-09-09 Thread A . L . M . Buxey
Hi, Much of the time, by the time I get around to wanting to build freeradius, it's been months since the server was installed, so I don't really know what's installed on it unless I check. I do know that when include files are not found, it might mean a -devel package needs to be installed.

Re: another 2.1.0 compile error

2008-09-09 Thread Greg Woods
On Tue, 2008-09-09 at 22:48 +0100, [EMAIL PROTECTED] wrote: a nightly tarball, i guess, would be what you would prefer for this sort of action? What I generally prefer is to wait for a stable release. For my own needs, I could well have done that this time too. But in this case, Alan asked me

Re: another 2.1.0 compile error

2008-09-09 Thread Alan DeKok
Greg Woods wrote: Hopefully the feedback provided from that was useful. Yes. Alan DeKok. - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

compile error on suse 10.3

2008-06-18 Thread Norbert Wegener
Building an rpm from the current cvs on suse 10.3 fails with: Checking for unpackaged file(s): /usr/lib/rpm/check-files /var/tmp/freeradius-server-2.0.5-build error: Installed (but unpackaged) file(s) found: /etc/raddb/sql/oracle/msqlippool.txt RPM build errors: Installed (but

Re: compile error on suse 10.3

2008-06-18 Thread Alan DeKok
Norbert Wegener wrote: Building an rpm from the current cvs on suse 10.3 fails with: Checking for unpackaged file(s): /usr/lib/rpm/check-files /var/tmp/freeradius-server-2.0.5-build error: Installed (but unpackaged) file(s) found: /etc/raddb/sql/oracle/msqlippool.txt I'll add that in.

Re: 2.0.5 Compile error on SLES10SP1, check-radiusd-config file missing

2008-06-17 Thread Graham Marsh
On 6/17/08, Alan DeKok [EMAIL PROTECTED] wrote: Graham Marsh wrote: Hi all, I'm attempting to compile 2.0.5 on SLES10SP1 and getting the following error. I noticed another similar posting but not sure if there was any fix. Appreciate any advice, thanks, Graham: .. RPM build errors:

Re: 2.0.5 Compile error on SLES10SP1, check-radiusd-config file missing

2008-06-17 Thread Alan DeKok
Graham Marsh wrote: Thanks Alan. That got me past the error and everything seemed to be running fine with the rpmbuild process until it encountered the problem below. I searched the mailing list but couldn't turn up a quick answer. Regards, GM. Ah... that changed in 2.0.5, and the spec file

2.0.5 Compile error on SLES10SP1, check-radiusd-config file missing

2008-06-16 Thread Graham Marsh
Hi all, I'm attempting to compile 2.0.5 on SLES10SP1 and getting the following error. I noticed another similar posting but not sure if there was any fix. Appreciate any advice, thanks, Graham: Processing files: freeradius-server-utils-2.0.5-0 Finding Provides: /usr/lib/rpm/find-provides

Re: 2.0.5 Compile error on SLES10SP1, check-radiusd-config file missing

2008-06-16 Thread Alan DeKok
Graham Marsh wrote: Hi all, I'm attempting to compile 2.0.5 on SLES10SP1 and getting the following error. I noticed another similar posting but not sure if there was any fix. Appreciate any advice, thanks, Graham: .. RPM build errors: File not found:

Re: compile error

2008-03-29 Thread Alan DeKok
Kevin Zhang wrote: I tried to compile freeradius-1.1.7 and freeradius-server-2.0.3, but encountered the following error. Could someone help? ... ient.lo libeap/libeap.la -lnsl -lresolv -lpthread -lcrypto -lssl -lcrypto gcc -o .libs/radeapclient .libs/radeapclient.o libeap/.libs/libeap.so

compile error

2008-03-28 Thread Kevin Zhang
I tried to compile freeradius-1.1.7 and freeradius-server-2.0.3, but encountered the following error. Could someone help? Kevin SZ [EMAIL PROTECTED] ~]$ more /etc/redhat-release Red Hat Enterprise Linux ES release 4 (Nahant Update 4) [EMAIL PROTECTED] ~]$ ient.lo libeap/libeap.la -lnsl

Compile Error on FreeR 2.0.3

2008-03-27 Thread Breuer Nicolas
I've an error on compilation : MYSQL 4.1 - FC 7 ./configure --without-threads --with-mysql-lib-dir=/usr/lib64/ gcc -g -O2 -Wall -D_GNU_SOURCE -DNDEBUG -I/var/instapp/freeradius- server-2.0.3/src -DHOSTINFO=\x86_64-unknown-linux-gnu\ - DRADIUSD_VERSION=\2.0.3\ -DOPENSSL_NO_KRB5 -c xlat.c

Re: Compile Error on FreeR 2.0.3

2008-03-27 Thread Alan DeKok
Breuer Nicolas wrote: I've an error on compilation : ... ./configure --without-threads --with-mysql-lib-dir=/usr/lib64/ Hmm... the --without-threads option is not what I normally use. event.c:2305: error: 'argval' undeclared (first use in this function) event.c:2305: error: (Each

Re: Any ideas on this compile error ??

2007-11-16 Thread Norbert Wegener
maybe it would help to install libltdl3-dev or something like that? Norbert Wegener Willem Gerber wrote: Hey Guys I cant get radius to compile :/ Linux vaughan 2.6.20-1.2307.fc5 #1 Sun Mar 18 20:44:48 EDT 2007 i686 i686 i386 GNU/Linux

Any ideas on this compile error ??

2007-11-16 Thread Willem Gerber
Hey Guys I cant get radius to compile :/ Linux vaughan 2.6.20-1.2307.fc5 #1 Sun Mar 18 20:44:48 EDT 2007 i686 i686 i386 GNU/Linux /home/willem/freeradius-1.1.7/src/include/modpriv.h:7:18: error: ltdl.h: No such file or directory In file included from rlm_sqlippool.c:37:

Re: Any ideas on this compile error ??

2007-11-16 Thread Alan DeKok
Willem Gerber wrote: I cant get radius to compile :/ ... /home/willem/freeradius-1.1.7/src/include/modpriv.h:7:18: error: ltdl.h: No such file or directory That file is included with FreeRADIUS. The build works if you use the recommend method of: $ ./configure $ make $ make install If

Re: Compile error - rlm_sqlippool

2007-08-15 Thread Alan DeKok
Dominique Demore wrote: I'm in the process of migrating our older installation to 1.1.7. During the compile, I am receiving the following error during make If you're not using sqlippool, just delete that directory. Alan DeKok. - List info/subscribe/unsubscribe? See

Compile error - rlm_sqlippool

2007-08-14 Thread Dominique Demore
Hi Everyone. I'm in the process of migrating our older installation to 1.1.7. During the compile, I am receiving the following error during make /home/demored/free/freeradius-1.1.7/libtool --mode=compile gcc -g -O2 -I/home/demored/free/freeradius-1.1.7/src/include

Compile error -- HELP

2007-02-27 Thread ken
I am trying to install freeradius 1.1.4 on solaris 10 using the following commands. ../configure --without-rlm-x99-token configure creates the Makefile I then run make and get the following error:gcc -shared -Wl,-h -Wl,libradius-1.1.4.so -o .libs/libradius-1.1.4.so .libs/crypt.o

Re: Compile error -- HELP

2007-02-27 Thread Garrett . Marks
ken wrote: I am trying to install freeradius 1.1.4 on solaris 10 using the following commands. ../configure --without-rlm-x99-token configure creates the Makefile It also produces other error messages, I think. I then run make and get the following error ... false cru

freeradius-1.1.0 - compile error

2006-02-06 Thread Jon
Using freeradius-1.1.0 version. compile with nothing special other than defining log dir when 'make' receive error like following: gcc -shared rlm_unix.lo cache.lo compat.lo -Wl,--whole-archive /usr/lib/libshadow.a -Wl,--no-whole-archive -lcrypt /usr/lib/libshadow.a -lssl -lcrypto -lnsl

compile error can't find library ../zlib/libz.la

2006-01-11 Thread Qin Zhen
Hi All, I tried to compile freeradius-1.0.5 on Debian and got following compilation error: -I/usr/local/mysql/include/mysql -I/usr/local/src/freeradius-1.0.5/libltdl -o rlm_sql_mysql.la -rpath /usr/local/radius5/lib sql_mysql.lo -L/usr/local/mysql/lib/mysql -lmysqlclient -lcrypt -lnsl -lm

Re: undefined reference 'md4_calc' compile error...

2005-10-16 Thread Andrew Teixeira
I don't really understand it either since that is what I thought when I looked at the libraries being used. When I looked more closely at src/lib/libradius.a, it was only 8 bytes long (i.e. not really a library), but the libradius.a in src/lib/.libs is 223086 bytes and contains the correct

Re: undefined reference 'md4_calc' compile error...

2005-10-16 Thread Alan DeKok
Andrew Teixeira [EMAIL PROTECTED] wrote: I don't really understand it either since that is what I thought when I looked at the libraries being used. When I looked more closely at src/lib/libradius.a, it was only 8 bytes long (i.e. not really a library), but the libradius.a in src/lib/.libs is

Re: undefined reference 'md4_calc' compile error...

2005-10-14 Thread Andrew Teixeira
smbdes.o ..\ /../lib/libradius.a ../../lib/md4.o smbencrypt-install: $(INSTALL) -d -m 755 $(R)$(bindir) I still have some further problems compiling, but this stopped the 'md4_calc' compile error. - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Re: undefined reference 'md4_calc' compile error...

2005-10-14 Thread Alan DeKok
Andrew Teixeira [EMAIL PROTECTED] wrote: I came across error while trying to compile freeradius-1.0.5 today and was looking for a solution. I found a message on the list from September 12 that no one responded to, so I looked into the problem a little further and found a solution (at least

compile error with 1.0.5

2005-09-13 Thread Duane Cox
Can someone help me out and tell me what I am missing or doing wrong to get this error. I do not have openSSL installed on this server and would like to not install it. Thanks! Making static dynamic in rlm_x99_token... make[6]: Entering directory

Re: compile error with 1.0.5

2005-09-13 Thread Sebastian Wild
In file included from x99_rlm.c:54: x99.h:26:42: openssl/des.h: No such file or directory Looks like it looks for some openssl header files while compiling. Dunno if u could disable that. You gotta look that up in the docu. Or do ./configure --help in the freeradius source dir. Maybe that'll

Re: compile error with 1.0.5

2005-09-13 Thread Duane Cox
possible Duane Cox - Original Message - From: Sebastian Wild To: Duane Cox ; FreeRadius users mailing list Sent: Tuesday, September 13, 2005 8:58 AM Subject: Re: compile error with 1.0.5 In file included from x99_rlm.c:54: x99.h:26:42: openssl/des.h: No such file or directory Looks like

Re: compile error with 1.0.5

2005-09-13 Thread Nicolas Baradakis
Duane Cox wrote: Can someone help me out and tell me what I am missing or doing wrong to get this error. I do not have openSSL installed on this server and would like to not install it. Delete the directory src/modules/rlm_x99_token from the buildtree if you don't use this module. Just run

undefined reference 'md4_calc' compile error...

2005-09-12 Thread Harris Christian D SSgt 1 CS/SCBAM
I am trying to build freeradius-1.0.5 on my NSLU2 running openembedded. Believe me when I say it is and has been a hard road. Ive managed to fix the openssl install. I now have the openssl headers that were MIA. I managed to fix the libtool. I can now build libraries that use libtool

FreeRadius 1.0.1 Compile Error

2005-03-08 Thread Ryan Bourgeois
Hiya guys. I'm having an odd error when compiling FreeRadius on my Gentoo machine (using the Gentoo emerge package system). The error occurs when trying to compile the rlm_unix module. Here's the full output from this: Making static dynamic in rlm_unix... gmake[6]: Entering directory

Re: FreeRadius 1.0.1 Compile Error

2005-03-08 Thread Ryan Bourgeois
Ryan Bourgeois wrote: Hiya guys. I'm having an odd error when compiling FreeRadius on my Gentoo machine (using the Gentoo emerge package system). The error occurs when trying to compile the rlm_unix module. Here's the full output from this: snip I'm not entirely sure why it's doing this. I

Compile error on FreeBSD

2004-12-15 Thread Guy Davies
Hi, I've tried to compile the latest CVS-snapshot on FreeBSD 4.1 and I'm getting various errors. I've removed all rlm_sql*, rlm_python, rlm_perl, rlm_x99_token, rlm_pam and rlm_smb (I'm not particularly interested in any of them and they were causing errors ;-). The errors I'm getting are

Compile Error on HP-UX11.0

2004-02-13 Thread Suhr, Gunnar
Hello, i'm trying to compile freeRadius 0.9.3 on a HP-UX 11.0 OS, but it stop's with the following error : /usr/ccs/bin/ld -b +h rlm_eap_tls-0.9.3.sl +b /usr/local/lib -o .libs/rlm_eap_tls-0.9.3.sl rlm_eap_tls.lo eap_tls.lo cb.lo tls.lo mppe_keys.lo -lcrypto -lssl -lnsl -lc

Re: Compile Error on HP-UX11.0

2004-02-13 Thread Alan DeKok
Suhr, Gunnar [EMAIL PROTECTED] wrote: /usr/ccs/bin/ld: Can't find library: crypto The file libcrypto.a is located in /usr/local/lib . There's no libcrypto.so. Go read up some more on Unix library systems dynamic linking. Does anyone have an idea, how to fix the problem ? $

RE: Compile error for Cygwin

2004-02-12 Thread Manuel Ricca
Title: RE: Compile error for Cygwin Yeah, I got that too. But it compiled anyway. Check your /usr/local/sbin Cheers, Manuel Ricca -Original Message- From: A. Clausen [mailto:[EMAIL PROTECTED]] Sent: quinta-feira, 12 de Fevereiro de 2004 17:07 To: [EMAIL PROTECTED] Subject: Re

Re: Compile error for Cygwin

2004-02-12 Thread A. Clausen
- Original Message - From: Manuel Ricca [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, February 12, 2004 10:44 Subject: RE: Compile error for Cygwin Yeah, I got that too. But it compiled anyway. Check your /usr/local/sbin I managed to get it running by manually running

Re: Compile error for Cygwin

2004-02-11 Thread A. Clausen
I've gone through and made the changes to the source, but compiling still gives me: Making static dynamic in rlm_counter... make[6]: Entering directory `/usr/src/freeradius-0.9.3/src/modules/rlm_counter' gcc -g -O2 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -Wall -D_GNU_SOURCE -DND EBUG

Re: Compile error for Cygwin

2004-02-11 Thread A. Clausen
- Original Message - From: A. Clausen [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, February 11, 2004 16:44 Subject: Re: Compile error for Cygwin I've gone through and made the changes to the source, but compiling still gives me: snip Never mind. Actually read

Compile error for Cygwin

2004-02-03 Thread Manuel Ricca
When trying to compile freeradius 0.9.3 for Cygwin I get this error: rlm_ippool_tool.o(.text+0x26f): In function `addip': /cygdrive/d/freeradius-0.9.3/src/modules/rlm_ippool/rlm_ippool_tool.c:115: undefined reference to `_inet_pton' collect2: ld returned 1 exit status make[6]: ***

RE: Compile error for Cygwin

2004-02-03 Thread Manuel Ricca
Fevereiro de 2004 11:36 To: [EMAIL PROTECTED] Subject: Compile error for Cygwin When trying to compile freeradius 0.9.3 for Cygwin I get this error: rlm_ippool_tool.o(.text+0x26f): In function `addip': /cygdrive/d/freeradius-0.9.3/src/modules/rlm_ippool/rlm_ippool_tool.c:115: undefined reference

Re: Compile error for Cygwin

2004-02-03 Thread Alan DeKok
Manuel Ricca [EMAIL PROTECTED] wrote: After all I was able to solve this problem. I had to edit rlm_ippool_tool.c and replace, at line 115: if (inet_pton(AF_INET, ipaddress, ipaddr) == 0) with if (inet_aton(ipaddress, ipaddr) == 0) Added, thanks. BTW, I'm still getting some errors at