[stunnel-users] Stunnel Install error on Solaris10 X86

Ashok Kumar G ashokdb2k at gmail.com
Mon Mar 10 15:13:37 CET 2014


Thanks very much Norm,

Below is my install output. I used "make" instead of "gmake"

bash-3.00# echo $PATH

/usr/sbin:/usr/bin

bash-3.00#

bash-3.00# PATH=$PATH:/usr/sfw/bin

bash-3.00# ./configure --with-ssl=/usr/sfw --disable-libwrap

configure: **************************************** initialization

checking for a BSD-compatible install... auto/install-sh -c

checking whether build environment is sane... yes

checking for a thread-safe mkdir -p... auto/install-sh -c -d

checking for gawk... no

checking for mawk... no

checking for nawk... nawk

checking whether make sets $(MAKE)... no

checking build system type... i386-pc-solaris2.10

checking host system type... i386-pc-solaris2.10

checking for gcc... gcc

checking whether the C compiler works... yes

checking for C compiler default output file name... a.out

checking for suffix of executables...

checking whether we are cross compiling... no

checking for suffix of object files... o

checking whether we are using the GNU C compiler... yes

checking whether gcc accepts -g... yes

checking for gcc option to accept ISO C89... none needed

checking for style of include used by make... none

checking dependency style of gcc... none

checking whether gcc and cc understand -c and -o together... yes

checking whether make sets $(MAKE)... (cached) no

configure: **************************************** compiler/linker flags

checking whether gcc accepts -pthread... yes

checking whether gcc accepts -fstack-protector... no

checking whether gcc accepts -pie... yes

checking whether gcc accepts -Wall... yes

checking whether gcc accepts -Wextra... yes

checking whether gcc accepts -Wno-long-long... yes

checking whether gcc accepts -pedantic... yes

configure: **************************************** libtool

checking for a sed that does not truncate output... /usr/bin/sed

checking for grep that handles long lines and -e... /usr/sfw/bin/ggrep

checking for egrep... /usr/sfw/bin/ggrep -E

checking for fgrep... /usr/sfw/bin/ggrep -F

checking for ld used by gcc... /usr/ccs/bin/ld

checking if the linker (/usr/ccs/bin/ld) is GNU ld... no

checking for BSD- or MS-compatible name lister (nm)... /usr/ccs/bin/nm -p

checking the name lister (/usr/ccs/bin/nm -p) interface... BSD nm

checking whether ln -s works... yes

checking the maximum length of command line arguments... 786240

checking whether the shell understands some XSI constructs... yes

checking whether the shell understands "+="... no

checking for /usr/ccs/bin/ld option to reload object files... -r

checking for objdump... no

checking how to recognize dependent libraries... pass_all

checking for ar... no

checking for strip... no

checking for ranlib... no

checking command to parse /usr/ccs/bin/nm -p output from gcc object... ok

checking how to run the C preprocessor... gcc -E

checking for ANSI C header files... yes

checking for sys/types.h... yes

checking for sys/stat.h... yes

checking for stdlib.h... yes

checking for string.h... yes

checking for memory.h... yes

checking for strings.h... yes

checking for inttypes.h... yes

checking for stdint.h... yes

checking for unistd.h... yes

checking for dlfcn.h... yes

checking for objdir... .libs

checking if gcc supports -fno-rtti -fno-exceptions... no

checking for gcc option to produce PIC... -fPIC -DPIC

checking if gcc PIC flag -fPIC -DPIC works... yes

checking if gcc static flag -static works... no

checking if gcc supports -c -o file.o... yes

checking if gcc supports -c -o file.o... (cached) yes

checking whether the gcc linker (/usr/ccs/bin/ld) supports shared
libraries... yes

checking whether -lc should be explicitly linked in... yes

checking dynamic linker characteristics... solaris2.10 ld.so

checking how to hardcode library paths into programs... immediate

checking whether stripping libraries is possible... no

checking if libtool supports shared libraries... yes

checking whether to build shared libraries... yes

checking whether to build static libraries... no

configure: **************************************** types

checking size of unsigned char... 1

checking size of unsigned short... 2

checking size of unsigned int... 4

checking size of unsigned long... 4

checking for socklen_t... yes

checking for struct sockaddr_un... yes

checking for struct addrinfo... yes

configure: **************************************** PTY device files

checking for "/dev/ptmx"... yes

checking for "/dev/ptc"... no

configure: **************************************** entropy sources

checking for "/dev/urandom"... yes

configure: **************************************** default group

checking for default group... nogroup

configure: **************************************** header files

checking malloc.h usability... yes

checking malloc.h presence... yes

checking for malloc.h... yes

checking ucontext.h usability... yes

checking ucontext.h presence... yes

checking for ucontext.h... yes

checking pthread.h usability... yes

checking pthread.h presence... yes

checking for pthread.h... yes

checking poll.h usability... yes

checking poll.h presence... yes

checking for poll.h... yes

checking tcpd.h usability... yes

checking tcpd.h presence... yes

checking for tcpd.h... yes

checking stropts.h usability... yes

checking stropts.h presence... yes

checking for stropts.h... yes

checking grp.h usability... yes

checking grp.h presence... yes

checking for grp.h... yes

checking for unistd.h... (cached) yes

checking util.h usability... no

checking util.h presence... no

checking for util.h... no

checking libutil.h usability... no

checking libutil.h presence... no

checking for libutil.h... no

checking pty.h usability... no

checking pty.h presence... no

checking for pty.h... no

checking for sys/types.h... (cached) yes

checking sys/select.h usability... yes

checking sys/select.h presence... yes

checking for sys/select.h... yes

checking sys/poll.h usability... yes

checking sys/poll.h presence... yes

checking for sys/poll.h... yes

checking sys/socket.h usability... yes

checking sys/socket.h presence... yes

checking for sys/socket.h... yes

checking sys/un.h usability... yes

checking sys/un.h presence... yes

checking for sys/un.h... yes

checking sys/ioctl.h usability... yes

checking sys/ioctl.h presence... yes

checking for sys/ioctl.h... yes

checking sys/filio.h usability... yes

checking sys/filio.h presence... yes

checking for sys/filio.h... yes

checking sys/resource.h usability... yes

checking sys/resource.h presence... yes

checking for sys/resource.h... yes

checking sys/uio.h usability... yes

checking sys/uio.h presence... yes

checking for sys/uio.h... yes

checking for struct msghdr.msg_control... no

checking for linux/netfilter_ipv4.h... no

configure: **************************************** libraries

checking for library containing gethostbyname... -lnsl

checking for library containing yp_get_default_domain... none required

checking for library containing socket... -lsocket

checking for library containing openpty... no

checking for library containing dlopen... none required

checking for library containing shl_load... no

checking for library containing inflateEnd... -lz

configure: **************************************** thread model

checking for pthread_create in -lc_r... no

checking for pthread_create in -lc... yes

checking for pthread_create in -lpthread... yes

configure: PTHREAD thread model detected

configure: **************************************** library functions

checking for snprintf... yes

checking for vsnprintf... yes

checking for openpty... no

checking for _getpty... no

checking for daemon... no

checking for waitpid... yes

checking for wait4... yes

checking for setsid... yes

checking for setgroups... yes

checking for chroot... yes

checking for sysconf... yes

checking for getrlimit... yes

checking for pthread_sigmask... yes

checking for localtime_r... yes

checking for getcontext... yes

checking for __makecontext_v2... no

checking for poll... yes

checking for gethostbyname2... no

checking for endhostent... yes

checking for getnameinfo... yes

checking for getaddrinfo... yes

checking for broken poll() implementation... no

checking for pipe2... no

checking for accept4... no

configure: **************************************** optional features

checking whether to enable IPv6 support... yes

checking whether to disable TCP wrappers library support... yes

checking whether to enable FIPS mode support... autodetecting

configure: **************************************** SSL

checking for SSL directory... /usr/sfw

checking /usr/sfw/include/openssl/engine.h usability... yes

checking /usr/sfw/include/openssl/engine.h presence... yes

checking for /usr/sfw/include/openssl/engine.h... yes

checking /usr/sfw/include/openssl/ocsp.h usability... yes

checking /usr/sfw/include/openssl/ocsp.h presence... yes

checking for /usr/sfw/include/openssl/ocsp.h... yes

checking /usr/sfw/include/openssl/fips.h usability... no

checking /usr/sfw/include/openssl/fips.h presence... no

checking for /usr/sfw/include/openssl/fips.h... no

configure: WARNING: OpenSSL fips header not found

checking for FIPS_mode_set... no

configure: FIPS mode not detected

configure: **************************************** write the results

configure: creating ./config.status

config.status: creating Makefile

config.status: creating src/Makefile

config.status: creating src/stunnel3

config.status: creating doc/Makefile

config.status: creating tools/Makefile

config.status: creating tools/stunnel.conf-sample

config.status: creating tools/stunnel.init

config.status: creating tools/stunnel.service

config.status: creating src/config.h

config.status: executing depfiles commands

config.status: executing libtool commands

configure: **************************************** success

bash-3.00# make

bash: make: command not found

bash-3.00# echo $PATH

/usr/sbin:/usr/bin:/usr/sfw/bin

bash-3.00# PATH=$PATH:/usr/sbin:/usr/sfw/bin:/usr/ccs/bin

bash-3.00# LD_LIBARAY_PATH=/lib:/usr/lib:/usr/local/lib

bash-3.00# make

Making all in src

make  all-am

source='env.c' object='env.lo' libtool=yes \

DEPDIR=.deps depmode=none /bin/bash ../auto/depcomp \

/bin/bash ../libtool --tag=CC    --mode=compile gcc -DHAVE_CONFIG_H -I.
 -g -O2 -Wall -Wextra -Wno-long-long -pedantic -c -o env.lo env.c

libtool: compile:  gcc -DHAVE_CONFIG_H -I. -g -O2 -Wall -Wextra
-Wno-long-long -pedantic -c env.c  -fPIC -DPIC -o .libs/env.o

/bin/bash ../libtool --tag=CC    --mode=link gcc  -g -O2 -Wall -Wextra
-Wno-long-long -pedantic  -avoid-version  -o libstunnel.la -rpath
/usr/local/lib/stunnel env.lo  -lz -lsocket -lnsl  -lpthread

libtool: link: gcc -shared -Wl,-z -Wl,text -Wl,-h -Wl,libstunnel.so -o
.libs/libstunnel.so  .libs/env.o   -lz -lsocket -lnsl -lpthread -lc

libtool: link: ( cd ".libs" && rm -f "libstunnel.la" && ln -s "../
libstunnel.la" "libstunnel.la" )

source='str.c' object='stunnel-str.o' libtool=no \

DEPDIR=.deps depmode=none /bin/bash ../auto/depcomp \

gcc -DHAVE_CONFIG_H -I.  -I/usr/kerberos/include -I/usr/sfw/include
 -DLIBDIR='"/usr/local/lib/stunnel"' -DCONFDIR='"/usr/local/etc/stunnel"'
 -DPIDFILE='"/usr/local/var/run/stunnel/stunnel.pid"'  -pthread -fPIE -g
-O2 -Wall -Wextra -Wno-long-long -pedantic -c -o stunnel-str.o `test -f
'str.c' || echo './'`str.c

gcc: unrecognized option `-pthread'

source='file.c' object='stunnel-file.o' libtool=no \

DEPDIR=.deps depmode=none /bin/bash ../auto/depcomp \

gcc -DHAVE_CONFIG_H -I.  -I/usr/kerberos/include -I/usr/sfw/include
 -DLIBDIR='"/usr/local/lib/stunnel"' -DCONFDIR='"/usr/local/etc/stunnel"'
 -DPIDFILE='"/usr/local/var/run/stunnel/stunnel.pid"'  -pthread -fPIE -g
-O2 -Wall -Wextra -Wno-long-long -pedantic -c -o stunnel-file.o `test -f
'file.c' || echo './'`file.c

gcc: unrecognized option `-pthread'

source='client.c' object='stunnel-client.o' libtool=no \

DEPDIR=.deps depmode=none /bin/bash ../auto/depcomp \

gcc -DHAVE_CONFIG_H -I.  -I/usr/kerberos/include -I/usr/sfw/include
 -DLIBDIR='"/usr/local/lib/stunnel"' -DCONFDIR='"/usr/local/etc/stunnel"'
 -DPIDFILE='"/usr/local/var/run/stunnel/stunnel.pid"'  -pthread -fPIE -g
-O2 -Wall -Wextra -Wno-long-long -pedantic -c -o stunnel-client.o `test -f
'client.c' || echo './'`client.c

gcc: unrecognized option `-pthread'

source='log.c' object='stunnel-log.o' libtool=no \

DEPDIR=.deps depmode=none /bin/bash ../auto/depcomp \

gcc -DHAVE_CONFIG_H -I.  -I/usr/kerberos/include -I/usr/sfw/include
 -DLIBDIR='"/usr/local/lib/stunnel"' -DCONFDIR='"/usr/local/etc/stunnel"'
 -DPIDFILE='"/usr/local/var/run/stunnel/stunnel.pid"'  -pthread -fPIE -g
-O2 -Wall -Wextra -Wno-long-long -pedantic -c -o stunnel-log.o `test -f
'log.c' || echo './'`log.c

gcc: unrecognized option `-pthread'

source='options.c' object='stunnel-options.o' libtool=no \

DEPDIR=.deps depmode=none /bin/bash ../auto/depcomp \

gcc -DHAVE_CONFIG_H -I.  -I/usr/kerberos/include -I/usr/sfw/include
 -DLIBDIR='"/usr/local/lib/stunnel"' -DCONFDIR='"/usr/local/etc/stunnel"'
 -DPIDFILE='"/usr/local/var/run/stunnel/stunnel.pid"'  -pthread -fPIE -g
-O2 -Wall -Wextra -Wno-long-long -pedantic -c -o stunnel-options.o `test -f
'options.c' || echo './'`options.c

gcc: unrecognized option `-pthread'

source='protocol.c' object='stunnel-protocol.o' libtool=no \

DEPDIR=.deps depmode=none /bin/bash ../auto/depcomp \

gcc -DHAVE_CONFIG_H -I.  -I/usr/kerberos/include -I/usr/sfw/include
 -DLIBDIR='"/usr/local/lib/stunnel"' -DCONFDIR='"/usr/local/etc/stunnel"'
 -DPIDFILE='"/usr/local/var/run/stunnel/stunnel.pid"'  -pthread -fPIE -g
-O2 -Wall -Wextra -Wno-long-long -pedantic -c -o stunnel-protocol.o `test
-f 'protocol.c' || echo './'`protocol.c

gcc: unrecognized option `-pthread'

source='network.c' object='stunnel-network.o' libtool=no \

DEPDIR=.deps depmode=none /bin/bash ../auto/depcomp \

gcc -DHAVE_CONFIG_H -I.  -I/usr/kerberos/include -I/usr/sfw/include
 -DLIBDIR='"/usr/local/lib/stunnel"' -DCONFDIR='"/usr/local/etc/stunnel"'
 -DPIDFILE='"/usr/local/var/run/stunnel/stunnel.pid"'  -pthread -fPIE -g
-O2 -Wall -Wextra -Wno-long-long -pedantic -c -o stunnel-network.o `test -f
'network.c' || echo './'`network.c

gcc: unrecognized option `-pthread'

source='resolver.c' object='stunnel-resolver.o' libtool=no \

DEPDIR=.deps depmode=none /bin/bash ../auto/depcomp \

gcc -DHAVE_CONFIG_H -I.  -I/usr/kerberos/include -I/usr/sfw/include
 -DLIBDIR='"/usr/local/lib/stunnel"' -DCONFDIR='"/usr/local/etc/stunnel"'
 -DPIDFILE='"/usr/local/var/run/stunnel/stunnel.pid"'  -pthread -fPIE -g
-O2 -Wall -Wextra -Wno-long-long -pedantic -c -o stunnel-resolver.o `test
-f 'resolver.c' || echo './'`resolver.c

gcc: unrecognized option `-pthread'

source='ssl.c' object='stunnel-ssl.o' libtool=no \

DEPDIR=.deps depmode=none /bin/bash ../auto/depcomp \

gcc -DHAVE_CONFIG_H -I.  -I/usr/kerberos/include -I/usr/sfw/include
 -DLIBDIR='"/usr/local/lib/stunnel"' -DCONFDIR='"/usr/local/etc/stunnel"'
 -DPIDFILE='"/usr/local/var/run/stunnel/stunnel.pid"'  -pthread -fPIE -g
-O2 -Wall -Wextra -Wno-long-long -pedantic -c -o stunnel-ssl.o `test -f
'ssl.c' || echo './'`ssl.c

gcc: unrecognized option `-pthread'

ssl.c: In function `init_compression':

ssl.c:124: warning: assignment discards qualifiers from pointer target type

ssl.c:151: warning: assignment discards qualifiers from pointer target type

source='ctx.c' object='stunnel-ctx.o' libtool=no \

DEPDIR=.deps depmode=none /bin/bash ../auto/depcomp \

gcc -DHAVE_CONFIG_H -I.  -I/usr/kerberos/include -I/usr/sfw/include
 -DLIBDIR='"/usr/local/lib/stunnel"' -DCONFDIR='"/usr/local/etc/stunnel"'
 -DPIDFILE='"/usr/local/var/run/stunnel/stunnel.pid"'  -pthread -fPIE -g
-O2 -Wall -Wextra -Wno-long-long -pedantic -c -o stunnel-ctx.o `test -f
'ctx.c' || echo './'`ctx.c

gcc: unrecognized option `-pthread'

ctx.c: In function `info_callback':

ctx.c:641: warning: passing arg 1 of `SSL_get_ex_data' discards qualifiers
from pointer target type

ctx.c:650: warning: passing arg 1 of `SSL_state' discards qualifiers from
pointer target type

source='verify.c' object='stunnel-verify.o' libtool=no \

DEPDIR=.deps depmode=none /bin/bash ../auto/depcomp \

gcc -DHAVE_CONFIG_H -I.  -I/usr/kerberos/include -I/usr/sfw/include
 -DLIBDIR='"/usr/local/lib/stunnel"' -DCONFDIR='"/usr/local/etc/stunnel"'
 -DPIDFILE='"/usr/local/var/run/stunnel/stunnel.pid"'  -pthread -fPIE -g
-O2 -Wall -Wextra -Wno-long-long -pedantic -c -o stunnel-verify.o `test -f
'verify.c' || echo './'`verify.c

gcc: unrecognized option `-pthread'

source='sthreads.c' object='stunnel-sthreads.o' libtool=no \

DEPDIR=.deps depmode=none /bin/bash ../auto/depcomp \

gcc -DHAVE_CONFIG_H -I.  -I/usr/kerberos/include -I/usr/sfw/include
 -DLIBDIR='"/usr/local/lib/stunnel"' -DCONFDIR='"/usr/local/etc/stunnel"'
 -DPIDFILE='"/usr/local/var/run/stunnel/stunnel.pid"'  -pthread -fPIE -g
-O2 -Wall -Wextra -Wno-long-long -pedantic -c -o stunnel-sthreads.o `test
-f 'sthreads.c' || echo './'`sthreads.c

gcc: unrecognized option `-pthread'

source='fd.c' object='stunnel-fd.o' libtool=no \

DEPDIR=.deps depmode=none /bin/bash ../auto/depcomp \

gcc -DHAVE_CONFIG_H -I.  -I/usr/kerberos/include -I/usr/sfw/include
 -DLIBDIR='"/usr/local/lib/stunnel"' -DCONFDIR='"/usr/local/etc/stunnel"'
 -DPIDFILE='"/usr/local/var/run/stunnel/stunnel.pid"'  -pthread -fPIE -g
-O2 -Wall -Wextra -Wno-long-long -pedantic -c -o stunnel-fd.o `test -f
'fd.c' || echo './'`fd.c

gcc: unrecognized option `-pthread'

source='stunnel.c' object='stunnel-stunnel.o' libtool=no \

DEPDIR=.deps depmode=none /bin/bash ../auto/depcomp \

gcc -DHAVE_CONFIG_H -I.  -I/usr/kerberos/include -I/usr/sfw/include
 -DLIBDIR='"/usr/local/lib/stunnel"' -DCONFDIR='"/usr/local/etc/stunnel"'
 -DPIDFILE='"/usr/local/var/run/stunnel/stunnel.pid"'  -pthread -fPIE -g
-O2 -Wall -Wextra -Wno-long-long -pedantic -c -o stunnel-stunnel.o `test -f
'stunnel.c' || echo './'`stunnel.c

gcc: unrecognized option `-pthread'

source='pty.c' object='stunnel-pty.o' libtool=no \

DEPDIR=.deps depmode=none /bin/bash ../auto/depcomp \

gcc -DHAVE_CONFIG_H -I.  -I/usr/kerberos/include -I/usr/sfw/include
 -DLIBDIR='"/usr/local/lib/stunnel"' -DCONFDIR='"/usr/local/etc/stunnel"'
 -DPIDFILE='"/usr/local/var/run/stunnel/stunnel.pid"'  -pthread -fPIE -g
-O2 -Wall -Wextra -Wno-long-long -pedantic -c -o stunnel-pty.o `test -f
'pty.c' || echo './'`pty.c

gcc: unrecognized option `-pthread'

source='libwrap.c' object='stunnel-libwrap.o' libtool=no \

DEPDIR=.deps depmode=none /bin/bash ../auto/depcomp \

gcc -DHAVE_CONFIG_H -I.  -I/usr/kerberos/include -I/usr/sfw/include
 -DLIBDIR='"/usr/local/lib/stunnel"' -DCONFDIR='"/usr/local/etc/stunnel"'
 -DPIDFILE='"/usr/local/var/run/stunnel/stunnel.pid"'  -pthread -fPIE -g
-O2 -Wall -Wextra -Wno-long-long -pedantic -c -o stunnel-libwrap.o `test -f
'libwrap.c' || echo './'`libwrap.c

gcc: unrecognized option `-pthread'

/bin/bash ../libtool --tag=CC    --mode=link gcc -pthread -fPIE -g -O2
-Wall -Wextra -Wno-long-long -pedantic  -L/usr/sfw/lib64 -L/usr/sfw/lib
-lssl -lcrypto  -o stunnel  stunnel-str.o stunnel-file.o  stunnel-client.o
stunnel-log.o  stunnel-options.o stunnel-protocol.o  stunnel-network.o
stunnel-resolver.o  stunnel-ssl.o stunnel-ctx.o  stunnel-verify.o
stunnel-sthreads.o  stunnel-fd.o stunnel-stunnel.o  stunnel-pty.o
stunnel-libwrap.o  -lz -lsocket -lnsl  -lpthread

libtool: link: gcc -pthread -fPIE -g -O2 -Wall -Wextra -Wno-long-long
-pedantic -o stunnel stunnel-str.o stunnel-file.o stunnel-client.o
stunnel-log.o stunnel-options.o stunnel-protocol.o stunnel-network.o
stunnel-resolver.o stunnel-ssl.o stunnel-ctx.o stunnel-verify.o
stunnel-sthreads.o stunnel-fd.o stunnel-stunnel.o stunnel-pty.o
stunnel-libwrap.o  -L/usr/sfw/lib64 -L/usr/sfw/lib -lssl -lcrypto -lz
-lsocket -lnsl -lpthread -pthread

gcc: unrecognized option `-pthread'

gcc: unrecognized option `-pthread'

Making all in doc

Making all in tools

bash-3.00# make install

Making install in src

test -z "/usr/local/bin" || ../auto/install-sh -c -d "/usr/local/bin"

  /bin/bash ../libtool   --mode=install ../auto/install-sh -c stunnel
'/usr/local/bin'

libtool: install: ../auto/install-sh -c stunnel /usr/local/bin/stunnel

test -z "/usr/local/bin" || ../auto/install-sh -c -d "/usr/local/bin"

 ../auto/install-sh -c stunnel3 '/usr/local/bin'

test -z "/usr/local/lib/stunnel" || ../auto/install-sh -c -d
"/usr/local/lib/stunnel"

 /bin/bash ../libtool   --mode=install ../auto/install-sh -c
libstunnel.la'/usr/local/lib/stunnel'

libtool: install: ../auto/install-sh -c .libs/libstunnel.so
/usr/local/lib/stunnel/libstunnel.so

libtool: install: chmod +x /usr/local/lib/stunnel/libstunnel.so

libtool: install: ../auto/install-sh -c .libs/libstunnel.lai
/usr/local/lib/stunnel/libstunnel.la

----------------------------------------------------------------------

Libraries have been installed in:

   /usr/local/lib/stunnel


If you ever happen to want to link against installed libraries

in a given directory, LIBDIR, you must either use libtool, and

specify the full pathname of the library, or use the `-LLIBDIR'

flag during linking and do at least one of the following:

   - add LIBDIR to the `LD_LIBRARY_PATH' environment variable

     during execution

   - use the `-RLIBDIR' linker flag


See any operating system documentation about shared libraries for

more information, such as the ld(1) and ld.so(8) manual pages.

----------------------------------------------------------------------

Making install in doc

test -z "/usr/local/share/doc/stunnel" || ../auto/install-sh -c -d
"/usr/local/share/doc/stunnel"

 ../auto/install-sh -c -m 644 stunnel.html stunnel.pl.html stunnel.fr.html
'/usr/local/share/doc/stunnel'

test -z "/usr/local/share/man/man8" || ../auto/install-sh -c -d
"/usr/local/share/man/man8"

 ../auto/install-sh -c -m 644 stunnel.8 stunnel.pl.8 stunnel.fr.8
'/usr/local/share/man/man8'

Making install in tools

test -z "/usr/local/etc/stunnel" || ../auto/install-sh -c -d
"/usr/local/etc/stunnel"

 ../auto/install-sh -c -m 644 stunnel.conf-sample '/usr/local/etc/stunnel'

if test ! -r /usr/local/etc/stunnel/stunnel.pem; then \

        if test -r "/dev/urandom"; then \

                dd if="/dev/urandom" of=stunnel.rnd bs=256 count=1; \

                RND="-rand stunnel.rnd"; \

        else \

                RND=""; \

        fi; \

        /usr/sfw/bin/openssl req -new -x509 -days 365 $RND \

                -config ./stunnel.cnf \

                -out stunnel.pem -keyout stunnel.pem; \

        /usr/sfw/bin/openssl gendh $RND 1024 >> stunnel.pem; \

        /usr/sfw/bin/openssl x509 -subject -dates -fingerprint -noout -in
stunnel.pem; \

        ../auto/install-sh -c -m 600 stunnel.pem
/usr/local/etc/stunnel/stunnel.pem; \

        rm stunnel.pem; \

fi

1+0 records in

1+0 records out

Generating a 2048 bit RSA private key

........+++

..........................................+++

writing new private key to 'stunnel.pem'

-----

You are about to be asked to enter information that will be incorporated

into your certificate request.

What you are about to enter is what is called a Distinguished Name or a DN.

There are quite a few fields but you can leave some blank

For some fields there will be a default value,

If you enter '.', the field will be left blank.

-----

Country Name (2 letter code) [PL]:SG

State or Province Name (full name) [Mazovia Province]:.

Locality Name (eg, city) [Warsaw]:.

Organization Name (eg, company) [Stunnel Developers]:XXXXX

Organizational Unit Name (eg, section) [Provisional CA]:.

Common Name (FQDN of your server) [localhost]:

256 semi-random bytes loaded

Generating DH parameters, 1024 bit long safe prime, generator 2

This is going to take a long time

...............................................+...............................................................................................................................+........................................................................+......................................................+................................................+................................................................................................+....................+....................................................................................................+...........................................................+..........................+.........................................................................................+................................................................................................................................................................................................................................................................+......+...........................................................................+...................................+.............................................+..+..............................+..........+......................+........................................+..........+........................................................................+.................+.....................+..................................................................+.............+...............+................................................................................................................................................+..................+............................+....................................................................................................................................................................++*++*++*

subject= /C=SG/O=XXXXX/CN=localhost

notBefore=Mar  6 10:43:29 2014 GMT

notAfter=Mar  6 10:43:29 2015 GMT

MD5 Fingerprint=85:E1:CB:E6:31:F3:D7:F8:DA:34:F9:62:A1:50:D9:D0

../auto/install-sh -c -d -m 1770 /usr/local/var/lib/stunnel

chgrp nogroup /usr/local/var/lib/stunnel

test -z "/usr/local/share/doc/stunnel/examples" || ../auto/install-sh -c -d
"/usr/local/share/doc/stunnel/examples"

 ../auto/install-sh -c -m 644 ca.html ca.pl importCA.html importCA.sh
script.sh stunnel.spec stunnel.init stunnel.service
'/usr/local/share/doc/stunnel/examples'

test -z "/usr/local/share/doc/stunnel" || auto/install-sh -c -d
"/usr/local/share/doc/stunnel"

 auto/install-sh -c -m 644 INSTALL README TODO COPYING AUTHORS ChangeLog
PORTS BUGS COPYRIGHT.GPL CREDITS INSTALL.W32 INSTALL.WCE INSTALL.FIPS
'/usr/local/share/doc/stunnel'

bash-3.00#


However i see only these 2 files in the below location

bash-3.00# pwd

/usr/local/etc/stunnel

bash-3.00# ls -ltr s*

-rwxr-xrwx   1 root     root        3002 Mar  6 18:41 stunnel.conf-sample

-rwxr-xrwx   1 root     root        2998 Mar  6 18:43 stunnel.pem

bash-3.00#



i could not find any file named stunnel in /usr/bin/  and any service named
stunnel running.


bash-3.00# ps -ef | grep stunnel

    root  4346  4333   0 22:11:39 pts/1       0:00 grep stunnel

bash-3.00#

created a stunel conf file

bash-3.00# cd /usr/local/etc/stunnel/
bash-3.00# ls
stunnel.conf         stunnel.conf-sample  stunnel.pem
bash-3.00# cat stunnel.conf
client=yes
output=stunnel.log
socket=a:TCP_NODELAY=1
socket=r:TCP_NODELAY=1
verify=0
[cxfix]
accept=24444
connect=63.247.112.207:443bash-3.00#









On Fri, Mar 7, 2014 at 11:49 PM, Norm Jacobs <norm.jacobs at oracle.com> wrote:

>
> I'm going to guess that you need to add '--with-ssl=/usr/sfw' to your
> configure line to tell it where OpenSSL is installed.
>
> I just pulled down a copy of 4.56, unpacked, built and installed it on an
> S10 x86 system.  My PATH has /usr/bin:/usr/ccs/bin:/usr/sfw/bin in it and
> the system has the following OpenSSL packages installed: SUNWopensslr,
> SUNWopenssl-commands, SUNWopenssl-include, SUNWopenssl-libraries,
> SUNWopenssl-man
>
> $ gtar zxf stunnel-4.56.tar.gz
>
> $ cd stunnel-4.56
>
> $ ./configure --prefix=/tmp/stunnel-4.56 --with-ssl=/usr/sfw
>
>         [snip]
>
> configure: **************************************** SSL
> checking for SSL directory... /usr/sfw
> checking /usr/sfw/include/openssl/engine.h usability... yes
> checking /usr/sfw/include/openssl/engine.h presence... yes
> checking for /usr/sfw/include/openssl/engine.h... yes
> checking /usr/sfw/include/openssl/ocsp.h usability... yes
> checking /usr/sfw/include/openssl/ocsp.h presence... yes
> checking for /usr/sfw/include/openssl/ocsp.h... yes
> checking /usr/sfw/include/openssl/fips.h usability... no
> checking /usr/sfw/include/openssl/fips.h presence... no
> checking for /usr/sfw/include/openssl/fips.h... no
> configure: WARNING: OpenSSL fips header not found
> checking for FIPS_mode_set... no
> configure: FIPS mode not detected
>
>         [snip]
>
> $ gmake
>
> 	[snip]
>
> $ gmake install
>
> 	[snip]
>
> Making install in tools
> gmake[1]: Entering directory `/builds/jacobs/stunnel/stunnel-4.56/tools'
> gmake[2]: Entering directory `/builds/jacobs/stunnel/stunnel-4.56/tools'
> gmake[2]: Nothing to be done for `install-exec-am'.
> test -z "/tmp/stunnel-4.56/etc/stunnel" || ../auto/install-sh -c -d "/tmp/stunne
> l-4.56/etc/stunnel"
>  ../auto/install-sh -c -m 644 stunnel.conf-sample '/tmp/stunnel-4.56/etc/stunnel
> '
> if test ! -r /tmp/stunnel-4.56/etc/stunnel/stunnel.pem; then \
>         if test -r "/dev/urandom"; then \
>                 dd if="/dev/urandom" of=stunnel.rnd bs=256 count=1; \
>                 RND="-rand stunnel.rnd"; \
>         else \
>                 RND=""; \
>         fi; \
>         /usr/sfw/bin/openssl req -new -x509 -days 365 $RND \
>                 -config ./stunnel.cnf \
>                 -out stunnel.pem -keyout stunnel.pem; \
>         /usr/sfw/bin/openssl gendh $RND 1024 >> stunnel.pem; \
>         /usr/sfw/bin/openssl x509 -subject -dates -fingerprint -noout -in stunne
> l.pem; \
>         ../auto/install-sh -c -m 600 stunnel.pem /tmp/stunnel-4.56/etc/stunnel/s
> tunnel.pem; \
>         rm stunnel.pem; \
> fi
> 1+0 records in
> 1+0 records out
> Generating a 2048 bit RSA private key
> ...............+++
> .........+++
> writing new private key to 'stunnel.pem'
> -----
> You are about to be asked to enter information that will be incorporated
> into your certificate request.
> What you are about to enter is what is called a Distinguished Name or a DN.
> There are quite a few fields but you can leave some blank
>
> 	[snip]
>
>
>  Hope this helps.
>
>     -Norm
>
>
>
>
> On 03/ 4/14 07:03 AM, Ashok Kumar G wrote:
>
>  Hi,
>
> I am trying to install stunnel-4.56 on my Solaris10 server. configure step
> completed successfully. But make and make install commands failed miserably.
>
>
>
> # gzip -dc stunnel-3.8.tar.gz | tar -xvf -
>
> # cd stunnel-3.8
>
> # ./configure
>
>
>
>
>
> bash-3.00# make
>
> bash: make: command not found
>
> bash-3.00# export PATH=/usr/ccs/bin
>
> bash-3.00# make
>
> bash: line 8: sed: command not found
>
> *** Error code 127
>
> The following command caused the error:
>
> fail= failcom='exit 1'; \
>
> for f in x $MAKEFLAGS; do \
>
>   case $f in \
>
>     *=* | --[!k]*);; \
>
>     *k*) failcom='fail=yes';; \
>
>   esac; \
>
> done; \
>
> dot_seen=no; \
>
> target=`echo all-recursive | sed s/-recursive//`; \
>
> list='src doc tools'; for subdir in $list; do \
>
>   echo "Making $target in $subdir"; \
>
>   if test "$subdir" = "."; then \
>
>     dot_seen=yes; \
>
>     local_target="$target-am"; \
>
>   else \
>
>     local_target="$target"; \
>
>   fi; \
>
>   (CDPATH="${ZSH_VERSION+.}:" && cd $subdir && make  $local_target) \
>
>   || eval $failcom; \
>
> done; \
>
> if test "$dot_seen" = "no"; then \
>
>   make  "$target-am" || exit 1; \
>
> fi; test -z "$fail"
>
> make: Fatal error: Command failed for target `all-recursive'
>
> bash-3.00# make install
>
> bash: line 8: sed: command not found
>
> *** Error code 127
>
> The following command caused the error:
>
> fail= failcom='exit 1'; \
>
> for f in x $MAKEFLAGS; do \
>
>   case $f in \
>
>     *=* | --[!k]*);; \
>
>     *k*) failcom='fail=yes';; \
>
>   esac; \
>
> done; \
>
> dot_seen=no; \
>
> target=`echo install-recursive | sed s/-recursive//`; \
>
> list='src doc tools'; for subdir in $list; do \
>
>   echo "Making $target in $subdir"; \
>
>   if test "$subdir" = "."; then \
>
>     dot_seen=yes; \
>
>     local_target="$target-am"; \
>
>   else \
>
>     local_target="$target"; \
>
>   fi; \
>
>   (CDPATH="${ZSH_VERSION+.}:" && cd $subdir && make  $local_target) \
>
>   || eval $failcom; \
>
> done; \
>
> if test "$dot_seen" = "no"; then \
>
>   make  "$target-am" || exit 1; \
>
> fi; test -z "$fail"
>
> make: Fatal error: Command failed for target `install-recursive'
>
> bash-3.00#
>
> bash-3.00#
>
> bash-3.00# echo $PATH
>
> /usr/ccs/bin
>
>
>
> =========================================================
>
>                                        * 2nd Try:*
>
> =========================================================
>
> bash-3.00# echo $PATH
>
> /usr/sbin:/usr/bin
>
> bash-3.00# PATH=$PATH:/usr/sbin:/usr/sfw/bin:/usr/ccs/bin
>
> bash-3.00# LD_LIBARAY_PATH=/lib:/usr/lib:/usr/local/lib
>
> bash-3.00# cd /opt/softwares/stunnel-4.56
>
> bash-3.00# make
>
> Making all in src
>
> make  all-am
>
> Making all in doc
>
> Making all in tools
>
> bash-3.00# make install
>
> Making install in src
>
> test -z "/usr/local/bin" || ../auto/install-sh -c -d "/usr/local/bin"
>
>   /bin/bash ../libtool   --mode=install ../auto/install-sh -c stunnel
> '/usr/local/bin'
>
> libtool: install: ../auto/install-sh -c stunnel /usr/local/bin/stunnel
>
> test -z "/usr/local/bin" || ../auto/install-sh -c -d "/usr/local/bin"
>
> ../auto/install-sh -c stunnel3 '/usr/local/bin'
>
> test -z "/usr/local/lib/stunnel" || ../auto/install-sh -c -d
> "/usr/local/lib/stunnel"
>
> /bin/bash ../libtool   --mode=install ../auto/install-sh -c
> libstunnel.la '/usr/local/lib/stunnel'
>
> libtool: install: ../auto/install-sh -c .libs/libstunnel.so
> /usr/local/lib/stunnel/libstunnel.so
>
> libtool: install: chmod +x /usr/local/lib/stunnel/libstunnel.so
>
> libtool: install: ../auto/install-sh -c .libs/libstunnel.lai
> /usr/local/lib/stunnel/libstunnel.la
>
> ----------------------------------------------------------------------
>
> Libraries have been installed in:
>
>    /usr/local/lib/stunnel
>
>
>
> If you ever happen to want to link against installed libraries
>
> in a given directory, LIBDIR, you must either use libtool, and
>
> specify the full pathname of the library, or use the `-LLIBDIR'
>
> flag during linking and do at least one of the following:
>
>    - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
>
>      during execution
>
>    - use the `-RLIBDIR' linker flag
>
>
>
> See any operating system documentation about shared libraries for
>
> more information, such as the ld(1) and ld.so(8) manual pages.
>
> ----------------------------------------------------------------------
>
> Making install in doc
>
> test -z "/usr/local/share/doc/stunnel" || ../auto/install-sh -c -d
> "/usr/local/share/doc/stunnel"
>
> ../auto/install-sh -c -m 644 stunnel.html stunnel.pl.html stunnel.fr.html
> '/usr/local/share/doc/stunnel'
>
> test -z "/usr/local/share/man/man8" || ../auto/install-sh -c -d
> "/usr/local/share/man/man8"
>
> ../auto/install-sh -c -m 644 stunnel.8 stunnel.pl.8 stunnel.fr.8
> '/usr/local/share/man/man8'
>
> Making install in tools
>
> test -z "/usr/local/etc/stunnel" || ../auto/install-sh -c -d
> "/usr/local/etc/stunnel"
>
> ../auto/install-sh -c -m 644 stunnel.conf-sample '/usr/local/etc/stunnel'
>
> if test ! -r /usr/local/etc/stunnel/stunnel.pem; then \
>
>         if test -r "/dev/urandom"; then \
>
>                 dd if="/dev/urandom" of=stunnel.rnd bs=256 count=1; \
>
>                 RND="-rand stunnel.rnd"; \
>
>         else \
>
>                 RND=""; \
>
>         fi; \
>
>         /usr//bin/openssl req -new -x509 -days 365 $RND \
>
>                 -config ./stunnel.cnf \
>
>                 -out stunnel.pem -keyout stunnel.pem; \
>
>         /usr//bin/openssl gendh $RND 1024 >> stunnel.pem; \
>
>         /usr//bin/openssl x509 -subject -dates -fingerprint -noout -in
> stunnel.pem; \
>
>         ../auto/install-sh -c -m 600 stunnel.pem
> /usr/local/etc/stunnel/stunnel.pem; \
>
>         rm stunnel.pem; \
>
> fi
>
> 1+0 records in
>
> 1+0 records out
>
> bash: line 7: /usr//bin/openssl: No such file or directory
>
> *** Error code 1
>
> make: Fatal error: Command failed for target `install-data-local'
>
> Current working directory /opt/softwares/stunnel-4.56/tools
>
> *** Error code 1
>
> The following command caused the error:
>
> make  install-exec-am install-data-am
>
> make: Fatal error: Command failed for target `install-am'
>
> Current working directory /opt/softwares/stunnel-4.56/tools
>
> *** Error code 1
>
> The following command caused the error:
>
> fail= failcom='exit 1'; \
>
> for f in x $MAKEFLAGS; do \
>
>   case $f in \
>
>     *=* | --[!k]*);; \
>
>     *k*) failcom='fail=yes';; \
>
>   esac; \
>
> done; \
>
> dot_seen=no; \
>
> target=`echo install-recursive | sed s/-recursive//`; \
>
> list='src doc tools'; for subdir in $list; do \
>
>   echo "Making $target in $subdir"; \
>
>   if test "$subdir" = "."; then \
>
>     dot_seen=yes; \
>
>     local_target="$target-am"; \
>
>   else \
>
>     local_target="$target"; \
>
>   fi; \
>
>   (CDPATH="${ZSH_VERSION+.}:" && cd $subdir && make  $local_target) \
>
>   || eval $failcom; \
>
> done; \
>
> if test "$dot_seen" = "no"; then \
>
>   make  "$target-am" || exit 1; \
>
> fi; test -z "$fail"
>
> make: Fatal error: Command failed for target `install-recursive'
>
> bash-3.00#
>
>
>  Can someone please help to resolve the above error.
>
>
>
>  Thanks,
>
> Ashok Kumar G
>
>
> _______________________________________________
> stunnel-users mailing liststunnel-users at stunnel.orghttps://www.stunnel.org/cgi-bin/mailman/listinfo/stunnel-users
>
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.stunnel.org/pipermail/stunnel-users/attachments/20140310/7f9d67b0/attachment.html>


More information about the stunnel-users mailing list