Re: Problem compiling Freeradius 3.0 Master branch after 2012-06-29

2012-07-18 Thread Alan DeKok
YJZ wrote: 1) ./configure keeps complaining of: configure: WARNING: unrecognized options: --without-rlm_perl, --without-rlm_sql_mysql, --with-rlm_pam, --with-rlm_ldap, --with-openldap-include-dir, --without-rlm_counter, --without-rlm_dbm, --without-rlm_ippool, --without-rlm_krb5,

Re: Problem compiling Freeradius 3.0 Master branch after 2012-06-29

2012-07-18 Thread YJZ
2) make eventually errors out: ... Making all in src/modules/rlm_sometimes... Making all in src/main... /Users/raymont/freeradius-server/libtool --quiet --mode=link gcc -export-dynamic -dlopen self \ -o radiusd acct.lo auth.lo client.lo conffile.lo crypt.lo exec.lo

Problem compiling Freeradius 3.0 Master branch after 2012-06-29

2012-07-17 Thread YJZ
Hello, I had been able to successfully compile Freeradius 3.0 Master branch from github up until 2012-07-04 with the following options, on Mac OS X 10.7. The last commit in the source code at that time was from 2012-06-29. ./configure \ --prefix=/usr/local/freeradius \

Problem compiling on OSX 10.5

2009-03-09 Thread Paul Bartell
I have two problems: One is with compiling in mysql support. Despite using the following ./configure line ./configure --prefix=/usr/local/freeradius --with-mysql-include-dir=/usr/local/mysql-5.1.30-osx10.5-x86/include/ --with-mysql-lib-dir=/usr/local/mysql-5.1.30-osx10.5-x86/lib/ it still says

Re: Problem compiling on OSX 10.5

2009-03-09 Thread Alan DeKok
Paul Bartell wrote: Im am using the version from cvs. What's CVS? We've moved to git for new development. See git.freeradius.org. My main machine is now a Mac. Trust me... it builds on a Mac. It appears that freeradius is trying to compile a universal binary. On a PPC machine I

Problem compiling freeradius-2.1.0 on Centos 5 x86_64

2008-09-12 Thread Sergio Belkin
Hi, I have a freeradius 2.0.2 working fine with no problems on Centos 5 x86_64, I had no problem at compiling time. I want to test version 2.1.0 from freeradius. But it failed as follows: [snip] Making all in main... gmake[4]: Entering directory `/root/freeradius-server-2.1.0/src/main'

Re: Problem compiling freeradius-2.1.0 on Centos 5 x86_64

2008-09-12 Thread Alan DeKok
Sergio Belkin wrote: I have a freeradius 2.0.2 working fine with no problems on Centos 5 x86_64, I had no problem at compiling time. I want to test version 2.1.0 from freeradius. But it failed as follows: This is a configure script issue that's fixed in git, and in 2.1.1. Alan DeKok. -

Re: Problem compiling freeradius-2.1.0 on Centos 5 x86_64

2008-09-12 Thread Sergio Belkin
2008/9/12 Alan DeKok [EMAIL PROTECTED]: Sergio Belkin wrote: I have a freeradius 2.0.2 working fine with no problems on Centos 5 x86_64, I had no problem at compiling time. I want to test version 2.1.0 from freeradius. But it failed as follows: This is a configure script issue that's fixed

Re: Problem compiling freeradius-2.1.0 on Centos 5 x86_64

2008-09-12 Thread Alan DeKok
Sergio Belkin wrote: Hi Alan, is not 2.1.1 released as stable, is it? 2.1.1 has not been released yet. Alan DeKok. - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Re: Problem compiling freeradius-2.1.0 on Centos 5 x86_64

2008-09-12 Thread Jeronimo Zucco
Sergio Belkin escreveu: Hi, I have a freeradius 2.0.2 working fine with no problems on Centos 5 x86_64, I had no problem at compiling time. I want to test version 2.1.0 from freeradius. But it failed as follows: [snip] Making all in main... gmake[4]: Entering directory

Re: Problem compiling freeradius 1.1.7

2007-11-29 Thread Nicolas Baradakis
Patrice Oliver wrote: Frank Winkler a écrit : On what platform are you compiling? Debian. I will try to build a packet. That's the preferred approach. See http://wiki.freeradius.org/Build#Building_Debian_packages -- Nicolas Baradakis - List info/subscribe/unsubscribe? See

Problem compiling freeradius 1.1.7

2007-11-27 Thread Patrice Oliver
Hello, I have a problem compiling freeradius 1.1.7 When I use the make command, just after ./configure, I get the following error message : *** Warning: Linking the shared library rlm_perl.la against the *** static library /usr/lib/perl/5.8/auto/DynaLoader/DynaLoader.a is not portable! gcc

Re: Problem compiling freeradius 1.1.7

2007-11-27 Thread Alan DeKok
Patrice Oliver wrote: I have a problem compiling freeradius 1.1.7 When I use the make command, just after ./configure, I get the following error message : *** Warning: Linking the shared library rlm_perl.la against the *** static library /usr/lib/perl/5.8/auto/DynaLoader/DynaLoader.a

Re: Problem compiling freeradius 1.1.7

2007-11-27 Thread Patrice Oliver
Alan DeKok a écrit : Patrice Oliver wrote: I have a problem compiling freeradius 1.1.7 When I use the make command, just after ./configure, I get the following error message : *** Warning: Linking the shared library rlm_perl.la against the *** static library /usr/lib/perl/5.8/auto/DynaLoader

Re: Problem compiling freeradius 1.1.7

2007-11-27 Thread Frank Winkler
Patrice Oliver wrote: It breaks the build, so I can't use it from sources. I had similar problems which I could solve by $ ./configure --prefix=/opt/freeradius --with-gnu-ld --without-rlm_perl --without-rlm_sql --without-rlm_sqlippool I still didn't get whar I would need rlm_perl for ...

Re: Problem compiling freeradius 1.1.7

2007-11-27 Thread Patrice Oliver
Frank Winkler a écrit : Patrice Oliver wrote: It breaks the build, so I can't use it from sources. I had similar problems which I could solve by $ ./configure --prefix=/opt/freeradius --with-gnu-ld --without-rlm_perl --without-rlm_sql --without-rlm_sqlippool I still didn't get whar I

Re: Problem compiling freeradius 1.1.7

2007-11-27 Thread A . L . M . Buxey
Hi, I still didn't get whar I would need rlm_perl for ... you obviously dont need to run a PERL script in any of the AAA sections. many people do. alan - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

libtool.m4: error: problem compiling CXX test program

2006-03-16 Thread Norbert Wegener
whether the g++ linker (/usr/i586-suse-linux/bin/ld) supports shared libraries... yes^M libtool.m4: error: problem compiling CXX test program^M checking for g++ option to produce PIC... ^M Maybe this is the reason for failure, when make install comes to an end? ... chmod 644 /usr/local

Re: Problem compiling Freeradius + MySQL on Solaris 9

2006-03-09 Thread Chris Parker
On Mar 8, 2006, at 11:33 AM, Alan wrote: I uninstalled the sunfreeware package and installed the package directly from MySQL.com (mysql-standard-4.0.26-sun-solaris2.9- sparc-64bit.pkg). I receive one error in config.log. Am I missing something here? configure:988: gcc -o conftest -g -O2

Problem compiling Freeradius + MySQL on Solaris 9

2006-03-08 Thread Alan
I've made symlinks like recommended in the mailing lists. I have also specified the lib, include and base MySQL directory when running the configure script. After running configure I always get the same output. Please help. -- configure: warning: mysql libraries not found. Use

Re: Problem compiling Freeradius + MySQL on Solaris 9

2006-03-08 Thread Chris Parker
On Mar 8, 2006, at 8:25 AM, Alan wrote: I've made symlinks like recommended in the mailing lists. I have also specified the lib, include and base MySQL directory when running the configure script. After running configure I always get the same output. Please help. -- configure: warning:

RE: Problem compiling Freeradius + MySQL on Solaris 9

2006-03-08 Thread Alan
:[EMAIL PROTECTED] On Behalf Of Chris Parker Sent: Wednesday, March 08, 2006 12:05 PM To: FreeRadius users mailing list Subject: Re: Problem compiling Freeradius + MySQL on Solaris 9 On Mar 8, 2006, at 8:25 AM, Alan wrote: I've made symlinks like recommended in the mailing lists. I have also

Re: problem compiling

2005-12-24 Thread jaylai (sent by Nabble.com)
do u install snmp in ur OS??? Sent from the FreeRadius - User forum at Nabble.com: Re: problem compiling - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

problem compiling

2005-12-22 Thread pelusa vali
hi everybody, well i downloaded last version of freeradius and want to use with openssl, so i tried to compile using: --with-experimental-modules --enable-ltdl-install but i get an error and is impossible to compile, i must delete these options. when i try to run server then i get this:

problem compiling on Sparc Solaris 9

2005-06-28 Thread Randall Badilla Castro
Hi: I´m facing a very weird problem compiling on a sun box with gcc 3.4.2 and openssl 0.9.7e openldap. The problem is when ld is running and fails to work on the rlm_eap module saying that there are symbol referencing errors.. sha1_data_problems radeapclient.o pairreplace

Problem compiling FreeRADIUS 1.0.1 on Gentoo Linux

2005-04-11 Thread Bryce Porter
I am trying to compile FreeRadius 1.0.1 on Gentoo Linux 2005.0: # USE='-pam -postgres -snmp' emerge -pv freeradius [ebuild N ] net-dialup/freeradius-1.0.1 -frascend -frnothreads -frxp -kerberos -ldap +mysql -pam -postgres -snmp +ssl 0 kB As you can see, the only USE flags in use

RE: Problem compiling FreeRADIUS 1.0.1 on Gentoo Linux

2005-04-11 Thread Bryce Porter
.309.427.7382 e. [EMAIL PROTECTED] w. www.heart.net From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Bryce Porter Sent: Monday, April 11, 2005 3:55 PM To: freeradius-users@lists.freeradius.org Subject: Problem compiling FreeRADIUS 1.0.1 on Gentoo Linux I am trying to compile

Re: problem compiling on s390x

2005-04-04 Thread Peter Nixon
On Thursday 31 March 2005 18:11, [EMAIL PROTECTED] wrote: I apologize if this is a double post, I was a non-member to the list previously: I am trying to compile freeradius-1.0.2 on a 64bit s390 running SLES9. I have done it successfully on SLES8 64bit, same machine. But I continually

problem compiling on s390x

2005-03-31 Thread pcsd
I apologize if this is a double post, I was a non-member to the list previously: I am trying to compile freeradius-1.0.2 on a 64bit s390 running SLES9. I have done it successfully on SLES8 64bit, same machine. But I continually arrive at this error on 'make' on SLES9: gmake[6]: Entering

Re: problem compiling on s390x

2005-03-31 Thread Alan DeKok
[EMAIL PROTECTED] wrote: /home/ducprgg/rpms/BUILD/freeradius-1.0.2/libtool --mode=link gcc rlm_ippool_tool.o -lnsl -lresolv -lpthread -lcrypto -lssl -lgdbm -o rlm_ippool_tool gcc rlm_ippool_tool.o -o rlm_ippool_tool -lnsl -lresolv -lpthread -lcrypto -lssl /usr/lib/libgdbm.so

Re: problem compiling on s390x

2005-03-31 Thread pcsd
[EMAIL PROTECTED] wrote: /home/ducprgg/rpms/BUILD/freeradius-1.0.2/libtool --mode=link gcc rlm_ippool_tool.o -lnsl -lresolv -lpthread -lcrypto -lssl -lgdbm -o rlm_ippool_tool gcc rlm_ippool_tool.o -o rlm_ippool_tool -lnsl -lresolv -lpthread -lcrypto -lssl /usr/lib/libgdbm.so

Re: problem compiling on s390x

2005-03-31 Thread Alan DeKok
[EMAIL PROTECTED] wrote: I was wondering if this had anything to do with the problem. I found this on the Novell SLES9 website: libiodbc has been Dropped People using FreeRADIUS now have to link against unixODBC as libiodbc has been dropped. This has nothing to do with the problem.

Problem Compiling

2004-10-20 Thread Matt
Hi, Can anyone explain to me why I'm getting the error I am and the aborted compile? I'm compling on a fedora core 1 system. rlm_exec.c: In function `exec_xlat': rlm_exec.c:124: warning: unused parameter `func' rlm_exec.c: In function `exec_detach': rlm_exec.c:162: warning: passing arg 2 of

RE: Problem Compiling

2004-10-20 Thread Bryan Catlin
Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Matt Sent: Wednesday, October 20, 2004 1:12 PM To: [EMAIL PROTECTED] Subject: Problem Compiling Hi, Can anyone explain to me why I'm getting the error I am and the aborted compile? I'm compling on a fedora core 1 system

Re: Problem Compiling

2004-10-20 Thread Carl
how did you try installing? On my fedora system I always use yum to get and install the programs I want Matt wrote: Hi, Can anyone explain to me why I'm getting the error I am and the aborted compile? I'm compling on a fedora core 1 system. rlm_exec.c: In function `exec_xlat': rlm_exec.c:124:

Re: Problem Compiling

2004-10-20 Thread Matt
I could use yum.. may actually ... I just usually like to compile from source... checking out the oreily book now. - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Re: Problem Compiling

2004-10-20 Thread Alan DeKok
Matt [EMAIL PROTECTED] wrote: Can anyone explain to me why I'm getting the error I am and the aborted compile? I'm compling on a fedora core 1 system. See the web archives. Fedora/redhat put com_err.h into a weird location. Alan DeKok. - List info/subscribe/unsubscribe? See

Re: Problem Compiling

2004-10-20 Thread Mearl Danner
Perhaps rlm_krb5.c:40:21: com_err.h: No such file or directory Mearl [EMAIL PROTECTED] 10/20/2004 12:17:10 PM how did you try installing? On my fedora system I always use yum to get and install the programs I want Matt wrote: Hi, Can anyone explain to me why I'm getting the error I am

Re: Problem compiling freeradius-1.0.0

2004-08-25 Thread Stefan . Neis
Hi, When I try to compile freeradius, it show: (snipp) Somebody can help me? If you provide some more information (e.g. what system are you compiling on? Which openssl version are you using?) somebody _might_ be able to help. Stefan - List info/subscribe/unsubscribe? See

Problem compiling freeradius-1.0.0

2004-08-24 Thread Lucas Nascimento
When I try to compile freeradius, it show:***/usr/bin/ar cru .libs/rlm_unix.a rlm_unix.o cache.o compat.o ranlib .libs/rlm_unix.acreating rlm_unix.la(cd .libs rm -f rlm_unix.la ln -s ../rlm_unix.la rlm_unix.la)gmake[6]: Saliendo

problem compiling mysql module

2004-08-10 Thread Conosciani Mauro
Hi everybody Im having problem compiling freeradius-1.0.0-pre3 on RH ES 3, running [freeradius-1.0.0-pre3]# ./configure --prefix=/usr/local/radius/ --with-mysql-dir=/usr/local/mysql/bin/ --with-mysql-lib-dir=/usr/local/mysql/lib/ --with-mysql-include-dir=/usr/local/mysql/include/ I

Re: problem compiling mysql module

2004-08-10 Thread Jan Satko
[freeradius-1.0.0-pre3]# ./configure --prefix=/usr/local/radius/ --with-mysql-dir=/usr/local/mysql/bin/ Try this without /bin/. --with-mysql-lib-dir=/usr/local/mysql/lib/ --with-mysql-include-dir=/usr/local/mysql/include/ I don't type any --with-mysql-* parameters and configure script

Problem compiling: cannot find the library `../rlm_eap_tls/rlm_eap_tls.la'

2004-06-15 Thread Michael Schwartzkopff
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, I am triying to compile the latest snapshot: 20040615, but make results in an error: /root/freeradius-snapshot-20040615/libtool --mode=link gcc -release 1.1.0-pre0 \ - -module -export-dynamic -g -O2 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -