#------------------------------------------------------------------------------ # Copyright (c) 2001-2020 The Eisfair Team, team(at)eisfair(dot)org # # Creation: 2012-06-09 jed # Last Update: $Id$ # # !!! this is not a script but an step-by-step howto !!! #------------------------------------------------------------------------------ exit 1 # - needs the following environment to build: gcc v3.3.4 # - needs the following library packages to be build: - libssl-dev - libwrap-dev # - needs the following packages to be build: + base 2.8.2 ### RPM build info ### RPM package source: https://download.opensuse.org/repositories/openSUSE:/Factory/standard/src/stunnel-5.44-3.1.src.rpm # if the RPM build process is used instead of the manual build process, # the following package can be ignored and aren't required for this # package: # - tcpd-dev # # RPM build command: # rpmbuild -ba --rmsource --nocheck ./SPECS/stunnel.spec ### manual build process ### ### download source code wget ftp://ftp.stunnel.org/stunnel/stunnel-4.53.tar.gz ### extract software gzip -d stunnel-5.06.tar.gz tar xvf stunnel-5.06.tar ### output of build process 1. make distclean Making distclean in tools make[1]: Entering directory `/data/soft/stunnel-5.06/tools' rm -rf .libs _libs rm -f *.lo test -z "stunnel.conf-sample stunnel.init stunnel.service" || rm -f stunnel.conf-sample stunnel.init stunnel.service test . = "." || test -z "" || rm -f rm -f Makefile make[1]: Leaving directory `/data/soft/stunnel-5.06/tools' Making distclean in doc make[1]: Entering directory `/data/soft/stunnel-5.06/doc' rm -rf .libs _libs rm -f *.lo test -z "" || rm -f test . = "." || test -z "" || rm -f rm -f Makefile make[1]: Leaving directory `/data/soft/stunnel-5.06/doc' Making distclean in src make[1]: Entering directory `/data/soft/stunnel-5.06/src' rm -f stunnel rm -rf .libs _libs test -z "libstunnel.la" || rm -f libstunnel.la rm -f "./so_locations" rm -f *.o rm -f *.lo rm -f *.obj rm -f *.tab.c test -z "stunnel3" || rm -f stunnel3 test . = "." || test -z "" || rm -f rm -f config.h stamp-h1 rm -f stunnel.exe tstunnel.exe rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags rm -rf ./.deps rm -f Makefile make[1]: Leaving directory `/data/soft/stunnel-5.06/src' Making distclean in . make[1]: Entering directory `/data/soft/stunnel-5.06' rm -rf .libs _libs rm -f *.lo test -z "" || rm -f test . = "." || test -z "" || rm -f rm -f libtool config.lt rm -rf autom4te.cache rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags make[1]: Leaving directory `/data/soft/stunnel-5.06' rm -f config.status config.cache config.log configure.lineno config.status.lineno rm -f Makefile 2. export CFLAGS='-O2 -march=i486' export CXXFLAGS="" ./configure --sysconfdir=/var --localstatedir=/var configure: **************************************** initialization checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking build system type... i686-pc-linux-gnu checking host system type... i686-pc-linux-gnu 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... GNU checking dependency style of gcc... gcc3 checking whether gcc and cc understand -c and -o together... yes checking whether make sets $(MAKE)... (cached) yes configure: **************************************** compiler/linker flags checking whether gcc accepts -pthread... yes checking whether gcc accepts -fstack-protector... yes 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 how to print strings... printf checking for a sed that does not truncate output... /bin/sed checking for grep that handles long lines and -e... /bin/grep checking for egrep... /bin/grep -E checking for fgrep... /bin/grep -F checking for ld used by gcc... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B checking the name lister (/usr/bin/nm -B) interface... BSD nm checking whether ln -s works... yes checking the maximum length of command line arguments... 1572864 checking whether the shell understands some XSI constructs... yes checking whether the shell understands "+="... yes checking how to convert i686-pc-linux-gnu file names to i686-pc-linux-gnu format... func_convert_file_noop checking how to convert i686-pc-linux-gnu file names to toolchain format... func_convert_file_noop checking for /usr/bin/ld option to reload object files... -r checking for objdump... objdump checking how to recognize dependent libraries... pass_all checking for dlltool... no checking how to associate runtime and link libraries... printf %s\n checking for ar... ar checking for archiver @FILE support... @ checking for strip... strip checking for ranlib... ranlib checking command to parse /usr/bin/nm -B output from gcc object... ok checking for sysroot... no checking for mt... mt checking if mt is a manifest tool... no 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... yes 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/bin/ld) supports shared libraries... yes checking whether -lc should be explicitly linked in... no checking dynamic linker characteristics... GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes 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... yes checking pty.h presence... yes checking for pty.h... yes 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... no checking sys/filio.h presence... no checking for sys/filio.h... no 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 sys/syscall.h usability... yes checking sys/syscall.h presence... yes checking for sys/syscall.h... yes checking systemd/sd-daemon.h usability... no checking systemd/sd-daemon.h presence... no checking for systemd/sd-daemon.h... no checking for struct msghdr.msg_control... yes checking for linux/netfilter_ipv4.h... yes configure: **************************************** libraries checking for library containing gethostbyname... none required checking for library containing yp_get_default_domain... -lnsl checking for library containing socket... none required checking for library containing openpty... -lutil checking for library containing dlopen... -ldl checking for library containing shl_load... no checking for library containing inflateEnd... -lz checking for library containing sd_listen_fds... no configure: **************************************** thread model checking for pthread_create in -lc_r... no checking for pthread_create in -lc... no 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... yes checking for _getpty... no checking for daemon... yes 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... yes checking for endhostent... yes checking for getnameinfo... yes checking for getaddrinfo... yes checking for broken poll() implementation... no checking for pipe2... yes checking for accept4... yes configure: **************************************** optional features checking whether to enable IPv6 support... yes checking whether to disable TCP wrappers library support... autodetecting checking for hosts_access in -lwrap... yes checking whether to enable FIPS mode support... autodetecting configure: **************************************** SSL checking for SSL directory... /usr/ checking /usr//include/openssl/engine.h usability... yes checking /usr//include/openssl/engine.h presence... yes checking for /usr//include/openssl/engine.h... yes checking /usr//include/openssl/ocsp.h usability... yes checking /usr//include/openssl/ocsp.h presence... yes checking for /usr//include/openssl/ocsp.h... yes checking for FIPS_mode_set... yes configure: FIPS mode 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 3. make Making all in src make[1]: Entering directory `/data/soft/stunnel-5.06/src' make all-am make[2]: Entering directory `/data/soft/stunnel-5.06/src' /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -O2 -march=i486 -Wall -Wextra -Wno-long-long -pedantic -MT env.lo -MD -MP -MF .deps/env.Tpo -c -o env.lo env.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -O2 -march=i486 -Wall -Wextra -Wno-long-long -pedantic -MT env.lo -MD -MP -MF .deps/env.Tpo -c env.c -fPIC -DPIC -o .libs/env.o mv -f .deps/env.Tpo .deps/env.Plo /bin/sh ../libtool --tag=CC --mode=link gcc -O2 -march=i486 -Wall -Wextra -Wno-long-long -pedantic -avoid-version -o libstunnel.la -rpath /usr/local/lib/stunnel env.lo -lz -ldl -lutil -lnsl -lpthread -lwrap libtool: link: gcc -shared -fPIC -DPIC .libs/env.o -lz -ldl -lutil -lnsl -lpthread -lwrap -O2 -march=i486 -Wl,-soname -Wl,libstunnel.so -o .libs/libstunnel.so libtool: link: ( cd ".libs" && rm -f "libstunnel.la" && ln -s "../libstunnel.la" "libstunnel.la" ) gcc -DHAVE_CONFIG_H -I. -I/usr/kerberos/include -I/usr//include -DLIBDIR='"/usr/local/lib/stunnel"' -DCONFDIR='"/var/stunnel"' -pthread -fstack-protector -fPIE -O2 -march=i486 -Wall -Wextra -Wno-long-long -pedantic -MT stunnel-str.o -MD -MP -MF .deps/stunnel-str.Tpo -c -o stunnel-str.o `test -f 'str.c' || echo './'`str.c mv -f .deps/stunnel-str.Tpo .deps/stunnel-str.Po gcc -DHAVE_CONFIG_H -I. -I/usr/kerberos/include -I/usr//include -DLIBDIR='"/usr/local/lib/stunnel"' -DCONFDIR='"/var/stunnel"' -pthread -fstack-protector -fPIE -O2 -march=i486 -Wall -Wextra -Wno-long-long -pedantic -MT stunnel-file.o -MD -MP -MF .deps/stunnel-file.Tpo -c -o stunnel-file.o `test -f 'file.c' || echo './'`file.c mv -f .deps/stunnel-file.Tpo .deps/stunnel-file.Po gcc -DHAVE_CONFIG_H -I. -I/usr/kerberos/include -I/usr//include -DLIBDIR='"/usr/local/lib/stunnel"' -DCONFDIR='"/var/stunnel"' -pthread -fstack-protector -fPIE -O2 -march=i486 -Wall -Wextra -Wno-long-long -pedantic -MT stunnel-client.o -MD -MP -MF .deps/stunnel-client.Tpo -c -o stunnel-client.o `test -f 'client.c' || echo './'`client.c mv -f .deps/stunnel-client.Tpo .deps/stunnel-client.Po gcc -DHAVE_CONFIG_H -I. -I/usr/kerberos/include -I/usr//include -DLIBDIR='"/usr/local/lib/stunnel"' -DCONFDIR='"/var/stunnel"' -pthread -fstack-protector -fPIE -O2 -march=i486 -Wall -Wextra -Wno-long-long -pedantic -MT stunnel-log.o -MD -MP -MF .deps/stunnel-log.Tpo -c -o stunnel-log.o `test -f 'log.c' || echo './'`log.c log.c:242:9: warning: expected [error|warning|ignored] after ‘#pragma GCC diagnostic’ log.c:294:9: warning: expected [error|warning|ignored] after ‘#pragma GCC diagnostic’ mv -f .deps/stunnel-log.Tpo .deps/stunnel-log.Po gcc -DHAVE_CONFIG_H -I. -I/usr/kerberos/include -I/usr//include -DLIBDIR='"/usr/local/lib/stunnel"' -DCONFDIR='"/var/stunnel"' -pthread -fstack-protector -fPIE -O2 -march=i486 -Wall -Wextra -Wno-long-long -pedantic -MT stunnel-options.o -MD -MP -MF .deps/stunnel-options.Tpo -c -o stunnel-options.o `test -f 'options.c' || echo './'`options.c mv -f .deps/stunnel-options.Tpo .deps/stunnel-options.Po gcc -DHAVE_CONFIG_H -I. -I/usr/kerberos/include -I/usr//include -DLIBDIR='"/usr/local/lib/stunnel"' -DCONFDIR='"/var/stunnel"' -pthread -fstack-protector -fPIE -O2 -march=i486 -Wall -Wextra -Wno-long-long -pedantic -MT stunnel-protocol.o -MD -MP -MF .deps/stunnel-protocol.Tpo -c -o stunnel-protocol.o `test -f 'protocol.c' || echo './'`protocol.c mv -f .deps/stunnel-protocol.Tpo .deps/stunnel-protocol.Po gcc -DHAVE_CONFIG_H -I. -I/usr/kerberos/include -I/usr//include -DLIBDIR='"/usr/local/lib/stunnel"' -DCONFDIR='"/var/stunnel"' -pthread -fstack-protector -fPIE -O2 -march=i486 -Wall -Wextra -Wno-long-long -pedantic -MT stunnel-network.o -MD -MP -MF .deps/stunnel-network.Tpo -c -o stunnel-network.o `test -f 'network.c' || echo './'`network.c mv -f .deps/stunnel-network.Tpo .deps/stunnel-network.Po gcc -DHAVE_CONFIG_H -I. -I/usr/kerberos/include -I/usr//include -DLIBDIR='"/usr/local/lib/stunnel"' -DCONFDIR='"/var/stunnel"' -pthread -fstack-protector -fPIE -O2 -march=i486 -Wall -Wextra -Wno-long-long -pedantic -MT stunnel-resolver.o -MD -MP -MF .deps/stunnel-resolver.Tpo -c -o stunnel-resolver.o `test -f 'resolver.c' || echo './'`resolver.c mv -f .deps/stunnel-resolver.Tpo .deps/stunnel-resolver.Po gcc -DHAVE_CONFIG_H -I. -I/usr/kerberos/include -I/usr//include -DLIBDIR='"/usr/local/lib/stunnel"' -DCONFDIR='"/var/stunnel"' -pthread -fstack-protector -fPIE -O2 -march=i486 -Wall -Wextra -Wno-long-long -pedantic -MT stunnel-ssl.o -MD -MP -MF .deps/stunnel-ssl.Tpo -c -o stunnel-ssl.o `test -f 'ssl.c' || echo './'`ssl.c mv -f .deps/stunnel-ssl.Tpo .deps/stunnel-ssl.Po gcc -DHAVE_CONFIG_H -I. -I/usr/kerberos/include -I/usr//include -DLIBDIR='"/usr/local/lib/stunnel"' -DCONFDIR='"/var/stunnel"' -pthread -fstack-protector -fPIE -O2 -march=i486 -Wall -Wextra -Wno-long-long -pedantic -MT stunnel-ctx.o -MD -MP -MF .deps/stunnel-ctx.Tpo -c -o stunnel-ctx.o `test -f 'ctx.c' || echo './'`ctx.c mv -f .deps/stunnel-ctx.Tpo .deps/stunnel-ctx.Po gcc -DHAVE_CONFIG_H -I. -I/usr/kerberos/include -I/usr//include -DLIBDIR='"/usr/local/lib/stunnel"' -DCONFDIR='"/var/stunnel"' -pthread -fstack-protector -fPIE -O2 -march=i486 -Wall -Wextra -Wno-long-long -pedantic -MT stunnel-verify.o -MD -MP -MF .deps/stunnel-verify.Tpo -c -o stunnel-verify.o `test -f 'verify.c' || echo './'`verify.c mv -f .deps/stunnel-verify.Tpo .deps/stunnel-verify.Po gcc -DHAVE_CONFIG_H -I. -I/usr/kerberos/include -I/usr//include -DLIBDIR='"/usr/local/lib/stunnel"' -DCONFDIR='"/var/stunnel"' -pthread -fstack-protector -fPIE -O2 -march=i486 -Wall -Wextra -Wno-long-long -pedantic -MT stunnel-sthreads.o -MD -MP -MF .deps/stunnel-sthreads.Tpo -c -o stunnel-sthreads.o `test -f 'sthreads.c' || echo './'`sthreads.c mv -f .deps/stunnel-sthreads.Tpo .deps/stunnel-sthreads.Po gcc -DHAVE_CONFIG_H -I. -I/usr/kerberos/include -I/usr//include -DLIBDIR='"/usr/local/lib/stunnel"' -DCONFDIR='"/var/stunnel"' -pthread -fstack-protector -fPIE -O2 -march=i486 -Wall -Wextra -Wno-long-long -pedantic -MT stunnel-fd.o -MD -MP -MF .deps/stunnel-fd.Tpo -c -o stunnel-fd.o `test -f 'fd.c' || echo './'`fd.c mv -f .deps/stunnel-fd.Tpo .deps/stunnel-fd.Po gcc -DHAVE_CONFIG_H -I. -I/usr/kerberos/include -I/usr//include -DLIBDIR='"/usr/local/lib/stunnel"' -DCONFDIR='"/var/stunnel"' -pthread -fstack-protector -fPIE -O2 -march=i486 -Wall -Wextra -Wno-long-long -pedantic -MT stunnel-stunnel.o -MD -MP -MF .deps/stunnel-stunnel.Tpo -c -o stunnel-stunnel.o `test -f 'stunnel.c' || echo './'`stunnel.c stunnel.c:535:9: warning: expected [error|warning|ignored] after ‘#pragma GCC diagnostic’ stunnel.c:543:9: warning: expected [error|warning|ignored] after ‘#pragma GCC diagnostic’ mv -f .deps/stunnel-stunnel.Tpo .deps/stunnel-stunnel.Po gcc -DHAVE_CONFIG_H -I. -I/usr/kerberos/include -I/usr//include -DLIBDIR='"/usr/local/lib/stunnel"' -DCONFDIR='"/var/stunnel"' -pthread -fstack-protector -fPIE -O2 -march=i486 -Wall -Wextra -Wno-long-long -pedantic -MT stunnel-pty.o -MD -MP -MF .deps/stunnel-pty.Tpo -c -o stunnel-pty.o `test -f 'pty.c' || echo './'`pty.c mv -f .deps/stunnel-pty.Tpo .deps/stunnel-pty.Po gcc -DHAVE_CONFIG_H -I. -I/usr/kerberos/include -I/usr//include -DLIBDIR='"/usr/local/lib/stunnel"' -DCONFDIR='"/var/stunnel"' -pthread -fstack-protector -fPIE -O2 -march=i486 -Wall -Wextra -Wno-long-long -pedantic -MT stunnel-libwrap.o -MD -MP -MF .deps/stunnel-libwrap.Tpo -c -o stunnel-libwrap.o `test -f 'libwrap.c' || echo './'`libwrap.c mv -f .deps/stunnel-libwrap.Tpo .deps/stunnel-libwrap.Po gcc -DHAVE_CONFIG_H -I. -I/usr/kerberos/include -I/usr//include -DLIBDIR='"/usr/local/lib/stunnel"' -DCONFDIR='"/var/stunnel"' -pthread -fstack-protector -fPIE -O2 -march=i486 -Wall -Wextra -Wno-long-long -pedantic -MT stunnel-ui_unix.o -MD -MP -MF .deps/stunnel-ui_unix.Tpo -c -o stunnel-ui_unix.o `test -f 'ui_unix.c' || echo './'`ui_unix.c mv -f .deps/stunnel-ui_unix.Tpo .deps/stunnel-ui_unix.Po /bin/sh ../libtool --tag=CC --mode=link gcc -pthread -fstack-protector -fPIE -O2 -march=i486 -Wall -Wextra -Wno-long-long -pedantic -L/usr//lib64 -L/usr//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 stunnel-ui_unix.o -lz -ldl -lutil -lnsl -lpthread -lwrap libtool: link: gcc -pthread -fstack-protector -fPIE -O2 -march=i486 -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 stunnel-ui_unix.o -L/usr//lib64 -L/usr//lib -lssl -lcrypto -lz -ldl -lutil -lnsl -lpthread -lwrap -pthread make[2]: Leaving directory `/data/soft/stunnel-5.06/src' make[1]: Leaving directory `/data/soft/stunnel-5.06/src' Making all in doc make[1]: Entering directory `/data/soft/stunnel-5.06/doc' make[1]: Nothing to be done for `all'. make[1]: Leaving directory `/data/soft/stunnel-5.06/doc' Making all in tools make[1]: Entering directory `/data/soft/stunnel-5.06/tools' make[1]: Nothing to be done for `all'. make[1]: Leaving directory `/data/soft/stunnel-5.06/tools' make[1]: Entering directory `/data/soft/stunnel-5.06' make[1]: Nothing to be done for `all-am'. make[1]: Leaving directory `/data/soft/stunnel-5.06' 4. make DESTDIR=/data/public/stunnel-5.06 install Making install in src make[1]: Entering directory `/data/soft/stunnel-5.06/src' make[2]: Entering directory `/data/soft/stunnel-5.06/src' /bin/mkdir -p '/data/public/stunnel-5.06/usr/local/bin' /bin/sh ../libtool --mode=install /usr/bin/install -c stunnel '/data/public/stunnel-5.06/usr/local/bin' libtool: install: /usr/bin/install -c stunnel /data/public/stunnel-5.06/usr/local/bin/stunnel /bin/mkdir -p '/data/public/stunnel-5.06/usr/local/bin' /usr/bin/install -c stunnel3 '/data/public/stunnel-5.06/usr/local/bin' /bin/mkdir -p '/data/public/stunnel-5.06/usr/local/lib/stunnel' /bin/sh ../libtool --mode=install /usr/bin/install -c libstunnel.la '/data/public/stunnel-5.06/usr/local/lib/stunnel' libtool: install: /usr/bin/install -c .libs/libstunnel.so /data/public/stunnel-5.06/usr/local/lib/stunnel/libstunnel.so libtool: install: /usr/bin/install -c .libs/libstunnel.lai /data/public/stunnel-5.06/usr/local/lib/stunnel/libstunnel.la libtool: install: warning: remember to run `libtool --finish /usr/local/lib/stunnel' make[2]: Nothing to be done for `install-data-am'. make[2]: Leaving directory `/data/soft/stunnel-5.06/src' make[1]: Leaving directory `/data/soft/stunnel-5.06/src' Making install in doc make[1]: Entering directory `/data/soft/stunnel-5.06/doc' make[2]: Entering directory `/data/soft/stunnel-5.06/doc' make[2]: Nothing to be done for `install-exec-am'. /bin/mkdir -p '/data/public/stunnel-5.06/usr/local/share/doc/stunnel' /usr/bin/install -c -m 644 stunnel.html stunnel.pl.html stunnel.fr.html '/data/public/stunnel-5.06/usr/local/share/doc/stunnel' /bin/mkdir -p '/data/public/stunnel-5.06/usr/local/share/man/man8' /usr/bin/install -c -m 644 stunnel.8 stunnel.pl.8 stunnel.fr.8 '/data/public/stunnel-5.06/usr/local/share/man/man8' make[2]: Leaving directory `/data/soft/stunnel-5.06/doc' make[1]: Leaving directory `/data/soft/stunnel-5.06/doc' Making install in tools make[1]: Entering directory `/data/soft/stunnel-5.06/tools' make[2]: Entering directory `/data/soft/stunnel-5.06/tools' make[2]: Nothing to be done for `install-exec-am'. /bin/mkdir -p '/data/public/stunnel-5.06/var/stunnel' /usr/bin/install -c -m 644 stunnel.conf-sample '/data/public/stunnel-5.06/var/stunnel' /usr/bin/install -c -d -m 1770 /data/public/stunnel-5.06/var/lib/stunnel chgrp nogroup /data/public/stunnel-5.06/var/lib/stunnel /bin/mkdir -p '/data/public/stunnel-5.06/usr/local/share/doc/stunnel/examples' /usr/bin/install -c -m 644 ca.html ca.pl importCA.html importCA.sh script.sh stunnel.spec stunnel.init stunnel.service '/data/public/stunnel-5.06/usr/local/share/doc/stunnel/examples' make[2]: Leaving directory `/data/soft/stunnel-5.06/tools' make[1]: Leaving directory `/data/soft/stunnel-5.06/tools' make[1]: Entering directory `/data/soft/stunnel-5.06' make[2]: Entering directory `/data/soft/stunnel-5.06' make[2]: Nothing to be done for `install-exec-am'. /bin/mkdir -p '/data/public/stunnel-5.06/usr/local/share/doc/stunnel' /usr/bin/install -c -m 644 INSTALL README TODO COPYING AUTHORS ChangeLog PORTS BUGS COPYRIGHT.GPL CREDITS INSTALL.W32 INSTALL.WCE INSTALL.FIPS '/data/public/stunnel-5.06/usr/local/share/doc/stunnel' make install-data-hook make[3]: Entering directory `/data/soft/stunnel-5.06' ********************************************************* * Type 'make cert' to also install a sample certificate * ********************************************************* make[3]: Leaving directory `/data/soft/stunnel-5.06' make[2]: Leaving directory `/data/soft/stunnel-5.06' make[1]: Leaving directory `/data/soft/stunnel-5.06' 5. strip -s /data/public/stunnel-5.06/usr/local/bin/stunnel 6. rm -f /data/public/stunnel-5.06-e1.tgz tar cvzf /data/public/stunnel-5.06-e1.tgz /data/public/stunnel-5.06 tar: Removing leading `/' from member names /data/public/stunnel-5.06/ /data/public/stunnel-5.06/var/ /data/public/stunnel-5.06/var/stunnel/ /data/public/stunnel-5.06/var/stunnel/stunnel.conf-sample /data/public/stunnel-5.06/var/lib/ /data/public/stunnel-5.06/var/lib/stunnel/ /data/public/stunnel-5.06/usr/ /data/public/stunnel-5.06/usr/local/ /data/public/stunnel-5.06/usr/local/lib/ /data/public/stunnel-5.06/usr/local/lib/stunnel/ /data/public/stunnel-5.06/usr/local/lib/stunnel/libstunnel.la /data/public/stunnel-5.06/usr/local/lib/stunnel/libstunnel.so /data/public/stunnel-5.06/usr/local/share/ /data/public/stunnel-5.06/usr/local/share/doc/ /data/public/stunnel-5.06/usr/local/share/doc/stunnel/ /data/public/stunnel-5.06/usr/local/share/doc/stunnel/INSTALL /data/public/stunnel-5.06/usr/local/share/doc/stunnel/INSTALL.WCE /data/public/stunnel-5.06/usr/local/share/doc/stunnel/examples/ /data/public/stunnel-5.06/usr/local/share/doc/stunnel/examples/importCA.html /data/public/stunnel-5.06/usr/local/share/doc/stunnel/examples/stunnel.init /data/public/stunnel-5.06/usr/local/share/doc/stunnel/examples/importCA.sh /data/public/stunnel-5.06/usr/local/share/doc/stunnel/examples/stunnel.service /data/public/stunnel-5.06/usr/local/share/doc/stunnel/examples/stunnel.spec /data/public/stunnel-5.06/usr/local/share/doc/stunnel/examples/script.sh /data/public/stunnel-5.06/usr/local/share/doc/stunnel/examples/ca.html /data/public/stunnel-5.06/usr/local/share/doc/stunnel/examples/ca.pl /data/public/stunnel-5.06/usr/local/share/doc/stunnel/TODO /data/public/stunnel-5.06/usr/local/share/doc/stunnel/stunnel.html /data/public/stunnel-5.06/usr/local/share/doc/stunnel/stunnel.pl.html /data/public/stunnel-5.06/usr/local/share/doc/stunnel/COPYRIGHT.GPL /data/public/stunnel-5.06/usr/local/share/doc/stunnel/ChangeLog /data/public/stunnel-5.06/usr/local/share/doc/stunnel/stunnel.fr.html /data/public/stunnel-5.06/usr/local/share/doc/stunnel/BUGS /data/public/stunnel-5.06/usr/local/share/doc/stunnel/INSTALL.FIPS /data/public/stunnel-5.06/usr/local/share/doc/stunnel/AUTHORS /data/public/stunnel-5.06/usr/local/share/doc/stunnel/COPYING /data/public/stunnel-5.06/usr/local/share/doc/stunnel/README /data/public/stunnel-5.06/usr/local/share/doc/stunnel/INSTALL.W32 /data/public/stunnel-5.06/usr/local/share/doc/stunnel/PORTS /data/public/stunnel-5.06/usr/local/share/doc/stunnel/CREDITS /data/public/stunnel-5.06/usr/local/share/man/ /data/public/stunnel-5.06/usr/local/share/man/man8/ /data/public/stunnel-5.06/usr/local/share/man/man8/stunnel.8 /data/public/stunnel-5.06/usr/local/share/man/man8/stunnel.pl.8 /data/public/stunnel-5.06/usr/local/share/man/man8/stunnel.fr.8 /data/public/stunnel-5.06/usr/local/bin/ /data/public/stunnel-5.06/usr/local/bin/stunnel3 /data/public/stunnel-5.06/usr/local/bin/stunnel