-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hmm, Redhat 9.0 fails elsewhere...
gcc -g -O2 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -Wall -D_GNU_SOURCE -g -Wshadow -Wpointer-arith -Wcast-qual -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -W -Wredundant-decls -Wundef -I../../include -DX99_MODULE_NAME=\"rlm_x99_token\" -DFREERADIUS -c x99_rlm.c -o x99_rlm.o In file included from x99_rlm.c:54: x99.h:26:42: openssl/des.h: No such file or directory In file included from x99_rlm.c:54: x99.h:146: parse error before "des_cblock" x99.h:146: warning: no semicolon at end of struct or union x99.h:147: warning: type defaults to `int' in declaration of `x99_user_info_t' x99.h:147: warning: data definition has no type or storage class x99.h:152: parse error before "des_cblock" x99.h:152: warning: function declaration isn't a prototype x99.h:153: parse error before "des_cblock" x99.h:153: warning: function declaration isn't a prototype x99.h:165: parse error before "des_cblock" x99.h:165: warning: function declaration isn't a prototype x99.h:166: warning: type defaults to `int' in declaration of `des_cblock' x99.h:166: parse error before "keyblock" x99.h:167: warning: function declaration isn't a prototype x99.h:170: parse error before "x99_user_info_t" x99.h:170: warning: function declaration isn't a prototype x99.h:180: parse error before "des_cblock" x99.h:180: warning: function declaration isn't a prototype x99.h:182: warning: type defaults to `int' in declaration of `des_cblock' x99.h:182: parse error before "keyblock" x99.h:182: warning: function declaration isn't a prototype x99_rlm.c: In function `x99_token_authorize': x99_rlm.c:294: parse error before "user_info" x99_rlm.c:331: `user_info' undeclared (first use in this function) x99_rlm.c:331: (Each undeclared identifier is reported only once x99_rlm.c:331: for each function it appears in.) x99_rlm.c: In function `x99_token_authenticate': x99_rlm.c:460: parse error before "user_info" x99_rlm.c:492: `user_info' undeclared (first use in this function) x99_rlm.c:550: warning: deprecated use of label at end of compound statement gmake[6]: *** [x99_rlm.o] Error 1 gmake[6]: Leaving directory `/home/guyd/freeradius/src/modules/rlm_x99_token' gmake[5]: *** [common] Error 1 gmake[5]: Leaving directory `/home/guyd/freeradius/src/modules' gmake[4]: *** [all] Error 2 gmake[4]: Leaving directory `/home/guyd/freeradius/src/modules' gmake[3]: *** [common] Error 1 gmake[3]: Leaving directory `/home/guyd/freeradius/src' gmake[2]: *** [all] Error 2 gmake[2]: Leaving directory `/home/guyd/freeradius/src' gmake[1]: *** [common] Error 1 gmake[1]: Leaving directory `/home/guyd/freeradius' make: *** [all] Error 2 I notice that it can't find openssl/des.h. However, it's in the /usr/local/ssl/include directory and I specifically said to use that directory for openssl-includes (I scrolled back up the command history to be sure that's how I ran configure). [EMAIL PROTECTED] freeradius]# ls /usr/local/ssl/include/openssl/des.h /usr/local/ssl/include/openssl/des.h [EMAIL PROTECTED] freeradius]# ./configure --with-openssl-includes=/usr/local/ssl/include --with-openssl-libraries=/usr/local/ssl/lib Regards, Guy -----BEGIN PGP SIGNATURE----- Version: PGP 8.0 iQA/AwUBP6t20Y3dwu/Ss2PCEQKVSQCdGAtJ+L+RH0ekQr94vSSX0pCvcu0AoPEi v2W0tBqrBe+qGAKI+IvYN5xf =1iPS -----END PGP SIGNATURE----- - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
