Re: Error in make freeradius_1.1.0

2006-02-01 Thread Nicolas Baradakis
Velikanov wrote: Now i want to install Freeradius_1.1.0 on the same server and got an error when do make [...] ../../lib/libradius.a(radius.o)(.text+0x11): In function `make_secret': /u01/data/freeradius-1.1.0/src/lib/radius.c:165: undefined reference to `MD5Init ' You might try to

Re:Re:Re Error in make freeradius_1.1.0

2006-02-01 Thread Velikanov
Good day, Nicolas Baradakis I edit Makefile in src/modules/rlm_dbm as you advise and got such result after #make ... Making static dynamic in rlm_dbm... gmake[6]: Entering directory `/u01/data/freeradius-1.1.0/src/modules/rlm_dbm' gcc -g -O2 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS

Re:Re:Re Error in make freeradius_1.1.0(Correct)

2006-02-01 Thread Velikanov
Good day, Nicolas Baradakis I edit Makefile in src/modules/rlm_dbm as you advise and got such result EXCUSE for my previous post The CORRECT result of #make is ... gmake[6]: Entering directory `/u01/data/freeradius-1.1.0/src/modules/rlm_dbm' gcc -g -O2 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS

Re: Error in make freeradius_1.1.0

2006-02-01 Thread Nicolas Baradakis
Velikanov wrote: I edit Makefile in src/modules/rlm_dbm as you advise and got such result [...] ../../lib/.libs/libradius.so: undefined reference to `MD5Final' ../../lib/.libs/libradius.so: undefined reference to `crypt' ../../lib/.libs/libradius.so: undefined reference to `MD5Init'

Error in make freeradius_1.1.0

2006-01-31 Thread Velikanov
Good day. I succesfully installed Freeradius_1.0.4 on Red Hat Enterprise Linux ES release 3 (Taroon Update 3) Kernel 2.4.21-20.ELsmp on an i686 It is work good. Now i want to install Freeradius_1.1.0 on the same server and got an error when do make My configure (the same was for

Re: Error in make freeradius_1.1.0

2006-01-31 Thread A . L . M . Buxey
Hi, gmake[6]: Entering directory `/u01/data/freeradius-1.1.0/src/modules/rlm_dbm' /u01/data/freeradius-1.1.0/libtool --mode=link gcc rlm_dbm_parser.o ../../lib/li bradius.a -L/usr/lib -lssl -L/usr/lib -lcrypto -lnsl -lresolv -lpthread -l gdbm -o rlm_dbm_parser gcc rlm_dbm_parser.o -o