<div dir="ltr"><p>Hi,</p><p><br></p><p><br>When I try to compile FR2.2.5 on Slaris 10 ( SPARC ) server with Oracle DB, configuration went successfully but I run make , I got the following error:</p><p><br></p><p><br>Making all in rlm_unix...<br>
/usr/sfw/bin/gmake -w -C rlm_unix all<br>gmake[6]: Entering directory `/export/home/freeradius-server-2.2.5/src/modules/rlm_unix'<br>/export/home/freeradius-server-2.2.5/libtool --mode=compile --tag=CC gcc -I/export/home/freeradius-server-2.2.5 -I/export/home/freeradius-server-2.2.5/src -g -O2 -Wall -D_GNU_SOURCE -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -DNDEBUG -I/export/home/freeradius-server-2.2.5/libltdl -I/export/home/freeradius-server-2.2.5/src -I/export/home/freeradius-server-2.2.5/libltdl  -c rlm_unix.c<br>
  gcc -I/export/home/freeradius-server-2.2.5 -I/export/home/freeradius-server-2.2.5/src -g -O2 -Wall -D_GNU_SOURCE -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -DNDEBUG -I/export/home/freeradius-server-2.2.5/libltdl -I/export/home/freeradius-server-2.2.5/src -I/export/home/freeradius-server-2.2.5/libltdl -c rlm_unix.c  -fPIC -DPIC -o .libs/rlm_unix.o<br>
 rlm_unix.c: In function `groupcmp':<br>rlm_unix.c:81: warning: unused variable `username'<br>rlm_unix.c:83: warning: unused variable `vp'<br>rlm_unix.c: In function `unix_accounting':<br>rlm_unix.c:543: error: structure has no member named `ut_host'<br>
 rlm_unix.c:543: error: structure has no member named `ut_host'<br>gmake[6]: *** [rlm_unix.lo] Error 1<br>gmake[6]: Leaving directory `/export/home/freeradius-server-2.2.5/src/modules/rlm_unix'<br>gmake[5]: *** [rlm_unix] Error 2<br>
 gmake[5]: Leaving directory `/export/home/freeradius-server-2.2.5/src/modules'<br>gmake[4]: *** [all] Error 2<br>gmake[4]: Leaving directory `/export/home/freeradius-server-2.2.5/src/modules'<br>gmake[3]: *** [modules] Error 2<br>
 gmake[3]: Leaving directory `/export/home/freeradius-server-2.2.5/src'<br>gmake[2]: *** [all] Error 2<br>gmake[2]: Leaving directory `/export/home/freeradius-server-2.2.5/src'<br>gmake[1]: *** [src] Error 2<br>gmake[1]: Leaving directory `/export/home/freeradius-server-2.2.5'<br>
 gmake: *** [all] Error 2</p><p><br></p><p><br></p><p><br></p><p>Thanks;</p><p>Awaad</p></div>