RE: Radius does not try to register with SMUX

2003-06-28 Thread Yousef Jamous
APaul/Alan Thanks for your time and effort I tried to go back to UCD-SNMP, but first, I removed net-snmp as follows: 1) Removed /usr/local/share/snmp 2) Removed /var/net-snmp 3) Removed /usr/local/include/net-snmp I checked the config.log file (very spooky :-) It had the following entries (it

RE: Radius does not try to register with SMUX

2003-06-28 Thread Yousef Jamous
APaul/Alan Thanks for your time and effort I tried to go back to UCD-SNMP, but first, I removed net-snmp as follows: 1) Removed /usr/local/share/snmp 2) Removed /var/net-snmp 3) Removed /usr/local/include/net-snmp I checked the config.log file (very spooky :-) It had the following entries (it

RE: Radius does not try to register with SMUX

2003-06-28 Thread Yousef Jamous
My latest findings after installing UCD-SNMP for 11 :-) Now, when installing UCD-SNMP it does not copy snmp.h, asn1.h and snmp_impl.h to the /usr/local/include/ucd-snmp Any clue what might be causing this? Is it a mib module that I should install? When I configure ucd-snmp I write:

Re: Radius does not try to register with SMUX

2003-06-27 Thread Alan DeKok
Yousef Jamous [EMAIL PROTECTED] wrote: I had some progress. I checked into the configuration script. It all talks about UCD-SNMP it does not account for the new version net-snmp. So... you're trying to use FreeRADIUS with an SNMP package it doesn't support, and you're surprised it work? I'm

RE: Radius does not try to register with SMUX

2003-06-26 Thread Paul Hampson
From: Yousef Jamous Sent: Friday, 27 June 2003 2:31 AM Still the problem persists (not being able to register with SMUX). It's really driving me crazy!!! (Note: I used now ucd-snmp because someone in the mailing lists mentioned once that he used older version and it worked fine)!! Where on

RE: Radius does not try to register with SMUX

2003-06-26 Thread Yousef Jamous
ans1.h is in: /usr/local/ssl/include/openssl/asn1.h snmp.h : Does Not exist snmp_impl.h: Does Not exist So, could it be the ucd-snmp 4.2.2 does not have these files and didn't install them? I'll go back again to net-snmp 5.0.8 and I'll let you know or if you have an idea, I hope you help me.

RE: Radius does not try to register with SMUX

2003-06-26 Thread Yousef Jamous
Ok I had some progress. I checked into the configuration script. It all talks about UCD-SNMP it does not account for the new version net-snmp. So, I installed the new version of net-snmp, and I started editing the configure file to make it work with net-snmp The good news is that it did not

RE: Radius does not try to register with SMUX

2003-06-26 Thread Paul Hampson
From: Yousef Jamous Sent: Friday, 27 June 2003 6:39 AM I had some progress. I checked into the configuration script. It all talks about UCD-SNMP it does not account for the new version net-snmp. I just looked, and it links against UCD-SNMP on my machine, which has headers for both installed.

RE: Radius does not try to register with SMUX

2003-06-22 Thread Paul Hampson
From: Yousef Jamous Sent: Saturday, 21 June 2003 4:09 PM Here's my config.log I have gcc 3.0.1 configure:7918: gcc -o conftest -g -O2 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -Wall -D_GNU_SOURCE -g -Wshadow -Wpointer-arith -Wcast-qual -Wcast-align -Wwrite-strings -Wstrict-prototypes

RE: Radius does not try to register with SMUX

2003-06-22 Thread Yousef Jamous
Thanks Paul for your help Can you please tell me where to put this option? -lkstat!!! -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Paul Hampson Sent: June 22, 2003 11:01 AM To: [EMAIL PROTECTED] Subject: RE: Radius does not try to register with SMUX

RE: Radius does not try to register with SMUX

2003-06-22 Thread Paul Hampson
From: Yousef Jamous Sent: Sunday, 22 June 2003 5:48 PM Thanks Paul for your help Can you please tell me where to put this option? -lkstat!!! When you call configure, use CFLAGS=-lkstat before the ./configure ... command. This assumes you're using bash: CFLAGS=-lkstat ./configure ... For

RE: Radius does not try to register with SMUX

2003-06-21 Thread Yousef Jamous
Here's my config.log I have gcc 3.0.1 Perl 5.005_03 configure:7934: warning: function declaration isn't a prototype configure:7935: warning: function declaration isn't a prototype /usr/local/bin/ld: cannot find -lcrypto collect2: ld returned 1 exit status configure: failed program was: #line

RE: Radius does not try to register with SMUX- REPOSTED

2003-06-20 Thread Yousef Jamous
As I checked my config.log file, I found the following messages, do they mean that my snmp support was not installed? And how can I fix it? configure: In function `main': configure:7755: warning: unused variable `a' configure:7887: checking for snmp_build_var_op in -lsnmp configure:7899: gcc -o

RE: Radius does not try to register with SMUX- REPOSTED

2003-06-20 Thread Paul Hampson
From: Yousef Jamous Sent: Friday, 20 June 2003 9:36 PM As I checked my config.log file, I found the following messages, do they mean that my snmp support was not installed? And how can I fix it? configure:7887: checking for snmp_build_var_op in -lsnmp configure:7899: gcc -o conftest -g -O2

RE: Radius does not try to register with SMUX- REPOSTED

2003-06-20 Thread Yousef Jamous
So Paul Does this mean that I have missing packages? And should I send you more lines from the config.log file? Many thanks Paul. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Paul Hampson Sent: June 20, 2003 8:48 PM To: [EMAIL PROTECTED] Subject: RE:

RE: Radius does not try to register with SMUX

2003-06-20 Thread Paul Hampson
From: Yousef Jamous Sent: Saturday, 21 June 2003 5:41 AM Does this mean that I have missing packages? Dunno yet. The bits where I said *FAIL: Appears to be missing crypto* don't mean _you're_ missing crypto, they mean that the test-compile was missing crypto. And should I send you more

Re: Radius does not try to register with SMUX- REPOSTED

2003-06-19 Thread Chris van Meerendonk
It looks like your freeradius isn't compiled with snmp support, although you specified it. The only way of *not* getting the SMUX messages in debug mode was to compile freeradius again with --enable-snmp=no. Please double check that snmp support was compiled. Since it's default, you dont have to

RE: Radius does not try to register with SMUX- REPOSTED

2003-06-19 Thread Yousef Jamous
Thanks Chris for your advice. As I mentioned in my e-mail, I specified the option to compile with snmp. What can cause not compiling with SNMP though I specified that? Could it be a bug in the version I'm using (I'm using the latest version). -Original Message- From: [EMAIL PROTECTED]

RE: Radius does not try to register with SMUX- REPOSTED

2003-06-19 Thread Paul Hampson
From: Yousef Jamous Sent: Thursday, 19 June 2003 7:07 AM Sorry for the previous posting, it was with some HTML lines. I'm trying to use net-snmp V5.0.8 to get information from my free-radius server (V 0.8.1). I don't want to be patronising, but did you remember to set snmp = yes istead of

RE: Radius does not try to register with SMUX- REPOSTED

2003-06-19 Thread Yousef Jamous
Paul Can you please send me the lines before and after the $INCLUDE ${confdir}/snmp.conf to compare it with mine? Many thanks -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Paul Hampson Sent: June 19, 2003 10:08 PM To: [EMAIL PROTECTED] Subject: RE:

RE: Radius does not try to register with SMUX- REPOSTED

2003-06-19 Thread Chris van Meerendonk
On Thu, 2003-06-19 at 18:57, Yousef Jamous wrote: As I mentioned in my e-mail, I specified the option to compile with snmp. Yep, I read it. It seams --enable-snmp is equivalent to --enable-snmp=no. Since it's default, please don't specify it, or do it with --enable-snmp=yes. Chris What can

RE: Radius does not try to register with SMUX- REPOSTED

2003-06-19 Thread Paul Hampson
From: Yousef Jamous Sent: Friday, 20 June 2003 7:18 AM Can you please send me the lines before and after the $INCLUDE ${confdir}/snmp.conf to compare it with mine? # SNMP CONFIGURATION # # Snmp configuration is only valid if SNMP support was enabled # at compile time. # # To enable SNMP