I'm trying to configure and build the current bits from the CVS tree, I've used autoconf (GNU Autoconf) 2.52 to generated configure from the configure.ac file. When I run configure on Solaris 9 I get a failure thus: $ ./configure .... checking for OpenSSL directory... /usr/local/ssl checking for RSA support... yes checking whether OpenSSL's headers match the library... yes checking whether OpenSSL's PRNG is internally seeded... yes checking for PRNGD/EGD socket... not found ./configure: syntax error at line 7698: `OSSH_PATH_ENTROPY_PROG' unexpected I've tried with and without --with-rand-helper=no and I get the same failure. I've tried this using: cc: Sun WorkShop 6 update 1 C 5.2 2000/09/11 gcc version 2.95.3 20010315 (release) rep Full configure.out is attached. Any pointers to FAQs or other docs appreciated, I searched the list archives for rand-helper and OSS_PATH_ENTROY_PROG but found nothing that helps me solve my problem. Once I have this resolved I can start testing the Solaris BSM audit patches for OpenSSH. Thanks -- Darren J Moffat -------------- next part -------------- checking for gcc... gcc checking for C compiler default output... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for executable suffix... checking for object suffix... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking build system type... sparc-sun-solaris2.9 checking host system type... sparc-sun-solaris2.9 checking whether byte ordering is bigendian... yes checking how to run the C preprocessor... gcc -E checking for ranlib... ranlib checking for a BSD compatible install... /opt/sfw/bin/ginstall -c checking for ar... /usr/ccs/bin/ar checking for perl5... /usr/dist/exe/perl5 checking for ent... no checking for filepriv... no checking for bash... /usr/bin/bash checking for ksh... (cached) /usr/bin/bash checking for sh... (cached) /usr/bin/bash checking for special C compiler options needed for large files... no checking for _FILE_OFFSET_BITS value needed for large files... 64 checking for _LARGE_FILES value needed for large files... no checking for login... /usr/bin/login checking for gcc option to accept ANSI C... none needed checking for inline... inline checking for obsolete utmp and wtmp in solaris2.x... yes checking for bstring.h... no checking for crypt.h... yes checking for endian.h... no checking for floatingpoint.h... yes checking for getopt.h... no checking for glob.h... yes checking for lastlog.h... yes checking for limits.h... yes checking for login.h... no checking for login_cap.h... no checking for maillock.h... yes checking for netdb.h... yes checking for netgroup.h... no checking for netinet/in_systm.h... yes checking for paths.h... no checking for poll.h... yes checking for pty.h... no checking for rpc/types.h... yes checking for security/pam_appl.h... yes checking for shadow.h... yes checking for stddef.h... yes checking for stdint.h... no checking for strings.h... yes checking for sys/bitypes.h... no checking for sys/bsdtty.h... no checking for sys/cdefs.h... yes checking for sys/poll.h... yes checking for sys/queue.h... no checking for sys/select.h... yes checking for sys/stat.h... yes checking for sys/stropts.h... yes checking for sys/sysmacros.h... yes checking for sys/time.h... yes checking for sys/un.h... yes checking for time.h... yes checking for ttyent.h... no checking for usersec.h... no checking for util.h... no checking for utime.h... yes checking for utmp.h... yes checking for utmpx.h... yes checking for yp_match... no checking for yp_match in -lnsl... yes checking for setsockopt... no checking for setsockopt in -lsocket... yes checking for getspnam... yes checking for deflate in -lz... yes checking for strcasecmp... yes checking for utimes... yes checking for libutil.h... no checking for library containing login... no checking for logout... no checking for updwtmp... yes checking for logwtmp... no checking for strftime... yes checking for GLOB_ALTDIRFUNC support... no checking for gl_matchc field in glob_t... no checking whether struct dirent allocates space for d_name... no checking for libwrap... yes checking for arc4random... no checking for atexit... yes checking for b64_ntop... no checking for bcopy... yes checking for bindresvport_sa... no checking for clock... yes checking for fchmod... yes checking for fchown... yes checking for freeaddrinfo... yes checking for futimes... no checking for gai_strerror... yes checking for getaddrinfo... yes checking for getcwd... yes checking for getgrouplist... no checking for getnameinfo... yes checking for getopt... yes checking for getrlimit... yes checking for getrusage... yes checking for getttyent... no checking for glob... yes checking for inet_aton... no checking for inet_ntoa... yes checking for inet_ntop... yes checking for innetgr... yes checking for login_getcapbool... no checking for md5_crypt... no checking for memmove... yes checking for mkdtemp... no checking for on_exit... no checking for openpty... no checking for readpassphrase... no checking for realpath... yes checking for rresvport_af... yes checking for setdtablesize... no checking for setegid... yes checking for setenv... no checking for seteuid... yes checking for setlogin... no checking for setproctitle... no checking for setresgid... no checking for setreuid... yes checking for setrlimit... yes checking for setsid... yes checking for setvbuf... yes checking for sigaction... yes checking for sigvec... no checking for snprintf... yes checking for strerror... yes checking for strlcat... yes checking for strlcpy... yes checking for strmode... no checking for strsep... no checking for sysconf... yes checking for tcgetpgrp... yes checking for utimes... (cached) yes checking for vhangup... yes checking for vsnprintf... yes checking for waitpid... yes checking for __b64_ntop... no checking for _getpty... no checking for dirname... yes checking for libgen.h... yes checking for gettimeofday... yes checking for time... yes checking for endutent... yes checking for getutent... yes checking for getutid... yes checking for getutline... yes checking for pututline... yes checking for setutent... yes checking for utmpname... yes checking for endutxent... yes checking for getutxent... yes checking for getutxid... yes checking for getutxline... yes checking for pututxline... yes checking for setutxent... yes checking for utmpxname... yes checking for getuserattr... no checking for getuserattr in -ls... no checking for daemon... no checking for daemon in -lbsd... no checking for getpagesize... yes checking whether snprintf correctly terminates long strings... yes checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... (cached) yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... (cached) yes checking for inttypes.h... yes checking for stdint.h... (cached) no checking for unistd.h... yes checking whether getpgrp takes no argument... yes checking for dlopen in -ldl... yes checking for pam_set_item in -lpam... yes checking for pam_getenvlist... yes checking whether pam_strerror takes only one argument... no checking for OpenSSL directory... /usr/local/ssl checking for RSA support... yes checking whether OpenSSL's headers match the library... yes checking whether OpenSSL's PRNG is internally seeded... yes ./configure: syntax error at line 7566: `OSSH_PATH_ENTROPY_PROG' unexpected
On Thu, 9 May 2002, Darren Moffat wrote:> I'm trying to configure and build the current bits from the CVS tree, > I've used autoconf (GNU Autoconf) 2.52 to generated configure from > the configure.ac file. > > When I run configure on Solaris 9 I get a failure thus: > $ ./configure > .... > checking for OpenSSL directory... /usr/local/ssl > checking for RSA support... yes > checking whether OpenSSL's headers match the library... yes > checking whether OpenSSL's PRNG is internally seeded... yes > checking for PRNGD/EGD socket... not found > ./configure: syntax error at line 7698: `OSSH_PATH_ENTROPY_PROG' unexpectedconfigure didn't get built correctly. Did you run autoconf or autoreconf? (try autoreconf) -- Tim Rice Multitalents (707) 887-1469 tim at multitalents.net
Side note: From what I've heard, any "Sun Workshop 6" or "Sun Forte 6" less than "Update 2" is "broken"... and OpenSSL will not compile correctly with the "broken" versions. Your mileage may vary. ;-) Ed On Thu, 9 May 2002, Darren Moffat wrote:> Date: Thu, 9 May 2002 13:50:25 -0700 (PDT) > From: Darren Moffat <Darren.Moffat at Sun.COM> > To: openssh-unix-dev at mindrot.org > Subject: OSSH_PATH_ENTROPY_PROG' unexpected > > I'm trying to configure and build the current bits from the CVS tree, > I've used autoconf (GNU Autoconf) 2.52 to generated configure from > the configure.ac file. > > When I run configure on Solaris 9 I get a failure thus: > $ ./configure > .... > checking for OpenSSL directory... /usr/local/ssl > checking for RSA support... yes > checking whether OpenSSL's headers match the library... yes > checking whether OpenSSL's PRNG is internally seeded... yes > checking for PRNGD/EGD socket... not found > ./configure: syntax error at line 7698: `OSSH_PATH_ENTROPY_PROG' unexpected > > I've tried with and without --with-rand-helper=no and I get the same > failure. > > I've tried this using: > cc: Sun WorkShop 6 update 1 C 5.2 2000/09/11 > gcc version 2.95.3 20010315 (release) rep > > Full configure.out is attached. > > Any pointers to FAQs or other docs appreciated, I searched the list > archives for rand-helper and OSS_PATH_ENTROY_PROG but found nothing that > helps me solve my problem. > > Once I have this resolved I can start testing the Solaris BSM audit > patches for OpenSSH. > > Thanks > > -- > Darren J Moffat >Ed Phillips <ed at udel.edu> University of Delaware (302) 831-6082 Systems Programmer III, Network and Systems Services finger -l ed at polycut.nss.udel.edu for PGP public key