Re: configure / make problem on suse 8.0

2003-07-16 Thread Alan DeKok
[EMAIL PROTECTED] wrote:
> Using freeradius 0.9.0-pre3.=20
> 
> After a ./configure and a make I get the following errors :
> 
> -module -static  -g -O2 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -Wall =
 ^^

  There's supposed to be a program name there.

  Alan DeKok.

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


RE: configure / make problem on suse 8.0

2003-07-16 Thread Paul Hampson
From: [EMAIL PROTECTED]
Sent: Wednesday, 16 July 2003 7:34 PM

> Using freeradius 0.9.0-pre3. 

> After a ./configure and a make I get the following errors :

> -module -static  -g -O2 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS \
> -Wall -D_GNU_SOURCE -DNDEBUG  -D_LIBRADIUS -I../include dict.o \
> print.o radius.o valuepair.o token.o misc.o log.o filters.o \
> missing.o md4.o md5.o sha1.o hmac.o snprintf.o isaac.o smbdes.o \
> crypt.o -o libradius.a
> gmake[4]: /usr/local/httpd/htdocs/freeradius: Command not found
> gmake[4]: *** [libradius.a] Error 127
> gmake[4]: Leaving directory `/usr/local/httpd/htdocs/freeradius 
> 0.9.0-pre3/freeradius/freeradius-0.9.0-pre3/src/lib'
> gmake[3]: *** [common] Error 1
> gmake[3]: Leaving directory `/usr/local/httpd/htdocs/freeradius 
> 0.9.0-pre3/freeradius/freeradius-0.9.0-pre3/src'
> gmake[2]: *** [all] Error 2
> gmake[2]: Leaving directory `/usr/local/httpd/htdocs/freeradius 
> 0.9.0-pre3/freeradius/freeradius-0.9.0-pre3/src'
> gmake[1]: *** [common] Error 1
> gmake[1]: Leaving directory `/usr/local/httpd/htdocs/freeradius 
> 0.9.0-pre3/freeradius/freeradius-0.9.0-pre3'
> make: *** [all] Error 2

> Is this still a problem with the version or my system or me ?

It _looks_ like it's falling over the space in your path... However,
the relevant part of the command has been trimmed from just off
the top... (The first line above is part of the arguments to the
command)

The whole make output would prolly help narrow it down, but I
don't think it's a bug in FreeRADIUS per se, unless some of the
makefile scripts make unfortunate assumptions about file naming.

--
=
Paul "TBBle" Hampson
Bubblesworth Pty Ltd (ABN: 51 095 284 361)
[EMAIL PROTECTED]

This is a one line proof...if we start
sufficiently far to the left.
-- Cambridge University Math Department
-
Random signature generator 3.0 by Paul "TBBle" Hampson
=


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


configure / make problem on suse 8.0

2003-07-16 Thread barry



Hi There
 
Using freeradius 0.9.0-pre3. 
 
After a ./configure and a make I get the following 
errors :
 
-module -static  -g -O2 -D_REENTRANT 
-D_POSIX_PTHREAD_SEMANTICS -Wall -D_GNU_SOURCE -DNDEBUG  -D_LIBRADIUS 
-I../include dict.o print.o radius.o valuepair.o token.o misc.o log.o filters.o 
missing.o md4.o md5.o sha1.o hmac.o snprintf.o isaac.o smbdes.o crypt.o -o 
libradius.agmake[4]: /usr/local/httpd/htdocs/freeradius: Command not 
foundgmake[4]: *** [libradius.a] Error 127gmake[4]: Leaving directory 
`/usr/local/httpd/htdocs/freeradius 
0.9.0-pre3/freeradius/freeradius-0.9.0-pre3/src/lib'gmake[3]: *** [common] 
Error 1gmake[3]: Leaving directory `/usr/local/httpd/htdocs/freeradius 
0.9.0-pre3/freeradius/freeradius-0.9.0-pre3/src'gmake[2]: *** [all] Error 
2gmake[2]: Leaving directory `/usr/local/httpd/htdocs/freeradius 
0.9.0-pre3/freeradius/freeradius-0.9.0-pre3/src'gmake[1]: *** [common] Error 
1gmake[1]: Leaving directory `/usr/local/httpd/htdocs/freeradius 
0.9.0-pre3/freeradius/freeradius-0.9.0-pre3'make: *** [all] Error 
2
Is this still a problem with the version or my 
system or me ?
 
Thanks
Barry