[stunnel-users] make compile error options.c parse_ocsp_url

William Biagi bill at biagi.com
Sat Mar 3 12:48:13 CET 2007


./configure was successful but the make gave me the following:

Making all in src
make[1]: Entering directory `/home/bbiagi/stunnel-4.20/src'
if gcc -DPACKAGE_NAME=\"stunnel\" -DPACKAGE_TARNAME=\"stunnel\" 
-DPACKAGE_VERSION=\"4.20\" -DPACKAGE_STRING=\"stunnel\ 4.20\" 
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"stunnel\" -DVERSION=\"4.20\" 
-DHOST=\"i686-pc-linux-gnu\" -DCPU_I686=1 -DVENDOR_PC=1 
-DOS_LINUX_GNU=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 
-DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 
-DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 
-DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 
-DSIZEOF_UNSIGNED_CHAR=1 -DSIZEOF_UNSIGNED_SHORT=2 
-DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG=4 -DHAVE_DEV_PTMX=1 
-DRANDOM_FILE=\"/dev/urandom\" -DHAVE_UCONTEXT_H=1 -DHAVE_PTHREAD_H=1 
-DHAVE_SYS_SELECT_H=1 -DHAVE_POLL_H=1 -DHAVE_SYS_POLL_H=1 
-DHAVE_TCPD_H=1 -DHAVE_SYS_IOCTL_H=1 -DHAVE_STROPTS_H=1 -DHAVE_GRP_H=1 
-DHAVE_UNISTD_H=1 -DHAVE_SYS_RESOURCE_H=1 -DHAVE_PTY_H=1 
-DHAVE_LIBUTIL=1 -DHAVE_LIBDL=1 -DHAVE_LIBZ=1 -DHAVE_LIBPTHREAD=1 
-DUSE_PTHREAD=1 -DHAVE_SNPRINTF=1 -DHAVE_VSNPRINTF=1 -DHAVE_OPENPTY=1 
-DHAVE_DAEMON=1 -DHAVE_WAITPID=1 -DHAVE_WAIT4=1 -DHAVE_SETSID=1 
-DHAVE_SETGROUPS=1 -DHAVE_CHROOT=1 -DHAVE_SYSCONF=1 -DHAVE_GETRLIMIT=1 
-DHAVE_PTHREAD_SIGMASK=1 -DHAVE_LOCALTIME_R=1 -DHAVE_GETCONTEXT=1 
-DHAVE_POLL=1 -DHAVE_ENDHOSTENT=1 -DHAVE_GETNAMEINFO=1 
-DHAVE_GETADDRINFO=1 -DHAVE_OPENSSL=1 -Dssldir=\"/usr\" 
-DHAVE_OSSL_ENGINE_H=1  -I. -I. -I/usr/kerberos/include 
-DLIBDIR='"/usr/local/lib"' -DCONFDIR='"/usr/local/etc/stunnel"' 
-DPIDFILE='"/usr/local/var/run/stunnel/stunnel.pid"'   -g -O2 -Wall 
-Wshadow -Wcast-align -Wpointer-arith -I/usr/include -MT options.o -MD 
-MP -MF ".deps/options.Tpo" -c -o options.o options.c; \
then mv -f ".deps/options.Tpo" ".deps/options.Po"; else rm -f 
".deps/options.Tpo"; exit 1; fi
options.c: In function `parse_ocsp_url':
options.c:1762: warning: implicit declaration of function 
`OCSP_parse_url'
options.c:1767: structure has no member named `ocsp_addr'
options.c:1769: structure has no member named `ocsp_path'
options.c: In function `parse_ocsp_flag':
options.c:1786: `OCSP_NOCERTS' undeclared (first use in this function)
options.c:1786: (Each undeclared identifier is reported only once
options.c:1786: for each function it appears in.)
options.c:1787: `OCSP_NOINTERN' undeclared (first use in this function)
options.c:1788: `OCSP_NOSIGS' undeclared (first use in this function)
options.c:1789: `OCSP_NOCHAIN' undeclared (first use in this function)
options.c:1790: `OCSP_NOVERIFY' undeclared (first use in this function)
options.c:1791: `OCSP_NOEXPLICIT' undeclared (first use in this 
function)
options.c:1792: `OCSP_NOCASIGN' undeclared (first use in this function)
options.c:1793: `OCSP_NODELEGATED' undeclared (first use in this 
function)
options.c:1794: `OCSP_NOCHECKS' undeclared (first use in this function)
options.c:1795: `OCSP_TRUSTOTHER' undeclared (first use in this 
function)
options.c:1796: `OCSP_RESPID_KEY' undeclared (first use in this 
function)
options.c:1797: `OCSP_NOTIME' undeclared (first use in this function)
options.c: At top level:
options.c:1758: warning: `parse_ocsp_url' defined but not used
options.c:1781: warning: `parse_ocsp_flag' defined but not used
make[1]: *** [options.o] Error 1
make[1]: Leaving directory `/home/bbiagi/stunnel-4.20/src'
make: *** [all-recursive] Error 1

I am trying to install on a red hat 7.3 with openssl-0.9.6b-18






More information about the stunnel-users mailing list