Stream Control Transmission Protocol (SCTP) is a message oriented, reliable transport protocol with direct support for multihoming that runs on top of Internet Protocol (IPv4/IPv6).
Recently had to install a USSD gateway for a Telcom's firm on SLES 11-SP3, to handle the Sigtran part of it, install lksctp-tools, it works well
http://lksctp.sourceforge.net/
Get the latest build from
http://sourceforge.net/projects/lksctp/files/lksctp-tools/
Make sure that you don't have a older version installed
prsles11-sp3-v7-ussdgw:~ # rpm -e lksctp-tools
error: package lksctp-tools is not installed
sles11-sp3-v7-ussdgw:~
Move the file from the download directory to /root, gunzip and untar the file
sles11-sp3-v7-ussdgw:/opt/temp# mv lksctp-tools-1.0.11.tar.gz /root sles11-sp3-v7-ussdgw:/opt/temp # cd /root sles11-sp3-v7-ussdgw:~ # gunzip lksctp-tools-1.0.11.tar.gz sles11-sp3-v7-ussdgw:~ # tar -xvf lksctp-tools-1.0.11.tar lksctp-tools-1.0.11/ lksctp-tools-1.0.11/AUTHORS lksctp-tools-1.0.11/COPYING lksctp-tools-1.0.11/COPYING.lib lksctp-tools-1.0.11/ChangeLog lksctp-tools-1.0.11/INSTALL lksctp-tools-1.0.11/Makefile.am lksctp-tools-1.0.11/Makefile.dirs lksctp-tools-1.0.11/Makefile.rules lksctp-tools-1.0.11/Makefile.vars lksctp-tools-1.0.11/NEWS lksctp-tools-1.0.11/README lksctp-tools-1.0.11/ROADMAP lksctp-tools-1.0.11/bin/ lksctp-tools-1.0.11/bin/Makefile.am lksctp-tools-1.0.11/bin/aaaa lksctp-tools-1.0.11/bootstrap lksctp-tools-1.0.11/configure.ac lksctp-tools-1.0.11/doc/ lksctp-tools-1.0.11/doc/Makefile.am lksctp-tools-1.0.11/doc/draft-ietf-tsvwg-addip-sctp-15.txt lksctp-tools-1.0.11/doc/draft-ietf-tsvwg-sctpsocket-14.txt lksctp-tools-1.0.11/doc/draft-stewart-tsvwg-sctpipv6-00.txt lksctp-tools-1.0.11/doc/draft-stewart-tsvwg-sctpscore-01.txt lksctp-tools-1.0.11/doc/ols.sty lksctp-tools-1.0.11/doc/ols.tex lksctp-tools-1.0.11/doc/random_notes.txt lksctp-tools-1.0.11/doc/rfc2960.txt lksctp-tools-1.0.11/doc/rfc3257.txt lksctp-tools-1.0.11/doc/rfc3286.txt lksctp-tools-1.0.11/doc/rfc3309.txt lksctp-tools-1.0.11/doc/rfc3554.txt lksctp-tools-1.0.11/doc/rfc3758.txt lksctp-tools-1.0.11/doc/rfc3873.txt lksctp-tools-1.0.11/doc/rfc4460.txt lksctp-tools-1.0.11/doc/rfc4820.txt lksctp-tools-1.0.11/doc/rfc4895.txt lksctp-tools-1.0.11/doc/rfc4960.txt lksctp-tools-1.0.11/doc/rfc5061.txt lksctp-tools-1.0.11/doc/rfc5062.txt lksctp-tools-1.0.11/doc/states.txt lksctp-tools-1.0.11/doc/style_guide.txt lksctp-tools-1.0.11/doc/template.c lksctp-tools-1.0.11/doc/what_we_were_doing.txt lksctp-tools-1.0.11/lksctp-tools.spec.in lksctp-tools-1.0.11/man/ lksctp-tools-1.0.11/man/Makefile.am lksctp-tools-1.0.11/man/sctp.7 lksctp-tools-1.0.11/man/sctp_bindx.3 lksctp-tools-1.0.11/man/sctp_connectx.3 lksctp-tools-1.0.11/man/sctp_getladdrs.3 lksctp-tools-1.0.11/man/sctp_getpaddrs.3 lksctp-tools-1.0.11/man/sctp_opt_info.3 lksctp-tools-1.0.11/man/sctp_peeloff.3 lksctp-tools-1.0.11/man/sctp_recvmsg.3 lksctp-tools-1.0.11/man/sctp_send.3 lksctp-tools-1.0.11/man/sctp_sendmsg.3 lksctp-tools-1.0.11/src/ lksctp-tools-1.0.11/src/Makefile.am lksctp-tools-1.0.11/src/apps/ lksctp-tools-1.0.11/src/apps/Makefile.am lksctp-tools-1.0.11/src/apps/bindx_test.c lksctp-tools-1.0.11/src/apps/myftp.c lksctp-tools-1.0.11/src/apps/nagle_rcv.c lksctp-tools-1.0.11/src/apps/nagle_snd.c lksctp-tools-1.0.11/src/apps/peel_client.c lksctp-tools-1.0.11/src/apps/peel_server.c lksctp-tools-1.0.11/src/apps/sctp_darn.c lksctp-tools-1.0.11/src/apps/sctp_darn.h lksctp-tools-1.0.11/src/apps/sctp_status.c lksctp-tools-1.0.11/src/apps/sctp_test.c lksctp-tools-1.0.11/src/apps/sctp_xconnect.c lksctp-tools-1.0.11/src/func_tests/ lksctp-tools-1.0.11/src/func_tests/Makefile.am lksctp-tools-1.0.11/src/func_tests/test_1_to_1_accept_close.c lksctp-tools-1.0.11/src/func_tests/test_1_to_1_addrs.c lksctp-tools-1.0.11/src/func_tests/test_1_to_1_connect.c lksctp-tools-1.0.11/src/func_tests/test_1_to_1_connectx.c lksctp-tools-1.0.11/src/func_tests/test_1_to_1_events.c lksctp-tools-1.0.11/src/func_tests/test_1_to_1_initmsg_connect.c lksctp-tools-1.0.11/src/func_tests/test_1_to_1_nonblock.c lksctp-tools-1.0.11/src/func_tests/test_1_to_1_recvfrom.c lksctp-tools-1.0.11/src/func_tests/test_1_to_1_recvmsg.c lksctp-tools-1.0.11/src/func_tests/test_1_to_1_rtoinfo.c lksctp-tools-1.0.11/src/func_tests/test_1_to_1_send.c lksctp-tools-1.0.11/src/func_tests/test_1_to_1_sendmsg.c lksctp-tools-1.0.11/src/func_tests/test_1_to_1_sendto.c lksctp-tools-1.0.11/src/func_tests/test_1_to_1_shutdown.c lksctp-tools-1.0.11/src/func_tests/test_1_to_1_socket_bind_listen.c lksctp-tools-1.0.11/src/func_tests/test_1_to_1_sockopt.c lksctp-tools-1.0.11/src/func_tests/test_1_to_1_threads.c lksctp-tools-1.0.11/src/func_tests/test_assoc_abort.c lksctp-tools-1.0.11/src/func_tests/test_assoc_shutdown.c lksctp-tools-1.0.11/src/func_tests/test_autoclose.c lksctp-tools-1.0.11/src/func_tests/test_basic.c lksctp-tools-1.0.11/src/func_tests/test_connect.c lksctp-tools-1.0.11/src/func_tests/test_connectx.c lksctp-tools-1.0.11/src/func_tests/test_fragments.c lksctp-tools-1.0.11/src/func_tests/test_getname.c lksctp-tools-1.0.11/src/func_tests/test_inaddr_any.c lksctp-tools-1.0.11/src/func_tests/test_peeloff.c lksctp-tools-1.0.11/src/func_tests/test_recvmsg.c lksctp-tools-1.0.11/src/func_tests/test_sctp_sendrecvmsg.c lksctp-tools-1.0.11/src/func_tests/test_sockopt.c lksctp-tools-1.0.11/src/func_tests/test_tcp_style.c lksctp-tools-1.0.11/src/func_tests/test_timetolive.c lksctp-tools-1.0.11/src/include/ lksctp-tools-1.0.11/src/include/Makefile.am lksctp-tools-1.0.11/src/include/netinet/ lksctp-tools-1.0.11/src/include/netinet/Makefile.am lksctp-tools-1.0.11/src/include/netinet/sctp.h lksctp-tools-1.0.11/src/lib/ lksctp-tools-1.0.11/src/lib/Makefile.am lksctp-tools-1.0.11/src/lib/Versions.map lksctp-tools-1.0.11/src/lib/addrs.c lksctp-tools-1.0.11/src/lib/bindx.c lksctp-tools-1.0.11/src/lib/connectx.c lksctp-tools-1.0.11/src/lib/opt_info.c lksctp-tools-1.0.11/src/lib/peeloff.c lksctp-tools-1.0.11/src/lib/recvmsg.c lksctp-tools-1.0.11/src/lib/sendmsg.c lksctp-tools-1.0.11/src/testlib/ lksctp-tools-1.0.11/src/testlib/Makefile.am lksctp-tools-1.0.11/src/testlib/sctputil.c lksctp-tools-1.0.11/src/testlib/sctputil.h lksctp-tools-1.0.11/src/withsctp/ lksctp-tools-1.0.11/src/withsctp/Makefile.am lksctp-tools-1.0.11/src/withsctp/README lksctp-tools-1.0.11/src/withsctp/checksctp.c lksctp-tools-1.0.11/src/withsctp/notes.txt lksctp-tools-1.0.11/src/withsctp/sctp_bind.c lksctp-tools-1.0.11/src/withsctp/sctp_load_libs.c lksctp-tools-1.0.11/src/withsctp/sctp_socket.c lksctp-tools-1.0.11/src/withsctp/sctp_socket.h lksctp-tools-1.0.11/src/withsctp/sctp_sockopt.c lksctp-tools-1.0.11/src/withsctp/withsctp.in lksctp-tools-1.0.11/stamp-h.in sles11-sp3-v7-ussdgw:~ #
Change to the newly created directory and build the software
sles11-sp3-v7-ussdgw:~ # cd lksctp-tools-1.0.11/ sles11-sp3-v7-ussdgw:~/lksctp-tools-1.0.16 # ls -ltr total 168 -rw-rw-r-- 1 root root 10 Feb 18 2014 stamp-h.in drwxrwxr-x 8 root root 4096 Feb 18 2014 src drwxrwxr-x 2 root root 4096 Feb 18 2014 man -rw-rw-r-- 1 root root 5166 Feb 18 2014 lksctp-tools.spec.in drwxrwxr-x 2 root root 4096 Feb 18 2014 doc -rw-rw-r-- 1 root root 1883 Feb 18 2014 configure.ac -rwxrwxr-x 1 root root 259 Feb 18 2014 bootstrap drwxrwxr-x 2 root root 4096 Feb 18 2014 bin -rw-rw-r-- 1 root root 1208 Feb 18 2014 ROADMAP -rw-rw-r-- 1 root root 6961 Feb 18 2014 README -rw-rw-r-- 1 root root 290 Feb 18 2014 NEWS -rw-rw-r-- 1 root root 323 Feb 18 2014 Makefile.vars -rw-rw-r-- 1 root root 309 Feb 18 2014 Makefile.rules -rw-rw-r-- 1 root root 1422 Feb 18 2014 Makefile.dirs -rw-rw-r-- 1 root root 589 Feb 18 2014 Makefile.am -rw-rw-r-- 1 root root 3188 Feb 18 2014 INSTALL -rw-rw-r-- 1 root root 48836 Feb 18 2014 ChangeLog -rw-rw-r-- 1 root root 24428 Feb 18 2014 COPYING.lib -rw-rw-r-- 1 root root 17983 Feb 18 2014 COPYING -rw-rw-r-- 1 root root 1126 Feb 18 2014 AUTHORS sles11-sp3-v7-ussdgw:~/lksctp-tools-1.0.16 #
Build as follow
sles11-sp3-v7-ussdgw:~/lksctp-tools-1.0.11 # ./configure checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for gawk... gawk checking whether make sets $(MAKE)... yes checking for gawk... (cached) gawk checking for gcc... gcc checking for C compiler default output file name... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... 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 for a BSD-compatible install... /usr/bin/install -c checking whether ln -s works... yes checking for library containing strerror... none required checking build system type... x86_64-unknown-linux-gnu checking host system type... x86_64-unknown-linux-gnu checking for a sed that does not truncate output... /usr/bin/sed checking for grep that handles long lines and -e... /usr/bin/grep checking for egrep... /usr/bin/grep -E checking for fgrep... /usr/bin/grep -F checking for ld used by gcc... /usr/x86_64-suse-linux/bin/ld checking if the linker (/usr/x86_64-suse-linux/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 the maximum length of command line arguments... 1572864 checking whether the shell understands some XSI constructs... yes checking whether the shell understands "+="... yes checking for /usr/x86_64-suse-linux/bin/ld option to reload object files... -r checking for objdump... objdump checking how to recognize dependent libraries... pass_all checking for ar... ar checking for strip... strip checking for ranlib... ranlib checking command to parse /usr/bin/nm -B 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... 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/x86_64-suse-linux/bin/ld -m elf_x86_64) 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 for shl_load... no checking for shl_load in -ldld... no checking for dlopen... no checking for dlopen in -ldl... yes checking whether a program can dlopen itself... yes checking whether a statically linked program can dlopen itself... no 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... yes checking for ANSI C header files... (cached) yes checking for sys/wait.h that is POSIX.1 compatible... yes checking arpa/inet.h usability... yes checking arpa/inet.h presence... yes checking for arpa/inet.h... yes checking fcntl.h usability... yes checking fcntl.h presence... yes checking for fcntl.h... yes checking malloc.h usability... yes checking malloc.h presence... yes checking for malloc.h... yes checking netdb.h usability... yes checking netdb.h presence... yes checking for netdb.h... yes checking netinet/in.h usability... yes checking netinet/in.h presence... yes checking for netinet/in.h... yes checking for stdint.h... (cached) yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking sys/ioctl.h usability... yes checking sys/ioctl.h presence... yes checking for sys/ioctl.h... yes checking sys/param.h usability... yes checking sys/param.h presence... yes checking for sys/param.h... yes checking sys/socket.h usability... yes checking sys/socket.h presence... yes checking for sys/socket.h... yes checking sys/time.h usability... yes checking sys/time.h presence... yes checking for sys/time.h... yes checking for unistd.h... (cached) yes checking for an ANSI C-conforming const... yes checking for inline... inline checking for size_t... yes checking whether time.h and sys/time.h may both be included... yes checking whether struct tm is in sys/time.h or time.h... time.h checking for working volatile... yes checking for stdlib.h... (cached) yes checking for GNU libc compatible malloc... yes checking for working memcmp... yes checking for stdlib.h... (cached) yes checking for GNU libc compatible realloc... yes checking sys/select.h usability... yes checking sys/select.h presence... yes checking for sys/select.h... yes checking for sys/socket.h... (cached) yes checking types of arguments for select... int,fd_set *,struct timeval * checking for vprintf... yes checking for _doprnt... no checking for bzero... yes checking for gethostbyname... yes checking for gettimeofday... yes checking for memmove... yes checking for memset... yes checking for select... yes checking for socket... yes checking for strchr... yes checking for strerror... yes checking for strtol... yes checking for strtoul... yes configure: creating ./config.status config.status: creating lksctp-tools.spec config.status: creating Makefile config.status: creating bin/Makefile config.status: creating man/Makefile config.status: creating src/Makefile config.status: creating src/apps/Makefile config.status: creating src/func_tests/Makefile config.status: creating src/include/Makefile config.status: creating src/include/netinet/Makefile config.status: creating src/lib/Makefile config.status: creating src/testlib/Makefile config.status: creating src/withsctp/Makefile config.status: creating doc/Makefile config.status: creating config.h config.status: config.h is unchanged config.status: executing depfiles commands config.status: executing libtool commands sles11-sp3-v7-ussdgw:~/lksctp-tools-1.0.11 #
Do the make and make install commands
sles11-sp3-v7-ussdgw:~/lksctp-tools-1.0.11 # make make all-recursive make[1]: Entering directory `/root/lksctp-tools-1.0.11' Making all in man make[2]: Entering directory `/root/lksctp-tools-1.0.11/man' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/root/lksctp-tools-1.0.11/man' Making all in bin make[2]: Entering directory `/root/lksctp-tools-1.0.11/bin' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/root/lksctp-tools-1.0.11/bin' Making all in src make[2]: Entering directory `/root/lksctp-tools-1.0.11/src' Making all in apps make[3]: Entering directory `/root/lksctp-tools-1.0.11/src/apps' make[3]: Nothing to be done for `all'. make[3]: Leaving directory `/root/lksctp-tools-1.0.11/src/apps' Making all in func_tests make[3]: Entering directory `/root/lksctp-tools-1.0.11/src/func_tests' make[3]: Nothing to be done for `all'. make[3]: Leaving directory `/root/lksctp-tools-1.0.11/src/func_tests' Making all in include make[3]: Entering directory `/root/lksctp-tools-1.0.11/src/include' Making all in netinet make[4]: Entering directory `/root/lksctp-tools-1.0.11/src/include/netinet' make[4]: Nothing to be done for `all'. make[4]: Leaving directory `/root/lksctp-tools-1.0.11/src/include/netinet' make[4]: Entering directory `/root/lksctp-tools-1.0.11/src/include' make[4]: Nothing to be done for `all-am'. make[4]: Leaving directory `/root/lksctp-tools-1.0.11/src/include' make[3]: Leaving directory `/root/lksctp-tools-1.0.11/src/include' Making all in lib make[3]: Entering directory `/root/lksctp-tools-1.0.11/src/lib' make[3]: Nothing to be done for `all'. make[3]: Leaving directory `/root/lksctp-tools-1.0.11/src/lib' Making all in testlib make[3]: Entering directory `/root/lksctp-tools-1.0.11/src/testlib' make[3]: Nothing to be done for `all'. make[3]: Leaving directory `/root/lksctp-tools-1.0.11/src/testlib' Making all in withsctp make[3]: Entering directory `/root/lksctp-tools-1.0.11/src/withsctp' make[3]: Nothing to be done for `all'. make[3]: Leaving directory `/root/lksctp-tools-1.0.11/src/withsctp' make[3]: Entering directory `/root/lksctp-tools-1.0.11/src' make[3]: Nothing to be done for `all-am'. make[3]: Leaving directory `/root/lksctp-tools-1.0.11/src' make[2]: Leaving directory `/root/lksctp-tools-1.0.11/src' Making all in doc make[2]: Entering directory `/root/lksctp-tools-1.0.11/doc' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/root/lksctp-tools-1.0.11/doc' make[2]: Entering directory `/root/lksctp-tools-1.0.11' make[2]: Leaving directory `/root/lksctp-tools-1.0.11' make[1]: Leaving directory `/root/lksctp-tools-1.0.11' sles11-sp3-v7-ussdgw:~/lksctp-tools-1.0.11 #
make install
sles11-sp3-v7-ussdgw:~/lksctp-tools-1.0.11 # make install Making install in man make[1]: Entering directory `/root/lksctp-tools-1.0.11/man' make[2]: Entering directory `/root/lksctp-tools-1.0.11/man' make[2]: Nothing to be done for `install-exec-am'. test -z "/usr/local/share/man/man3" || mkdir -p -- "/usr/local/share/man/man3" /usr/bin/install -c -m 644 './sctp_bindx.3' '/usr/local/share/man/man3/sctp_bindx.3' /usr/bin/install -c -m 644 './sctp_getladdrs.3' '/usr/local/share/man/man3/sctp_getladdrs.3' /usr/bin/install -c -m 644 './sctp_getpaddrs.3' '/usr/local/share/man/man3/sctp_getpaddrs.3' /usr/bin/install -c -m 644 './sctp_opt_info.3' '/usr/local/share/man/man3/sctp_opt_info.3' /usr/bin/install -c -m 644 './sctp_peeloff.3' '/usr/local/share/man/man3/sctp_peeloff.3' /usr/bin/install -c -m 644 './sctp_recvmsg.3' '/usr/local/share/man/man3/sctp_recvmsg.3' /usr/bin/install -c -m 644 './sctp_sendmsg.3' '/usr/local/share/man/man3/sctp_sendmsg.3' /usr/bin/install -c -m 644 './sctp_connectx.3' '/usr/local/share/man/man3/sctp_connectx.3' /usr/bin/install -c -m 644 './sctp_send.3' '/usr/local/share/man/man3/sctp_send.3' test -z "/usr/local/share/man/man7" || mkdir -p -- "/usr/local/share/man/man7" /usr/bin/install -c -m 644 './sctp.7' '/usr/local/share/man/man7/sctp.7' make[2]: Leaving directory `/root/lksctp-tools-1.0.11/man' make[1]: Leaving directory `/root/lksctp-tools-1.0.11/man' Making install in bin make[1]: Entering directory `/root/lksctp-tools-1.0.11/bin' make[2]: Entering directory `/root/lksctp-tools-1.0.11/bin' make[2]: Nothing to be done for `install-exec-am'. make[2]: Nothing to be done for `install-data-am'. make[2]: Leaving directory `/root/lksctp-tools-1.0.11/bin' make[1]: Leaving directory `/root/lksctp-tools-1.0.11/bin' Making install in src make[1]: Entering directory `/root/lksctp-tools-1.0.11/src' Making install in apps make[2]: Entering directory `/root/lksctp-tools-1.0.11/src/apps' make[3]: Entering directory `/root/lksctp-tools-1.0.11/src/apps' test -z "/usr/local/bin" || mkdir -p -- "/usr/local/bin" /bin/sh ../../libtool --mode=install /usr/bin/install -c 'sctp_darn' '/usr/local/bin/sctp_darn' libtool: install: /usr/bin/install -c .libs/sctp_darn /usr/local/bin/sctp_darn /bin/sh ../../libtool --mode=install /usr/bin/install -c 'sctp_test' '/usr/local/bin/sctp_test' libtool: install: /usr/bin/install -c .libs/sctp_test /usr/local/bin/sctp_test /bin/sh ../../libtool --mode=install /usr/bin/install -c 'sctp_status' '/usr/local/bin/sctp_status' libtool: install: /usr/bin/install -c .libs/sctp_status /usr/local/bin/sctp_status test -z "/usr/local/share/lksctp-tools" || mkdir -p -- "/usr/local/share/lksctp-tools" /usr/bin/install -c -m 644 'sctp_darn.c' '/usr/local/share/lksctp-tools/sctp_darn.c' /usr/bin/install -c -m 644 'sctp_darn.h' '/usr/local/share/lksctp-tools/sctp_darn.h' /usr/bin/install -c -m 644 'sctp_test.c' '/usr/local/share/lksctp-tools/sctp_test.c' /usr/bin/install -c -m 644 'sctp_status.c' '/usr/local/share/lksctp-tools/sctp_status.c' make[3]: Leaving directory `/root/lksctp-tools-1.0.11/src/apps' make[2]: Leaving directory `/root/lksctp-tools-1.0.11/src/apps' Making install in func_tests make[2]: Entering directory `/root/lksctp-tools-1.0.11/src/func_tests' make[3]: Entering directory `/root/lksctp-tools-1.0.11/src/func_tests' make[3]: Nothing to be done for `install-exec-am'. make[3]: Nothing to be done for `install-data-am'. make[3]: Leaving directory `/root/lksctp-tools-1.0.11/src/func_tests' make[2]: Leaving directory `/root/lksctp-tools-1.0.11/src/func_tests' Making install in include make[2]: Entering directory `/root/lksctp-tools-1.0.11/src/include' Making install in netinet make[3]: Entering directory `/root/lksctp-tools-1.0.11/src/include/netinet' make[4]: Entering directory `/root/lksctp-tools-1.0.11/src/include/netinet' make[4]: Nothing to be done for `install-exec-am'. test -z "/usr/local/include" || mkdir -p -- "/usr/local/include" test -z "/usr/local/include/netinet" || mkdir -p -- "/usr/local/include/netinet" /usr/bin/install -c -m 644 'sctp.h' '/usr/local/include/netinet/sctp.h' make[4]: Leaving directory `/root/lksctp-tools-1.0.11/src/include/netinet' make[3]: Leaving directory `/root/lksctp-tools-1.0.11/src/include/netinet' make[3]: Entering directory `/root/lksctp-tools-1.0.11/src/include' make[4]: Entering directory `/root/lksctp-tools-1.0.11/src/include' make[4]: Nothing to be done for `install-exec-am'. make[4]: Nothing to be done for `install-data-am'. make[4]: Leaving directory `/root/lksctp-tools-1.0.11/src/include' make[3]: Leaving directory `/root/lksctp-tools-1.0.11/src/include' make[2]: Leaving directory `/root/lksctp-tools-1.0.11/src/include' Making install in lib make[2]: Entering directory `/root/lksctp-tools-1.0.11/src/lib' make[3]: Entering directory `/root/lksctp-tools-1.0.11/src/lib' test -z "/usr/local/lib" || mkdir -p -- "/usr/local/lib" /bin/sh ../../libtool --mode=install /usr/bin/install -c 'libsctp.la' '/usr/local/lib/libsctp.la' libtool: install: /usr/bin/install -c .libs/libsctp.so.1.0.11 /usr/local/lib/libsctp.so.1.0.11 libtool: install: (cd /usr/local/lib && { ln -s -f libsctp.so.1.0.11 libsctp.so.1 || { rm -f libsctp.so.1 && ln -s libsctp.so.1.0.11 libsctp.so.1; }; }) libtool: install: (cd /usr/local/lib && { ln -s -f libsctp.so.1.0.11 libsctp.so || { rm -f libsctp.so && ln -s libsctp.so.1.0.11 libsctp.so; }; }) libtool: install: /usr/bin/install -c .libs/libsctp.lai /usr/local/lib/libsctp.la libtool: install: /usr/bin/install -c .libs/libsctp.a /usr/local/lib/libsctp.a libtool: install: chmod 644 /usr/local/lib/libsctp.a libtool: install: ranlib /usr/local/lib/libsctp.a libtool: finish: PATH="/sbin:/usr/sbin:/usr/local/sbin:/root/bin:/usr/local/bin:/usr/bin:/bin:/usr/bin/X11:/usr/X11R6/bin:/usr/games:/usr/lib/mit/bin:/usr/lib/mit/sbin:/sbin" ldconfig -n /usr/local/lib ---------------------------------------------------------------------- Libraries have been installed in: /usr/local/lib 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 - add LIBDIR to the `LD_RUN_PATH' environment variable during linking - use the `-Wl,-rpath -Wl,LIBDIR' linker flag - have your system administrator add LIBDIR to `/etc/ld.so.conf' See any operating system documentation about shared libraries for more information, such as the ld(1) and ld.so(8) manual pages. ---------------------------------------------------------------------- make[3]: Nothing to be done for `install-data-am'. make[3]: Leaving directory `/root/lksctp-tools-1.0.11/src/lib' make[2]: Leaving directory `/root/lksctp-tools-1.0.11/src/lib' Making install in testlib make[2]: Entering directory `/root/lksctp-tools-1.0.11/src/testlib' make[3]: Entering directory `/root/lksctp-tools-1.0.11/src/testlib' make[3]: Nothing to be done for `install-exec-am'. make[3]: Nothing to be done for `install-data-am'. make[3]: Leaving directory `/root/lksctp-tools-1.0.11/src/testlib' make[2]: Leaving directory `/root/lksctp-tools-1.0.11/src/testlib' Making install in withsctp make[2]: Entering directory `/root/lksctp-tools-1.0.11/src/withsctp' make[3]: Entering directory `/root/lksctp-tools-1.0.11/src/withsctp' test -z "/usr/local/bin" || mkdir -p -- "/usr/local/bin" /bin/sh ../../libtool --mode=install /usr/bin/install -c 'checksctp' '/usr/local/bin/checksctp' libtool: install: /usr/bin/install -c checksctp /usr/local/bin/checksctp test -z "/usr/local/bin" || mkdir -p -- "/usr/local/bin" /usr/bin/install -c 'withsctp' '/usr/local/bin/withsctp' test -z "/usr/local/lib/lksctp-tools" || mkdir -p -- "/usr/local/lib/lksctp-tools" /bin/sh ../../libtool --mode=install /usr/bin/install -c 'libwithsctp.la' '/usr/local/lib/lksctp-tools/libwithsctp.la' libtool: install: /usr/bin/install -c .libs/libwithsctp.so.1.0.11 /usr/local/lib/lksctp-tools/libwithsctp.so.1.0.11 libtool: install: (cd /usr/local/lib/lksctp-tools && { ln -s -f libwithsctp.so.1.0.11 libwithsctp.so.1 || { rm -f libwithsctp.so.1 && ln -s libwithsctp.so.1.0.11 libwithsctp.so.1; }; }) libtool: install: (cd /usr/local/lib/lksctp-tools && { ln -s -f libwithsctp.so.1.0.11 libwithsctp.so || { rm -f libwithsctp.so && ln -s libwithsctp.so.1.0.11 libwithsctp.so; }; }) libtool: install: /usr/bin/install -c .libs/libwithsctp.lai /usr/local/lib/lksctp-tools/libwithsctp.la libtool: install: /usr/bin/install -c .libs/libwithsctp.a /usr/local/lib/lksctp-tools/libwithsctp.a libtool: install: chmod 644 /usr/local/lib/lksctp-tools/libwithsctp.a libtool: install: ranlib /usr/local/lib/lksctp-tools/libwithsctp.a libtool: finish: PATH="/sbin:/usr/sbin:/usr/local/sbin:/root/bin:/usr/local/bin:/usr/bin:/bin:/usr/bin/X11:/usr/X11R6/bin:/usr/games:/usr/lib/mit/bin:/usr/lib/mit/sbin:/sbin" ldconfig -n /usr/local/lib/lksctp-tools ---------------------------------------------------------------------- Libraries have been installed in: /usr/local/lib/lksctp-tools 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 - add LIBDIR to the `LD_RUN_PATH' environment variable during linking - use the `-Wl,-rpath -Wl,LIBDIR' linker flag - have your system administrator add LIBDIR to `/etc/ld.so.conf' See any operating system documentation about shared libraries for more information, such as the ld(1) and ld.so(8) manual pages. ---------------------------------------------------------------------- test -z "/usr/local/share/lksctp-tools" || mkdir -p -- "/usr/local/share/lksctp-tools" /usr/bin/install -c -m 644 'sctp_load_libs.c' '/usr/local/share/lksctp-tools/sctp_load_libs.c' /usr/bin/install -c -m 644 'sctp_socket.c' '/usr/local/share/lksctp-tools/sctp_socket.c' /usr/bin/install -c -m 644 'sctp_bind.c' '/usr/local/share/lksctp-tools/sctp_bind.c' /usr/bin/install -c -m 644 'sctp_sockopt.c' '/usr/local/share/lksctp-tools/sctp_sockopt.c' /usr/bin/install -c -m 644 'sctp_socket.h' '/usr/local/share/lksctp-tools/sctp_socket.h' /usr/bin/install -c -m 644 'checksctp.c' '/usr/local/share/lksctp-tools/checksctp.c' make[3]: Leaving directory `/root/lksctp-tools-1.0.11/src/withsctp' make[2]: Leaving directory `/root/lksctp-tools-1.0.11/src/withsctp' make[2]: Entering directory `/root/lksctp-tools-1.0.11/src' make[3]: Entering directory `/root/lksctp-tools-1.0.11/src' make[3]: Nothing to be done for `install-exec-am'. make[3]: Nothing to be done for `install-data-am'. make[3]: Leaving directory `/root/lksctp-tools-1.0.11/src' make[2]: Leaving directory `/root/lksctp-tools-1.0.11/src' make[1]: Leaving directory `/root/lksctp-tools-1.0.11/src' Making install in doc make[1]: Entering directory `/root/lksctp-tools-1.0.11/doc' make[2]: Entering directory `/root/lksctp-tools-1.0.11/doc' make[2]: Nothing to be done for `install-exec-am'. make[2]: Nothing to be done for `install-data-am'. make[2]: Leaving directory `/root/lksctp-tools-1.0.11/doc' make[1]: Leaving directory `/root/lksctp-tools-1.0.11/doc' make[1]: Entering directory `/root/lksctp-tools-1.0.11' make[2]: Entering directory `/root/lksctp-tools-1.0.11' make[2]: Nothing to be done for `install-exec-am'. make[2]: Nothing to be done for `install-data-am'. make[2]: Leaving directory `/root/lksctp-tools-1.0.11' make[1]: Leaving directory `/root/lksctp-tools-1.0.11' sles11-sp3-v7-ussdgw:~/lksctp-tools-1.0.11 #
No comments:
Post a Comment
Note: only a member of this blog may post a comment.