help-gnu-radius
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Help-gnu-radius] problems installing GNU Radius


From: Paul Doxey
Subject: Re: [Help-gnu-radius] problems installing GNU Radius
Date: Fri, 20 Jul 2001 13:55:16 -0500

Hi Sergey,

You're a genius!  It seems to have run, but there were a few possible
errors.   I'll tack the printout below.  Do I run 'make' now to complete
the installation?

Thanks,

Paul

# ./configure
creating cache ./config.cache
checking host system type... sparc-sun-solaris2.6
checking target system type... sparc-sun-solaris2.6
checking build system type... sparc-sun-solaris2.6
checking for a BSD compatible install... ./install-sh -c
checking whether build environment is sane... yes
checking whether make sets ${MAKE}... yes
checking for working aclocal... missing
checking for working autoconf... missing
checking for working automake... missing
checking for working autoheader... missing
checking for working makeinfo... missing
checking whether to enable maintainer-specific portions of Makefiles... no
checking for gcc... gcc
checking whether the C compiler (gcc  ) works... yes
checking whether the C compiler (gcc  ) is a cross-compiler... no
checking whether we are using GNU C... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking for ranlib... ranlib
checking for bison... no
checking for byacc... no
checking how to run the C preprocessor... gcc -E
checking for flex... no
checking for lex... lex
checking for flex... (cached) lex
checking for yywrap in -ll... yes
checking lex output file root... line 3: Error: Lex driver missing, file
/usr/bi
n/ncform
lex.yy
checking whether yytext is a pointer... no
checking for mawk... no
checking for gawk... no
checking for nawk... nawk
checking for m4... /usr/ccs/bin/m4
checking for ps... /usr/bin/ps
checking for getopt... /usr/bin/getopt
checking whether ln -s works... yes
checking for guile-config... no
checking for emacs... no
checking for xemacs... no
checking whether compiler defines __FUNCTION__... yes
checking for additional libraries...
checking for additional includes...
checking for main in -lsocket... yes
checking for main in -lnsl... yes
checking for gettext in -lintl... yes
checking for regcomp in -lrx... no
checking for crypt in -lcrypt... yes
checking for ANSI C header files... yes
checking for sys/wait.h that is POSIX.1 compatible... yes
checking for fcntl.h... yes
checking for malloc.h... yes
checking for strings.h... yes
checking for sys/file.h... yes
checking for sys/time.h... yes
checking for sys/types.h... yes
checking for unistd.h... yes
checking for ctype.h... yes
checking for sys/socket.h... yes
checking for netinet/in.h... yes
checking for arpa/inet.h... yes
checking for netdb.h... yes
checking for stdarg.h... yes
checking for varargs.h... yes
checking for termcap.h... no
checking for termios.h... yes
checking for termio.h... yes
checking for sgtty.h... yes
checking for crypt.h... yes
checking for sys/uio.h... yes
checking for sys/select.h... yes
checking for sys/resources.h... no
checking for getopt.h... no
checking for working const... yes
checking for uid_t in sys/types.h... yes
checking for off_t... yes
checking for pid_t... yes
checking for size_t... yes
checking for u_char... yes
checking for u_int... yes
checking for u_long... yes
checking whether time.h and sys/time.h may both be included... yes
checking whether struct tm is in sys/time.h or time.h... time.h
checking for 8-bit clean memcmp... yes
checking return type of signal handlers... void
checking for strftime... yes
checking for vprintf... yes
checking for setsid... yes
checking for gethostname... yes
checking for gettimeofday... yes
checking for mkdir... yes
checking for mktime... yes
checking for select... yes
checking for socket... yes
checking for strdup... yes
checking for strtol... yes
checking for lockf... yes
checking for strncasecmp... yes
checking for setlocale... yes
checking for strerror... yes
checking for bzero... yes
checking for regcomp... yes
checking for inet_ntoa... yes
checking for inet_aton... no
checking for setvbuf... yes
checking for seteuid... yes
checking for setreuid... yes
checking for getdtablesize... yes
checking for getopt_long... no
checking for sys_errlist and sys_nerr... Ok
checking authentication port number... 1645
checking whether to enable shadow support... yes
checking for msgfmt... /usr/bin/msgfmt
checking for msgfmt... /usr/bin/msgfmt
updating cache ./config.cache
creating ./config.status
creating Makefile
creating include/Makefile
creating radlib/Makefile
creating snmplib/Makefile
creating radiusd/Makefile
creating radlast/Makefile
creating radwho/Makefile
creating raduse/Makefile
creating radzap/Makefile
creating radscm/Makefile
creating radscripts/Makefile
creating doc/Makefile
creating doc/texinfo/Makefile
creating doc/man/Makefile
creating po/Makefile
creating doc/texinfo/config.texi
creating doc/man/config.so
creating elisp/Makefile
creating test/Makefile
creating config.h
config.h is unchanged
#

Sergey Poznyakoff wrote:

> > My $PATH looks like this:
> >
> > # echo $PATH
> > /usr/bin:/usr/ucb:/etc:.
>
> I guess you are running Solaris, aren't you? I don't know exactly
> where the needed components are installed on your system, but usual
> locations are:
>
>           /usr/bin:/usr/ccs/bin:/usr/local/bin
>
> > Since I'm not a unix whiz, I don't know how to add to the $PATH, so I
> > set up a link to gcc and got the following result:
>
> Setting up a link does not work since gcc itself needs correct PATH
> to find its runtime components.
> To update your PATH variable do the following on your command prompt
> (assuming you use sh/ksh/bash):
>
>   PATH=/usr/bin:/usr/ccs/bin:/usr/local/bin:/etc; export PATH
>
> (You may find it usable to add this to your $HOME/.profile)
>
> Then re-run configure. It is a good idea to remove file config.cache
> before running it.
>
> Regards,
> Sergey

Attachment: paul.doxey.vcf
Description: Card for Paul Doxey


reply via email to

[Prev in Thread] Current Thread [Next in Thread]