hi - i'm having trouble compiling freeradius-1.0.5 for solaris express x86 (nv b23). i can make progress with the configure options ... --with-openssl-includes=/usr/sfw/include/openssl --with-openssl-libraries=/usr/sfw/lib then i have to disable the sql module (remove from src/modules/stable, reconfigure). then i have to manually add "-lmd5" to the LIBS in Make.inc. now i have a .. radclient.c: In function `main': radclient.c:788: error: `RADIUS_DICTIONARY' undeclared (first use in this function) radclient.c:788: error: (Each undeclared identifier is reported only once radclient.c:788: error: for each function it appears in.) which seems like a lot of work ... am i going about this the wrong way - is there an easier way? uname -a gives: SunOS solaris10 5.11 snv_23 i86pc i386 i86pc which may help someone. as far as sql is concerned the libraries are there ... /usr/sfw/lib/libmysqlclient.so /usr/sfw/lib/libmysqlclient.so.12 /usr/sfw/lib/libmysqlclient.so.12.0.0 /usr/sfw/lib/libmysqlclient_r.so /usr/sfw/lib/libmysqlclient_r.so.12 /usr/sfw/lib/libmysqlclient_r.so.12.0.0 tariq