Re: required files

2004-02-20 Thread Alan DeKok
John De Villiers <[EMAIL PROTECTED]> wrote: > Both threads.c and radiusd.c get compiled ( the .o file is generated ), > but i think its during the linking where things fall over. > > My guess is that my .h files are located correctly, but then during > linking the libraries arent found. I thi

Re: required files

2004-02-20 Thread John De Villiers
Both threads.c and radiusd.c get compiled ( the .o file is generated ), but i think its during the linking where things fall over. My guess is that my .h files are located correctly, but then during linking the libraries arent found. Any idea what theyre called and where they should be located

Re: required files

2004-02-19 Thread John De Villiers
On Thu, 2004-02-19 at 22:55, Alan DeKok wrote: > > /home/devillj/bbjcvs/freeradius/radiusd/src/main/threads.c:242: undefined > > reference to `sem_post' > > Hmm.. that function *should* be available in most modern Unix systems. > > Alan DeKok. It is. those are all part of semaphore.h i

Re: required files

2004-02-19 Thread Alan DeKok
John De Villiers <[EMAIL PROTECTED]> wrote: > OK, then i guess something on my system is totally buggered. You don't have a newer system. > /home/devillj/bbjcvs/freeradius/radiusd/src/main/threads.c:242: undefined reference > to `sem_post' Hmm.. that function *should* be available in most m

Re: required files

2004-02-19 Thread John De Villiers
On Thu, 2004-02-19 at 15:32, Alan DeKok wrote: > You shouldn't need any packages, other than standard compilation > tools. The basic RADIUS functionality is pretty self-contained. OK, then i guess something on my system is totally buggered. Here is the last bit of the make. This was done using

Re: required files

2004-02-19 Thread Alan DeKok
John De Villiers <[EMAIL PROTECTED]> wrote: > Where can a find a list of packages that must be installed in order to > make radiusd on redhat9 ? You shouldn't need any packages, other than standard compilation tools. The basic RADIUS functionality is pretty self-contained. If you want EAP-TT

Re: required files

2004-02-19 Thread Laurent RAYSSIGUIER
When i do it on redhat 8, I added unixODBC-devel net-snmp-devel postgresql-devel mysql-devel to build freeradius-0.9-3 rpm. I think on redhat 9 it's the same thing... If you do not have already installed redhat 9 you can use fedora core 1 which use the same installer ( it's a redhat project ) an

required files

2004-02-18 Thread John De Villiers
Where can a find a list of packages that must be installed in order to make radiusd on redhat9 ? John - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html