Problem translating users file to Postgre DB

2006-01-19 Thread Andrew Teixeira
Hello, I tried to port my users file to PostgreSQL today, but I am having a great deal of confusing trouble trying to get it to work. I am using the postgresql.conf file that came with Freeradius 1.1.0 and am having no trouble getting Freeradius to connect to Postgre. My problem comes when

Re: mysql.sock moved and cannot be found by freeradius !

2005-11-06 Thread Andrew Teixeira
I've had similar problems with MySQL before (not in relation to FreeRadius, but the same socket problem) and the easiest way for me to fix it was to change the hostname where the application thinks MySQL exists from localhost to the actual hostname of the machine. This bypasses the use of the

Re: erros building suse rpm

2005-10-22 Thread Andrew Teixeira
Hello, I'm no expert on freeradius, but I have done some extensive RPM packaging, so my suggestions are as follows: At the end of the %install section of the SPEC file, just add a line stating rm -f %{buildroot}/etc/raddb/example.pl. That will remove the unwanted file. - or - Add the

Re: undefined reference 'md4_calc' compile error...

2005-10-16 Thread Andrew Teixeira
: Andrew Teixeira [EMAIL PROTECTED] wrote: I came across error while trying to compile freeradius-1.0.5 today and was looking for a solution. I found a message on the list from September 12 that no one responded to, so I looked into the problem a little further and found a solution (at least

Re: undefined reference 'md4_calc' compile error...

2005-10-14 Thread Andrew Teixeira
I came across error while trying to compile freeradius-1.0.5 today and was looking for a solution. I found a message on the list from September 12 that no one responded to, so I looked into the problem a little further and found a solution (at least for that section of the compile). The problem