I am trying to compile Stunnel 4.21 on Solaris 10 with no luck. I am using Openssl 0.9.8f. After running configure, I run make and receive the following output:<br><br>(truncated for size)<br>-------------------------------------------------------<br>
/bin/bash ../libtool --tag=CC --mode=link gcc -m64  -g -O2 -Wall -Wshadow -Wcast-align -Wpointer-arith -I/usr/local/ssl/include    -o stunnel   file.o client.o log.o  options.o protocol.o network.o  resolver.o ssl.o ctx.o  verify.o sthreads.o stunnel.o  pty.o  -lz -ldl -lsocket -lnsl  -lpthread -L/usr/local/ssl/lib -lssl -lcrypto<br>
gcc -m64 -g -O2 -Wall -Wshadow -Wcast-align -Wpointer-arith -I/usr/local/ssl/include -o stunnel file.o client.o log.o options.o protocol.o network.o resolver.o ssl.o ctx.o verify.o sthreads.o stunnel.o pty.o  -lz -ldl -lsocket -lnsl -lpthread -L/usr/local/ssl/lib -lssl -lcrypto<br>
Undefined                       first referenced<br> symbol                             in file<br>BIO_set_flags                       protocol.o<br>SSL_CTX_set_info_callback           ctx.o<br>ld: fatal: Symbol referencing errors. No output written to stunnel<br>
collect2: ld returned 1 exit status<br>*** Error code 1<br>make: Fatal error: Command failed for target `stunnel'<br>Current working directory /tmp/stunnel-4.20/src<br>*** Error code 1<br>The following command caused the error:<br>
failcom='exit 1'; \<br>for f in x $MAKEFLAGS; do \<br>  case $f in \<br>    *=* | --[!k]*);; \<br>    *k*) failcom='fail=yes';; \<br>  esac; \<br>done; \<br>dot_seen=no; \<br>target=`echo all-recursive | sed s/-recursive//`; \<br>
list='src doc tools'; for subdir in $list; do \<br>  echo "Making $target in $subdir"; \<br>  if test "$subdir" = "."; then \<br>    dot_seen=yes; \<br>    local_target="$target-am"; \<br>
  else \<br>    local_target="$target"; \<br>  fi; \<br>  (cd $subdir && make  $local_target) \<br>  || eval $failcom; \<br>done; \<br>if test "$dot_seen" = "no"; then \<br>  make  "$target-am" || exit 1; \<br>
fi; test -z "$fail"<br>make: Fatal error: Command failed for target `all-recursive'<br><br><br>I have tried Stunnel version 4.21, 4.20 with the same results. I have used Stunnel to help build several secure log servers in the past, and I've never had problems getting it compiled and installed. Any help would be greatly appreciated.<br>
<br>cod3fr3ak<br>