RE: Installing freeRadius on RH Linux 9.0

2004-10-18 Thread Lonnie Burgess
Yes, and you received a response telling you that mysql_devel was missing:
You need to get your lies straightened out.

Gene .. 

I had the same type errors until I made sure the mysql_devel RPM was
installed .. Even then my make process completed with messages such as
sql_mysql.o

sql_mysql.c:39:20: errmsg.h: No such file or directory 
sql_mysql.c:40:19: mysql.h: No such file or directory 
sql_mysql.c:47: parse error before MYSQL 
sql_mysql.c:47: warning: no semicolon at end of struct or union 
sql_mysql.c:48: warning: type defaults to `int' in declaration of sock' 
sql_mysql.c:48: warning: data definition has no type or storage class 
sql_mysql.c:49: parse error before '*' token 
sql_mysql.c:49: warning: type defaults to `int' in declaration of result' 
sql_mysql.c:49: warning: data definition has no type or storage class 
sql_mysql.c:51: parse error before '}' token 
sql_mysql.c:51: warning: type defaults to `int' in declaration of
`rlm_sql_mysql_sock' 
sql_mysql.c:51: warning: data definition has no type or storage class 
sql_mysql.c: In function `sql_init_socket': 

My testing looks to be working but I am just not getting the other .conf
files tailored. 

Brent Berry 

-Original Message- 
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Alan DeKok

Sent: Friday, October 15, 2004 3:04 PM 
To: [EMAIL PROTECTED] 
Subject: Re: Installing freeRadius on RH Linux 9.0 

Gene Rouse [EMAIL PROTECTED] wrote: 
 Below I have included the error messages. I get. 
 
 gmake[11]: Entering directory 
 `/root/freeradius-1.0.1/src/modules/rlm_sql/drivers/rlm_sql_mysql' 
 [ xrlm_sql_mysql = x ] || /root/freeradius-1.0.1/libtool
--mode=install 
 /root/freeradius-1.0.1/install-sh -c -c rlm_sql_mysql.la 
 /usr/local/lib/rlm_sql_mysql.la 
 libtool: install: `rlm_sql_mysql.la' is not a valid libtool archive 

  Did the make process succeeed? 

  Alan DeKok. 

- 
List info/subscribe/unsubscribe? See
http://www.freeradius.org/list/users.html 



* 
Mueller Industries, Inc. - CONFIDENTIAL INFORMATION 
This e-mail and any files transmitted with it are confidential and are
intended solely for the use of the individual or entity to whom it is
addressed. This communication may contain privileged material.  If you are
not the intended recipient or the person responsible for delivering the
e-mail to the intended recipient, be advised that you have received this
e-mail in error and that any use, dissemination, forwarding, printing, or
copying of this e-mail and any file attachments is not authorized by the
sender of this e-mail or Mueller Industries, Inc.  If you have received this
e-mail in error, please immediately notify us by telephone at 1-800-348-8464
(or 901-753-3200) or reply by e-mail to the sender.  If you are not the
intended recipient, please destroy the original transmission and its
contents.

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Gene Rouse
Sent: Monday, October 18, 2004 12:58 AM
To: [EMAIL PROTECTED]
Subject: FW: Installing freeRadius on RH Linux 9.0

I did post the errors.  Below is the message I sent on 10/15/2004.  It's a
non-issue now, because I found out what the problem was.  Two extremely
helpful members of the Linux community contacted me off-list and we compared
their Linux installations with mine and found I was missing the mysql-devel
package. Once installed it went great. I now have not one but two functional
freeRADIUS boxes.

Just so everyone knows, I am a MS MCSE and this is a major departure from
what I've spent the last 20 years using.  I'm not just running Linux on the
server side.  It's on every box in our office.  I'm not saying I'm
abandoning Windows.  This particular solution called for something a little
more secure, less prone to virus attacks and a heck of a lot cheaper.  My
total software cost for this WISP is $3000.00 which is for the billing
software and its options.  Considering I'm used to a point and click world,
I don't think I'm doing too bad.

Thanks Paul and Bruce,
Gene

 -Original Message-
 From: Gene Rouse [mailto:[EMAIL PROTECTED]
 Sent: Friday, October 15, 2004 3:32 PM
 To: '[EMAIL PROTECTED]'
 Subject: Installing freeRadius on RH Linux 9.0
 
 Below I have included the error messages. I get.
 
 gmake[11]: Entering directory `/root/freeradius-
 1.0.1/src/modules/rlm_sql/drivers/rlm_sql_mysql'
 [ xrlm_sql_mysql = x ] || /root/freeradius-1.0.1/libtool --
 mode=install /root/freeradius-1.0.1/install-sh -c -c rlm_sql_mysql.la
 /usr/local/lib/rlm_sql_mysql.la
 libtool: install: `rlm_sql_mysql.la' is not a valid libtool archive
 Try `libtool --help --mode=install' for more information.
 gmake[11]: *** [install] Error 1
 gmake[11]: Leaving directory `/root/freeradius-
 1.0.1/src/modules/rlm_sql/drivers/rlm_sql_mysql'
 gmake[10]: *** [common] Error 1
 gmake[10]: Leaving directory `/root/freeradius-
 1.0.1/src/modules/rlm_sql/drivers'
 gmake[9]: *** [install] Error 2
 gmake

RE: Installing freeRadius on RH Linux 9.0

2004-10-17 Thread Gene Rouse
I was missing the mysql-devel package.  Once I installed it freeradius
installed successfully.

Gene

 -Original Message-
 From: [EMAIL PROTECTED] [mailto:freeradius-
 [EMAIL PROTECTED] On Behalf Of Gene Rouse
 Sent: Sunday, October 17, 2004 12:15 AM
 To: [EMAIL PROTECTED]
 Subject: RE: Installing freeRadius on RH Linux 9.0
 
 Because I wanted to know if someone might have a clue as to why it failed.
 It must be easier to criticize someone than to offer any helpful
 suggestions. If I didn't want to learn by doing, I would simply buy
 NavisRadius which I have used in the past in corporate solutions.  You can
 have a RADIUS box online in half an hour serving clients.  I have a real
 interest in Linux.  There's one major advantage Windows has over Linux.
 Ease of install, no cryptic crap.
 
  -Original Message-
  From: [EMAIL PROTECTED] [mailto:freeradius-
  [EMAIL PROTECTED] On Behalf Of Alan DeKok
  Sent: Saturday, October 16, 2004 12:45 PM
  To: [EMAIL PROTECTED]
  Subject: Re: Installing freeRadius on RH Linux 9.0
 
  Gene Rouse [EMAIL PROTECTED] wrote:
  Did the make process succeeed?
  
   No.
 
Then why the heck are you trying to install somehing that didn't
 build?
 
Why are you wasting peoples time (and yours) by asking questions
  about a broken make install, when the make didn't work?
 
Alan DeKok.
 
 
 
 
 



- 
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html


Re: Installing freeRadius on RH Linux 9.0

2004-10-16 Thread Alan DeKok
Gene Rouse [EMAIL PROTECTED] wrote:
Did the make process succeeed?

 No.

  Then why the heck are you trying to install somehing that didn't build?

  Why are you wasting peoples time (and yours) by asking questions
about a broken make install, when the make didn't work?

  Alan DeKok.


- 
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html


RE: Installing freeRadius on RH Linux 9.0

2004-10-16 Thread Gene Rouse
Because I wanted to know if someone might have a clue as to why it failed.
It must be easier to criticize someone than to offer any helpful
suggestions. If I didn't want to learn by doing, I would simply buy
NavisRadius which I have used in the past in corporate solutions.  You can
have a RADIUS box online in half an hour serving clients.  I have a real
interest in Linux.  There's one major advantage Windows has over Linux.
Ease of install, no cryptic crap.  

 -Original Message-
 From: [EMAIL PROTECTED] [mailto:freeradius-
 [EMAIL PROTECTED] On Behalf Of Alan DeKok
 Sent: Saturday, October 16, 2004 12:45 PM
 To: [EMAIL PROTECTED]
 Subject: Re: Installing freeRadius on RH Linux 9.0
 
 Gene Rouse [EMAIL PROTECTED] wrote:
 Did the make process succeeed?
 
  No.
 
   Then why the heck are you trying to install somehing that didn't build?
 
   Why are you wasting peoples time (and yours) by asking questions
 about a broken make install, when the make didn't work?

   Alan DeKok.
 



- 
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html


Re: Installing freeRadius on RH Linux 9.0

2004-10-16 Thread Paul
Gene Rouse wrote:
Because I wanted to know if someone might have a clue as to why it failed.
It must be easier to criticize someone than to offer any helpful
suggestions. If I didn't want to learn by doing, I would simply buy
NavisRadius which I have used in the past in corporate solutions.  You can
have a RADIUS box online in half an hour serving clients.  I have a real
interest in Linux.  There's one major advantage Windows has over Linux.
Ease of install, no cryptic crap.  
 

 

I understand how you feel.  At the same time, I want to take this 
opportunity mention my experience.  It's turning out OK.  I submitted a 
question to this list and the HostAP list and didn't get a response from 
either.  No big deal.  Since I didn't get a response I was discouraged 
at first, then I became motived to systematically work through my 
problems.  Turns out that valuable information was right inside the 
README files that I was skimming too impatiently at first.  Also, more 
learning on the theoretical side has helped.  So, thanks for not 
answering!  (My question is really more appropriate for the HostAP list 
anyway.)

- 
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html


Re: Installing freeRadius on RH Linux 9.0

2004-10-15 Thread Alan DeKok
Gene Rouse [EMAIL PROTECTED] wrote:
 When I run make on freeRADIUS 1.0.1 I get all kinds of missing attribute
 warnings.

  Are you willing to post the exact errors, or do you want to make us guess?

  I've never seen any kind of errors like the ones you're talking about.

 The make program eventually finishes with a list of directories
 listed as 'leaving'.

  Yes... leaving as in returning from, not leaving in place.

  This is part of the normal make process.

  Alan DeKok.

- 
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html


RE: Installing freeRadius on RH Linux 9.0

2004-10-15 Thread Berry, William
Title: RE: Installing freeRadius on RH Linux 9.0 





Gene .. 


I had the same type errors until I made sure the mysql_devel RPM was installed .. Even then my make process completed with messages such as sql_mysql.o

sql_mysql.c:39:20: errmsg.h: No such file or directory
sql_mysql.c:40:19: mysql.h: No such file or directory
sql_mysql.c:47: parse error before MYSQL
sql_mysql.c:47: warning: no semicolon at end of struct or union
sql_mysql.c:48: warning: type defaults to `int' in declaration of sock'
sql_mysql.c:48: warning: data definition has no type or storage class
sql_mysql.c:49: parse error before '*' token
sql_mysql.c:49: warning: type defaults to `int' in declaration of result'
sql_mysql.c:49: warning: data definition has no type or storage class
sql_mysql.c:51: parse error before '}' token
sql_mysql.c:51: warning: type defaults to `int' in declaration of `rlm_sql_mysql_sock'
sql_mysql.c:51: warning: data definition has no type or storage class
sql_mysql.c: In function `sql_init_socket':


My testing looks to be working but I am just not getting the other .conf files tailored. 


Brent Berry 


-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On Behalf Of Alan DeKok

Sent: Friday, October 15, 2004 3:04 PM
To: [EMAIL PROTECTED]
Subject: Re: Installing freeRadius on RH Linux 9.0 


Gene Rouse [EMAIL PROTECTED] wrote:
 Below I have included the error messages. I get.
 
 gmake[11]: Entering directory
 `/root/freeradius-1.0.1/src/modules/rlm_sql/drivers/rlm_sql_mysql'
 [ xrlm_sql_mysql = x ] || /root/freeradius-1.0.1/libtool --mode=install
 /root/freeradius-1.0.1/install-sh -c -c rlm_sql_mysql.la
 /usr/local/lib/rlm_sql_mysql.la
 libtool: install: `rlm_sql_mysql.la' is not a valid libtool archive


 Did the make process succeeed?


 Alan DeKok.


- 
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html



* 
Mueller Industries, Inc. - CONFIDENTIAL INFORMATION 
This e-mail and any files transmitted with it are confidential and are intended solely for the use of the individual or entity to whom it is addressed. This communication may contain privileged material. If you are not the intended recipient or the person responsible for delivering the e-mail to the intended recipient, be advised that you have received this e-mail in error and that any use, dissemination, forwarding, printing, or copying of this e-mail and any file attachments is not authorized by the sender of this e-mail or Mueller Industries, Inc. If you have received this e-mail in error, please immediately notify us by telephone at 1-800-348-8464 (or 901-753-3200) or reply by e-mail to the sender. If you are not the intended recipient, please destroy the original transmission and its contents.




RE: Installing freeRadius on RH Linux 9.0

2004-10-15 Thread Gene Rouse
No.

 -Original Message-
 From: [EMAIL PROTECTED] [mailto:freeradius-
 [EMAIL PROTECTED] On Behalf Of Alan DeKok
 Sent: Friday, October 15, 2004 4:04 PM
 To: [EMAIL PROTECTED]
 Subject: Re: Installing freeRadius on RH Linux 9.0
 
 Gene Rouse [EMAIL PROTECTED] wrote:
  Below I have included the error messages. I get.
 
  gmake[11]: Entering directory
  `/root/freeradius-1.0.1/src/modules/rlm_sql/drivers/rlm_sql_mysql'
  [ xrlm_sql_mysql = x ] || /root/freeradius-1.0.1/libtool --
 mode=install
  /root/freeradius-1.0.1/install-sh -c -c rlm_sql_mysql.la
  /usr/local/lib/rlm_sql_mysql.la
  libtool: install: `rlm_sql_mysql.la' is not a valid libtool archive
 
   Did the make process succeeed?
 
   Alan DeKok.



- 
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html