EAP-TLS RLM_LDAP compile errors

2002-07-15 Thread Ryan Swenson
Hello, Below are errors generated on a SuSe 8.0 Linux system using a default install: configure, make... below are the errors. I would like to enable only LDAP and EAP-TLS modules. I have made the necessary changes in a seperate attempt not shown below. However the same errors hold true.

Re: compile errors freeradius 0.6

2002-07-08 Thread Alan DeKok
Ralf Eisele [EMAIL PROTECTED] wrote: when trying to compile freeradius 0.6 on my system (FreeBSD 3.5-STABLE) I get always the following error: + snip + Making static dynamic in rlm_pap... gmake[5]: Entering directory

Re: Compile errors on Solaris 8 sparc

2002-06-04 Thread Russell Premont
Thank you for all your help. I think I have gotten it to install. What I had to end up doing was leave the lines as follows LIBLTDL = -ltdl INCLTDL = -I${top_builddir}/libltdl and I was able to run ./configure --localstatedir=/var --sysconfdir=/etc make make install with no

Re: Compile errors on Solaris 8 sparc

2002-06-03 Thread Russell Premont
I just downloaded the latest snapshot did not change any of the defaults ran ./configure make and got the same error again. Any ideas? Russell Premont Russell Premont [EMAIL PROTECTED] wrote: I did a search for the file and found it at /freeradius-snapshot-20020530/libltdl/ltdl.h. Any

Re: Compile errors on Solaris 8 sparc

2002-06-03 Thread Alan DeKok
Russell Premont [EMAIL PROTECTED] wrote: I just downloaded the latest snapshot did not change any of the defaults ran ./configure make and got the same error again. Any ideas? I just ran it on a Solaris 7 machine. The compile line is: gcc -g -O2 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS

Compile errors on Solaris 8 sparc

2002-05-30 Thread Russell Premont
I have made it little farther than before. Iwent into the src/modlues/stable file and removed the rlm_eap line but now I get the following error. I have also tried removing the sql line and the without switch but it gives me the same results. gcc -g -O2 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS

Re: Compile errors on Solaris 8 sparc

2002-05-30 Thread Alan DeKok
Russell Premont [EMAIL PROTECTED] wrote: I have made it little farther than before. Iwent into the src/modlues/stable file and removed the rlm_eap line but now I get the following error. I have also tried removing the sql line and the without switch but it gives me the same results. I

Re: Compile errors on Solaris 8 sparc

2002-05-30 Thread Russell Premont
I did a search for the file and found it at /freeradius-snapshot-20020530/libltdl/ltdl.h. Any ideas why it does not find it when I run make? I can run the configure just fine. Is there a file I need to edit manually? Russell Russell Premont wrote: I have made it little farther than

Re: Compile errors Version 0.5 on Redhat 7.1

2002-04-07 Thread Dan Perik
Under RedHat 7.0 I had to ./configure --without-rlm_x99_token to get it to compile. Under RedHat 7.2 it compiled fine without need to configure out the rlm_x99_token module. From the looks of it, rlm_x99_token is pretty obscure. I know I didn't need it. Hope that helps. - Dan On Sat,

Compile errors Version 0.5 on Redhat 7.1

2002-04-05 Thread RCayton
I've upgraded to newest redhat 7.1 gcc and the newest 7.1 cpp still getting errors when compiling. here is the error gcc -g -O2 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -Wall -D_GNU_SOURCE -DNDEBUG -I../../include -I/usr/include -c x99_pwe.c -o x99_pwe.o x99_pwe.c:36:25: openssl/md4.h: No such

compile errors due to rlm_counter.c?

2002-02-25 Thread Nick Davis
I downloaded the CVS snapshot freeradius-snapshot-20020225 and went to compile it with these flags: ./configure --localstatedir=/var --sysconfdir=/etc --with-thread-pool --with-mysql-include-dir=/usr/include/mysql/ --with-mysql-lib-dir=/usr/lib/ --with-mysql-dir=/usr/bin/mysql/ the configure

Re: compile errors due to rlm_counter.c?

2002-02-25 Thread Alan DeKok
Nick Davis [EMAIL PROTECTED] wrote: the configure went perfectly. The problems came when I started the make. Here are the errors that it reported: rlm_counter.c: In function `counter_instantiate': rlm_counter.c:330: `GDBM_NOLOCK' undeclared (first use in this function) rlm_counter.c:330:

Re: compile errors due to rlm_counter.c?

2002-02-25 Thread Alan DeKok
Andrew Kelaidis [EMAIL PROTECTED] wrote: I have similars problems with counter module. When I try to run configure I got the following message: counter module require gdbm Have you tried looking at 'config.log', as was suggested on the list earlier today? Alan DeKok. - List

Re: compile errors due to rlm_counter.c?

2002-02-25 Thread Nick Davis
grumble It's obviously too much for me to expect that gdbm doesn't have massive variations between versions. Upgrade your gdbm libraries header files. The latest version is 1.8 The alternative is to go back to the previous version of the 'counter' module. I'll try to put an

Re: Compile Errors

2001-12-13 Thread Chris Parker
At 11:14 PM 12/12/2001 -0500, [EMAIL PROTECTED] wrote: Gary Barnden [EMAIL PROTECTED] wrote: How can i compile without EAP support ? rm -rf src/modules/rlm_eap And that has now been done to the 0.4 tarball on the site. It now no longer includes rlm_eap, so it should build without

Compile Errors

2001-12-12 Thread Gary Barnden
All, Anyone got any ideas on what is happening here? FreeBSD 4.4-RELEASE FreeRadius0.4 PostgreSQL 7.2.3 (built from ports) ---SNIP FROM ./configure --without-threads --without-snmp checking for libpq-fe.h... no checking for PQconnectdb in -lpq... yes configure: warning: silently not building

Re: Compile Errors

2001-12-12 Thread aland
Gary Barnden [EMAIL PROTECTED] wrote: However, the following is more disturbing. --- SNIP FROM ./make gcc -Wall -D_GNU_SOURCE -g -Wshadow -Wpointer-arith -Wcast-qual -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -I../..

Re: Compile Errors

2001-12-12 Thread lance
On Wed, 12 Dec 2001 [EMAIL PROTECTED] wrote: Arg. The rlm_eap module is completely broken, and won't even compile. It should be removed from the 0.4 tar file. Try making builddbm - its taken me about 2 hours :( I want to get it working with a Berkeley DB Hash Do you want the

Re: Compile Errors

2001-12-12 Thread Gary Barnden
Hello Alan Thanks for the reply How can i compile without EAP support ? At 10:54 PM 12/12/2001 -0500, you wrote: Gary Barnden [EMAIL PROTECTED] wrote: However, the following is more disturbing. --- SNIP FROM ./make gcc -Wall -D_GNU_SOURCE -g -Wshadow -Wpointer-arith -Wcast-qual

Re: Compile Errors

2001-12-12 Thread aland
lance [EMAIL PROTECTED] wrote: Try making builddbm - its taken me about 2 hours :( It hasn't been touched for over a year. It's *way* broken. I want to get it working with a Berkeley DB Hash Do you want the patches ?? Maybe. Have you looked at rlm_dbm? Do the utility programs

Re: Compile Errors

2001-12-12 Thread aland
Gary Barnden [EMAIL PROTECTED] wrote: How can i compile without EAP support ? rm -rf src/modules/rlm_eap Alan DeKok. - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html