RE:

2002-09-06 Thread Russell Premont

Account changed

-Original Message-
From: Charles Uplinger [mailto:[EMAIL PROTECTED]]
Sent: Friday, September 06, 2002 8:52 AM
To: Russell Premont (E-mail)
Cc: Chris Niespodzianski; Frank Dailey (E-mail)
Subject: 


1   FLA-1   VRO Zigmont, Darleneadmin.vro   
[EMAIL PROTECTED]
&foresail
Please change the above to McCoy, Brian.


Thanks.



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



Strat errors

2002-06-06 Thread Russell Premont

I am trying to start radius and get the following error

ld.so.1: ./radiusd: fatal: libltdl.so.0: open failed: No such file or
directory
Killed

My environment is set to:

PATH=/usr/bin:/usr/sbin:/usr/ucb:/usr/ccs/bin:/usr/local/bin:/usr/local/sbin
:/usr/local/lib:/usr/lib
SHELL=/sbin/sh


ld.so.1 is in /usr/lib
libltdl.so.0 is in /usr/local/lib

Thanks for help

Russell Premont


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



Re: Compile errors on Solaris 8 sparc

2002-06-04 Thread Russell Premont

Thank you for all your help. I think I have gotten it to install. What I had
to end up doing was leave the lines as follows
LIBLTDL = -ltdl
INCLTDL = -I${top_builddir}/libltdl
and I was able to run
./configure --localstatedir=/var --sysconfdir=/etc
make
make install

with no errors.

Thanks again,

Russel Premont




"Russell Premont" <[EMAIL PROTECTED]> wrote:
> I just downloaded the latest snapshot did not change any of the defaults
ran
> ./configure
> make
>
> and got the same error again. Any ideas?

  I just ran it on a Solaris 7 machine.  The compile line is:

gcc  -g -O2 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -Wall -D_GNU_SOURCE -g -
Wshadow
-Wpointer-arith -Wcast-qual -Wcast-align -Wwrite-strings -Wstrict-prototypes
-Wmissing-prototypes -Wmissing-declarations -Wnested-externs -I../../include
-I/vol/home/aland/src/freeradius-snapshot-20020603/libltdl -c sql.c -o sql.o

  Note the last '-I' above.  That's what tells it where to find
ltdl.h.

  Look in the file 'Make.inc' at the top-level.  There should be lines
like:

LIBLTDL = ${top_builddir}/libltdl/libltdl.la
INCLTDL   = -I${top_builddir}/libltdl

  Set them appropriately, if they're not set.

  Alan DeKok.


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



Re: Compile errors on Solaris 8 sparc

2002-06-03 Thread Russell Premont

I just downloaded the latest snapshot did not change any of the defaults ran
./configure
make

and got the same error again. Any ideas?

Russell Premont







>"Russell Premont" <[EMAIL PROTECTED]> wrote:
> I did a search for the file and found it at
> /freeradius-snapshot-20020530/libltdl/ltdl.h. Any ideas why it does not
find
> it when I run make?

  Like I said, probably because you told configure to not use it.

  Do:

./configure
make
make install

  And it should work.

  Alan DeKok.


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



Re: Compile errors on Solaris 8 sparc

2002-05-30 Thread Russell Premont

I did a search for the file and found it at
/freeradius-snapshot-20020530/libltdl/ltdl.h. Any ideas why it does not find
it when I run make?

I can run the configure just fine. Is there a file I need to edit manually?

Russell




"Russell Premont"  wrote:
> I have made it little farther than before. Iwent into the
src/modlues/stable
> file and removed the
> rlm_eap line but now I get the following error. I have also tried removing
> the sql line and the
> without switch but it gives me the same results.

  I think something's really broken with your system.  I've seen the
server build on Solaris without any problems.

>
gcc  -g -O2 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -Wall -D_GNU_SOURCE -g -
>
Wshadow -Wpointer-arith -Wcast-qual -Wcast-align -Wwrite-strings -Wstrict-pr
>
ototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -I../.
> ./include  -c rlm_sql.c -o rlm_sql.o
> In file included from rlm_sql.c:48:
> rlm_sql.h:19: ltdl.h: No such file or directory

  Th issue is that ltdl.h is *included* with the server.  If it can't
be found, then you've told it to NOT use the one shipped with the
server, in the hope that you already have one installed.

  It appears that you don't have libtool (and thus ltdl.h) installed.
Your ONLY option is to use the one shipped with the server.

  Alan DeKok.


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



Compile errors on Solaris 8 sparc

2002-05-30 Thread Russell Premont

I have made it little farther than before. Iwent into the src/modlues/stable
file and removed the
rlm_eap line but now I get the following error. I have also tried removing
the sql line and the
without switch but it gives me the same results.


gcc  -g -O2 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -Wall -D_GNU_SOURCE -g -
Wshadow -Wpointer-arith -Wcast-qual -Wcast-align -Wwrite-strings -Wstrict-pr
ototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -I../.
./include  -c rlm_sql.c -o rlm_sql.o
In file included from rlm_sql.c:48:
rlm_sql.h:19: ltdl.h: No such file or directory
make[6]: *** [rlm_sql.o] Error 1
make[6]: Leaving directory
`/export/home/russell/freeradius-snapshot-20020530/src/modules/rlm_sql'
make[5]: *** [common] Error 1
make[5]: Leaving directory
`/export/home/russell/freeradius-snapshot-20020530/src/modules'
make[4]: *** [all] Error 2
make[4]: Leaving directory
`/export/home/russell/freeradius-snapshot-20020530/src/modules'
make[3]: *** [common] Error 1
make[3]: Leaving directory
`/export/home/russell/freeradius-snapshot-20020530/src'
make[2]: *** [all] Error 2
make[2]: Leaving directory
`/export/home/russell/freeradius-snapshot-20020530/src'
make[1]: *** [common] Error 1
make[1]: Leaving directory
`/export/home/russell/freeradius-snapshot-20020530'
make: *** [all] Error 2

Russell


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



Compiling errors on Solaris 8 Please help

2002-05-28 Thread Russell Premont

I have just downloaded FreeRadius 0.5. and am trying to compile it on
Solaris 8 for Sparc with the following option
changes --localstatedir=/var --sysconfdir=/etc. I can run the configure
command and everything is ok but when I run make I
get the following errors

gcc  -g -O2 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -Wall -D_GNU_SOURCE -DND
EBUG -I../../include  -c rlm_eap.c -o rlm_eap.o
In file included from rlm_eap.c:25:
eap.h:9: ltdl.h: No such file or directory
In file included from eap.h:17,
 from rlm_eap.c:25:
/usr/include/netinet/in.h:271: warning: `INADDR_ANY' redefined
../../include/missing.h:73: warning: this is the location of the previous
definition
/usr/include/netinet/in.h:272: warning: `INADDR_LOOPBACK' redefined
../../include/missing.h:77: warning: this is the location of the previous
definition
make[6]: *** [rlm_eap.o] Error 1
make[6]: Leaving directory
`/export/home/russell/freeradius-0.5/src/modules/rlm_eap'
make[5]: *** [common] Error 1
make[5]: Leaving directory `/export/home/russell/freeradius-0.5/src/modules'
make[4]: *** [all] Error 2
make[4]: Leaving directory `/export/home/russell/freeradius-0.5/src/modules'
make[3]: *** [common] Error 1
make[3]: Leaving directory `/export/home/russell/freeradius-0.5/src'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/export/home/russell/freeradius-0.5/src'
make[1]: *** [common] Error 1
make[1]: Leaving directory `/export/home/russell/freeradius-0.5'
make: *** [all] Error 2

Could someone please tell me what the problem might be.

Thanks


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



(no subject)

2002-05-20 Thread Russell Premont



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



Compiling errors

2002-05-17 Thread Russell Premont

I have just downloaded FreeRadius 0.5. and am trying to compile it on
Solaris 8 for Sparc. I can run the configure command but when I run make I
get the following errors

gcc  -g -O2 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -Wall -D_GNU_SOURCE -DND
EBUG -I../../include  -c rlm_eap.c -o rlm_eap.o
In file included from rlm_eap.c:25:
eap.h:9: ltdl.h: No such file or directory
In file included from eap.h:17,
 from rlm_eap.c:25:
/usr/include/netinet/in.h:271: warning: `INADDR_ANY' redefined
../../include/missing.h:73: warning: this is the location of the previous
definition
/usr/include/netinet/in.h:272: warning: `INADDR_LOOPBACK' redefined
../../include/missing.h:77: warning: this is the location of the previous
definition
make[6]: *** [rlm_eap.o] Error 1
make[6]: Leaving directory
`/export/home/russell/freeradius-0.5/src/modules/rlm_eap'
make[5]: *** [common] Error 1
make[5]: Leaving directory `/export/home/russell/freeradius-0.5/src/modules'
make[4]: *** [all] Error 2
make[4]: Leaving directory `/export/home/russell/freeradius-0.5/src/modules'
make[3]: *** [common] Error 1
make[3]: Leaving directory `/export/home/russell/freeradius-0.5/src'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/export/home/russell/freeradius-0.5/src'
make[1]: *** [common] Error 1
make[1]: Leaving directory `/export/home/russell/freeradius-0.5'
make: *** [all] Error 2

Could someone please tell me what the problem might be.

Thanks


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



RE: Freeradius-Users -- confirmation of subscription -- request 849612

2002-05-17 Thread Russell Premont



-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of
[EMAIL PROTECTED]
Sent: Friday, May 17, 2002 10:25 PM
To: [EMAIL PROTECTED]
Subject: Freeradius-Users -- confirmation of subscription -- request
849612


Freeradius-Users -- confirmation of subscription -- request 849612

We have received a request from 206.105.64.25 for subscription of your
email address, <[EMAIL PROTECTED]>, to the
[EMAIL PROTECTED] mailing list.  To confirm the
request, please send a message to
[EMAIL PROTECTED], and either:

- maintain the subject line as is (the reply's additional "Re:" is
ok),

- or include the following line - and only the following line - in the
message body: 

confirm 849612

(Simply sending a 'reply' to this message should work from most email
interfaces, since that usually leaves the subject line in the right
form.)

If you do not wish to subscribe to this list, please simply disregard
this message.  Send questions to
[EMAIL PROTECTED]


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