본문 바로가기
[End]/Arii(Coord&Lucene)

gsoap troubleshooting

by Pooh0216 2009. 7. 14.
[root@localhost gsoap-2.7]# make
make  all-recursive
make[1]: Entering directory `/root/coord/xlib/gsoap-2.7'
Making all in gsoap
make[2]: Entering directory `/root/coord/xlib/gsoap-2.7/gsoap'
source='stdsoap2.c' object='libgsoap_a-stdsoap2.o' libtool=no \
        depfile='.deps/libgsoap_a-stdsoap2.Po' tmpdepfile='.deps/libgsoap_a-stdsoap2.TPo' \
        depmode=gcc3 /bin/sh ../depcomp \
        gcc -DHAVE_CONFIG_H -I. -I. -I..      -DLINUX -g -O2 -c -o libgsoap_a-stdsoap2.o `test -f 'stdsoap2.c' || echo './'`stdsoap2.c
rm -f libgsoap.a
ar cru libgsoap.a libgsoap_a-stdsoap2.o
ranlib libgsoap.a
source='stdsoap2_cpp.cpp' object='libgsoap___a-stdsoap2_cpp.o' libtool=no \
        depfile='.deps/libgsoap___a-stdsoap2_cpp.Po' tmpdepfile='.deps/libgsoap___a-stdsoap2_cpp.TPo' \
        depmode=gcc3 /bin/sh ../depcomp \
        g++ -DHAVE_CONFIG_H -I. -I. -I..      -DLINUX -g -O2 -c -o libgsoap___a-stdsoap2_cpp.o `test -f 'stdsoap2_cpp.cpp' || echo './'`stdsoap2_cpp.cpp
rm -f libgsoap++.a
ar cru libgsoap++.a libgsoap___a-stdsoap2_cpp.o
ranlib libgsoap++.a
source='stdsoap2_ck.c' object='libgsoapck_a-stdsoap2_ck.o' libtool=no \
        depfile='.deps/libgsoapck_a-stdsoap2_ck.Po' tmpdepfile='.deps/libgsoapck_a-stdsoap2_ck.TPo' \
        depmode=gcc3 /bin/sh ../depcomp \
        gcc -DHAVE_CONFIG_H -I. -I. -I..      -DLINUX -DWITH_COOKIES -g -O2 -c -o libgsoapck_a-stdsoap2_ck.o `test -f 'stdsoap2_ck.c' || echo './'`stdsoap2_ck.c
rm -f libgsoapck.a
ar cru libgsoapck.a libgsoapck_a-stdsoap2_ck.o
ranlib libgsoapck.a
source='stdsoap2_ck_cpp.cpp' object='libgsoapck___a-stdsoap2_ck_cpp.o' libtool=no \
        depfile='.deps/libgsoapck___a-stdsoap2_ck_cpp.Po' tmpdepfile='.deps/libgsoapck___a-stdsoap2_ck_cpp.TPo' \
        depmode=gcc3 /bin/sh ../depcomp \
        g++ -DHAVE_CONFIG_H -I. -I. -I..      -DLINUX -DWITH_COOKIES -g -O2 -c -o libgsoapck___a-stdsoap2_ck_cpp.o `test -f 'stdsoap2_ck_cpp.cpp' || echo './'`stdsoap2_ck_cpp.cpp

rm -f libgsoapck++.a
ar cru libgsoapck++.a libgsoapck___a-stdsoap2_ck_cpp.o
ranlib libgsoapck++.a
source='stdsoap2_ssl.c' object='libgsoapssl_a-stdsoap2_ssl.o' libtool=no \
        depfile='.deps/libgsoapssl_a-stdsoap2_ssl.Po' tmpdepfile='.deps/libgsoapssl_a-stdsoap2_ssl.TPo' \
        depmode=gcc3 /bin/sh ../depcomp \
        gcc -DHAVE_CONFIG_H -I. -I. -I..      -DLINUX -DWITH_OPENSSL -DWITH_DOM -DWITH_GZIP -g -O2 -c -o libgsoapssl_a-stdsoap2_ssl.o `test -f 'stdsoap2_ssl.c' || echo './'`stdsoap2_ssl.c
rm -f libgsoapssl.a
ar cru libgsoapssl.a libgsoapssl_a-stdsoap2_ssl.o
ranlib libgsoapssl.a
source='stdsoap2_ssl_cpp.cpp' object='libgsoapssl___a-stdsoap2_ssl_cpp.o' libtool=no \
        depfile='.deps/libgsoapssl___a-stdsoap2_ssl_cpp.Po' tmpdepfile='.deps/libgsoapssl___a-stdsoap2_ssl_cpp.TPo' \
        depmode=gcc3 /bin/sh ../depcomp \
        g++ -DHAVE_CONFIG_H -I. -I. -I..      -DLINUX -DWITH_OPENSSL -DWITH_DOM -DWITH_GZIP -g -O2 -c -o libgsoapssl___a-stdsoap2_ssl_cpp.o `test -f 'stdsoap2_ssl_cpp.cpp' || echo './'`stdsoap2_ssl_cpp.cpp
rm -f libgsoapssl++.a
ar cru libgsoapssl++.a libgsoapssl___a-stdsoap2_ssl_cpp.o
ranlib libgsoapssl++.a
make  all-recursive
make[3]: Entering directory `/root/coord/xlib/gsoap-2.7/gsoap'
Making all in src
make[4]: Entering directory `/root/coord/xlib/gsoap-2.7/gsoap/src'
bison -y  -d -v `test -f 'soapcpp2_yacc.y' || echo './'`soapcpp2_yacc.y
conflicts: 1 shift/reduce
sed '/^#/ s|y\.tab\.c|soapcpp2_yacc.c|' y.tab.c >soapcpp2_yacc.c
rm -f y.tab.c
if test -f y.tab.h; then \
          to=`echo "soapcpp2_yacc_H" | sed \
                -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/' \
                -e 's/[^ABCDEFGHIJKLMNOPQRSTUVWXYZ]/_/g'`; \
          sed "/^#/ s/Y_TAB_H/$to/g" y.tab.h >soapcpp2_yacc.ht; \
          rm -f y.tab.h; \
          if cmp -s soapcpp2_yacc.ht soapcpp2_yacc.h; then \
            rm -f soapcpp2_yacc.ht ;\
          else \
            mv soapcpp2_yacc.ht soapcpp2_yacc.h; \
          fi; \
        fi
if test -f y.output; then \
          mv y.output soapcpp2_yacc.output; \
        fi
source='soapcpp2_yacc.c' object='soapcpp2-soapcpp2_yacc.o' libtool=no \
        depfile='.deps/soapcpp2-soapcpp2_yacc.Po' tmpdepfile='.deps/soapcpp2-soapcpp2_yacc.TPo' \
        depmode=gcc3 /bin/sh ../../depcomp \
        gcc -DHAVE_CONFIG_H -I. -I. -I../..    -DWITH_BISON -DWITH_FLEX  -DSOAPCPP_IMPORT_PATH="\"/root/coord/xlib/gsoap-2.7/share/gsoap/import\"" -DLINUX -g -O2 -c -o soapcpp2-soapcpp2_yacc.o `test -f 'soapcpp2_yacc.c' || echo './'`soapcpp2_yacc.c
flex  -l `test -f soapcpp2_lex.l || echo './'`soapcpp2_lex.l
sed '/^#/ s|lex.yy\.c|soapcpp2_lex.c|' lex.yy.c >soapcpp2_lex.c
rm -f lex.yy.c
source='soapcpp2_lex.c' object='soapcpp2-soapcpp2_lex.o' libtool=no \
        depfile='.deps/soapcpp2-soapcpp2_lex.Po' tmpdepfile='.deps/soapcpp2-soapcpp2_lex.TPo' \
        depmode=gcc3 /bin/sh ../../depcomp \
        gcc -DHAVE_CONFIG_H -I. -I. -I../..    -DWITH_BISON -DWITH_FLEX  -DSOAPCPP_IMPORT_PATH="\"/root/coord/xlib/gsoap-2.7/share/gsoap/import\"" -DLINUX -g -O2 -c -o soapcpp2-soapcpp2_lex.o `test -f 'soapcpp2_lex.c' || echo './'`soapcpp2_lex.c
source='symbol2.c' object='soapcpp2-symbol2.o' libtool=no \
        depfile='.deps/soapcpp2-symbol2.Po' tmpdepfile='.deps/soapcpp2-symbol2.TPo' \
        depmode=gcc3 /bin/sh ../../depcomp \
        gcc -DHAVE_CONFIG_H -I. -I. -I../..    -DWITH_BISON -DWITH_FLEX  -DSOAPCPP_IMPORT_PATH="\"/root/coord/xlib/gsoap-2.7/share/gsoap/import\"" -DLINUX -g -O2 -c -o soapcpp2-symbol2.o `test -f 'symbol2.c' || echo './'`symbol2.c
source='error2.c' object='soapcpp2-error2.o' libtool=no \
        depfile='.deps/soapcpp2-error2.Po' tmpdepfile='.deps/soapcpp2-error2.TPo' \
        depmode=gcc3 /bin/sh ../../depcomp \
        gcc -DHAVE_CONFIG_H -I. -I. -I../..    -DWITH_BISON -DWITH_FLEX  -DSOAPCPP_IMPORT_PATH="\"/root/coord/xlib/gsoap-2.7/share/gsoap/import\"" -DLINUX -g -O2 -c -o soapcpp2-error2.o `test -f 'error2.c' || echo './'`error2.c
source='init2.c' object='soapcpp2-init2.o' libtool=no \
        depfile='.deps/soapcpp2-init2.Po' tmpdepfile='.deps/soapcpp2-init2.TPo' \
        depmode=gcc3 /bin/sh ../../depcomp \
        gcc -DHAVE_CONFIG_H -I. -I. -I../..    -DWITH_BISON -DWITH_FLEX  -DSOAPCPP_IMPORT_PATH="\"/root/coord/xlib/gsoap-2.7/share/gsoap/import\"" -DLINUX -g -O2 -c -o soapcpp2-init2.o `test -f 'init2.c' || echo './'`init2.c
source='soapcpp2.c' object='soapcpp2-soapcpp2.o' libtool=no \
        depfile='.deps/soapcpp2-soapcpp2.Po' tmpdepfile='.deps/soapcpp2-soapcpp2.TPo' \
        depmode=gcc3 /bin/sh ../../depcomp \
        gcc -DHAVE_CONFIG_H -I. -I. -I../..    -DWITH_BISON -DWITH_FLEX  -DSOAPCPP_IMPORT_PATH="\"/root/coord/xlib/gsoap-2.7/share/gsoap/import\"" -DLINUX -g -O2 -c -o soapcpp2-soapcpp2.o `test -f 'soapcpp2.c' || echo './'`soapcpp2.c
gcc  -g -O2   -o soapcpp2  soapcpp2-soapcpp2_yacc.o soapcpp2-soapcpp2_lex.o soapcpp2-symbol2.o soapcpp2-error2.o soapcpp2-init2.o soapcpp2-soapcpp2.o  -lfl
make[4]: Leaving directory `/root/coord/xlib/gsoap-2.7/gsoap/src'
Making all in wsdl
make[4]: Entering directory `/root/coord/xlib/gsoap-2.7/gsoap/wsdl'
../../gsoap/src/soapcpp2 -SC -pwsdl -I../import ./wsdl.h
soapcpp2: using both options -C and -S omits client/server code

**  The gSOAP Stub and Skeleton Compiler for C and C++ 2.7.12
**  Copyright (C) 2000-2008, Robert van Engelen, Genivia Inc.
**  All Rights Reserved. This product is provided "as is", without any warranty.
**  The gSOAP compiler is released under one of the following three licenses:
**  GPL, the gSOAP public license, or the commercial license by Genivia Inc.

Saving wsdlStub.h
Saving wsdlH.h
Saving wsdlC.cpp
Saving sd.nsmap namespace mapping table

Compilation successful

make  all-am
make[5]: Entering directory `/root/coord/xlib/gsoap-2.7/gsoap/wsdl'
source='wsdl2h.cpp' object='wsdl2h-wsdl2h.o' libtool=no \
        depfile='.deps/wsdl2h-wsdl2h.Po' tmpdepfile='.deps/wsdl2h-wsdl2h.TPo' \
        depmode=gcc3 /bin/sh ../../depcomp \
        g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I../../gsoap   -DWITH_OPENSSL -DWITH_GZIP -DWSDL_IMPORT_PATH="\"/root/coord/xlib/gsoap-2.7/share/gsoap/WS\"" -g -O2 -c -o wsdl2h-wsdl2h.o `test -f 'wsdl2h.cpp' || echo './'`wsdl2h.cpp
source='wsdl.cpp' object='wsdl2h-wsdl.o' libtool=no \
        depfile='.deps/wsdl2h-wsdl.Po' tmpdepfile='.deps/wsdl2h-wsdl.TPo' \
        depmode=gcc3 /bin/sh ../../depcomp \
        g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I../../gsoap   -DWITH_OPENSSL -DWITH_GZIP -DWSDL_IMPORT_PATH="\"/root/coord/xlib/gsoap-2.7/share/gsoap/WS\"" -g -O2 -c -o wsdl2h-wsdl.o `test -f 'wsdl.cpp' || echo './'`wsdl.cpp
source='schema.cpp' object='wsdl2h-schema.o' libtool=no \
        depfile='.deps/wsdl2h-schema.Po' tmpdepfile='.deps/wsdl2h-schema.TPo' \
        depmode=gcc3 /bin/sh ../../depcomp \
        g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I../../gsoap   -DWITH_OPENSSL -DWITH_GZIP -DWSDL_IMPORT_PATH="\"/root/coord/xlib/gsoap-2.7/share/gsoap/WS\"" -g -O2 -c -o wsdl2h-schema.o `test -f 'schema.cpp' || echo './'`schema.cpp
source='types.cpp' object='wsdl2h-types.o' libtool=no \
        depfile='.deps/wsdl2h-types.Po' tmpdepfile='.deps/wsdl2h-types.TPo' \
        depmode=gcc3 /bin/sh ../../depcomp \
        g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I../../gsoap   -DWITH_OPENSSL -DWITH_GZIP -DWSDL_IMPORT_PATH="\"/root/coord/xlib/gsoap-2.7/share/gsoap/WS\"" -g -O2 -c -o wsdl2h-types.o `test -f 'types.cpp' || echo './'`types.cpp
source='service.cpp' object='wsdl2h-service.o' libtool=no \
        depfile='.deps/wsdl2h-service.Po' tmpdepfile='.deps/wsdl2h-service.TPo' \
        depmode=gcc3 /bin/sh ../../depcomp \
        g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I../../gsoap   -DWITH_OPENSSL -DWITH_GZIP -DWSDL_IMPORT_PATH="\"/root/coord/xlib/gsoap-2.7/share/gsoap/WS\"" -g -O2 -c -o wsdl2h-service.o `test -f 'service.cpp' || echo './'`service.cpp
source='soap.cpp' object='wsdl2h-soap.o' libtool=no \
        depfile='.deps/wsdl2h-soap.Po' tmpdepfile='.deps/wsdl2h-soap.TPo' \
        depmode=gcc3 /bin/sh ../../depcomp \
        g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I../../gsoap   -DWITH_OPENSSL -DWITH_GZIP -DWSDL_IMPORT_PATH="\"/root/coord/xlib/gsoap-2.7/share/gsoap/WS\"" -g -O2 -c -o wsdl2h-soap.o `test -f 'soap.cpp' || echo './'`soap.cpp
source='mime.cpp' object='wsdl2h-mime.o' libtool=no \
        depfile='.deps/wsdl2h-mime.Po' tmpdepfile='.deps/wsdl2h-mime.TPo' \
        depmode=gcc3 /bin/sh ../../depcomp \
        g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I../../gsoap   -DWITH_OPENSSL -DWITH_GZIP -DWSDL_IMPORT_PATH="\"/root/coord/xlib/gsoap-2.7/share/gsoap/WS\"" -g -O2 -c -o wsdl2h-mime.o `test -f 'mime.cpp' || echo './'`mime.cpp
g++  -g -O2 -I../../gsoap -L.  -o wsdl2h  wsdl2h-wsdl2h.o wsdl2h-wsdl.o wsdl2h-schema.o wsdl2h-types.o wsdl2h-service.o wsdl2h-soap.o wsdl2h-mime.o wsdlC.cpp ../../gsoap/libgsoapssl++.a -lssl -lcrypto -lz 
/usr/bin/ld: cannot find -lssl
collect2: ld returned 1 exit status
make[5]: *** [wsdl2h] Error 1
make[5]: Leaving directory `/root/coord/xlib/gsoap-2.7/gsoap/wsdl'
make[4]: *** [all] Error 2
make[4]: Leaving directory `/root/coord/xlib/gsoap-2.7/gsoap/wsdl'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/root/coord/xlib/gsoap-2.7/gsoap'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/root/coord/xlib/gsoap-2.7/gsoap'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/root/coord/xlib/gsoap-2.7'
make: *** [all] Error 2
[root@localhost gsoap-2.7]#
[root@localhost gsoap-2.7]# ./configure --prefix=`pwd`
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 build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking whether make sets $(MAKE)... (cached) yes
checking for g++... g++
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 g++ accepts -g... yes
checking for style of include used by make... GNU
checking dependency style of g++... gcc3
checking for gcc... gcc
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking dependency style of gcc... gcc3
checking for flex... flex
checking for yywrap in -lfl... yes
checking lex output file root... lex.yy
checking whether yytext is a pointer... yes
checking for bison... bison -y
checking how to run the C preprocessor... gcc -E
checking for ranlib... ranlib
checking whether ln -s works... yes
checking for gawk... (cached) gawk
checking for a BSD-compatible install... /usr/bin/install -c
checking for egrep... grep -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 arpa/inet.h usability... yes
checking arpa/inet.h presence... yes
checking for arpa/inet.h... yes
checking xlocale.h usability... yes
checking xlocale.h presence... yes
checking for xlocale.h... yes
checking errno.h usability... yes
checking errno.h presence... yes
checking for errno.h... yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking limits.h usability... yes
checking limits.h presence... yes
checking for limits.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 stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for strings.h... (cached) yes
checking for stdint.h... (cached) yes
checking sys/socket.h usability... yes
checking sys/socket.h presence... yes
checking for sys/socket.h... yes
checking for sys/types.h... (cached) yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking sys/timeb.h usability... yes
checking sys/timeb.h presence... yes
checking for sys/timeb.h... yes
checking for unistd.h... (cached) yes
checking openssl/ssl.h usability... no
checking openssl/ssl.h presence... no
checking for openssl/ssl.h... no
checking zlib.h usability... no
checking zlib.h presence... no
checking for zlib.h... no
checking for an ANSI C-conforming const... yes
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 stdlib.h... (cached) yes
checking for sys/time.h... (cached) yes
checking for unistd.h... (cached) yes
checking for alarm... yes
checking for working mktime... yes
checking return type of signal handlers... void
checking for strftime... yes
checking for random... yes
checking for gettimeofday... yes
checking for ftime... yes
checking for localtime_r... yes
checking for timegm... yes
checking for gmtime... yes
checking for gmtime_r... yes
checking for memset... yes
checking for select... yes
checking for socket... yes
checking for strchr... yes
checking for strerror... yes
checking for strrchr... yes
checking for strstr... yes
checking for strtol... yes
checking for strtoul... yes
checking for strtoll... yes
checking for strtoull... yes
checking for strtold... yes
checking for strtod... yes
checking for strtof... yes
checking for strtold_l... yes
checking for strtod_l... yes
checking for strtof_l... yes
checking for sscanf... yes
checking for sscanf_l... no
checking for sprintf_l... no
checking for wctomb... yes
checking for mbtowc... yes
checking for gethostbyname_r... yes
checking for stdlib.h... (cached) yes
checking for GNU libc compatible malloc... yes
checking for disable namespaces in library... no
checking for disable openssl in library... no
configure: creating ./config.status
config.status: creating Makefile
config.status: creating gsoap.pc
config.status: creating gsoap++.pc
config.status: creating gsoapck.pc
config.status: creating gsoapck++.pc
config.status: creating gsoapssl.pc
config.status: creating gsoapssl++.pc
config.status: creating gsoap/Makefile
config.status: creating gsoap/src/Makefile
config.status: creating gsoap/wsdl/Makefile
config.status: creating gsoap/samples/Makefile
config.status: creating gsoap/samples/calc/Makefile
config.status: creating gsoap/samples/calc++/Makefile
config.status: creating gsoap/samples/dime/Makefile
config.status: creating gsoap/samples/dom/Makefile
config.status: creating gsoap/samples/events/Makefile
config.status: creating gsoap/samples/events++/Makefile
config.status: creating gsoap/samples/factory/Makefile
config.status: creating gsoap/samples/factorytest/Makefile
config.status: creating gsoap/samples/gmt/Makefile
config.status: creating gsoap/samples/googleapi/Makefile
config.status: creating gsoap/samples/hello/Makefile
config.status: creating gsoap/samples/httpcookies/Makefile
config.status: creating gsoap/samples/lu/Makefile
config.status: creating gsoap/samples/magic/Makefile
config.status: creating gsoap/samples/mashup/Makefile
config.status: creating gsoap/samples/mashup++/Makefile
config.status: creating gsoap/samples/mtom/Makefile
config.status: creating gsoap/samples/mtom-stream/Makefile
config.status: creating gsoap/samples/polytest/Makefile
config.status: creating gsoap/samples/roll/Makefile
config.status: creating gsoap/samples/router/Makefile
config.status: creating gsoap/samples/rss/Makefile
config.status: creating gsoap/samples/ssl/Makefile
config.status: creating gsoap/samples/udp/Makefile
config.status: creating gsoap/samples/varparam/Makefile
config.status: creating gsoap/samples/wsa/Makefile
config.status: creating gsoap/samples/wsse/Makefile
config.status: creating gsoap/samples/xml-rpc/Makefile
config.status: creating config.h
config.status: config.h is unchanged
config.status: executing depfiles commands
[root@localhost gsoap-2.7]# who
root     :0           2009-07-14 00:50
root     pts/1        2009-07-14 01:30 (:0.0)
You have new mail in /var/spool/mail/root
[root@localhost gsoap-2.7]# who
root     :0           2009-07-14 00:50
root     pts/1        2009-07-14 01:30 (:0.0)
[root@localhost gsoap-2.7]# make install
Making install in gsoap
make[1]: Entering directory `/root/coord/xlib/gsoap-2.7/gsoap'
Making install in src
make[2]: Entering directory `/root/coord/xlib/gsoap-2.7/gsoap/src'
make[3]: Entering directory `/root/coord/xlib/gsoap-2.7/gsoap/src'
/bin/sh ../../mkinstalldirs /root/coord/xlib/gsoap-2.7/bin
mkdir /root/coord/xlib/gsoap-2.7/bin
  /usr/bin/install -c soapcpp2 /root/coord/xlib/gsoap-2.7/bin/soapcpp2
make[3]: Nothing to be done for `install-data-am'.
make[3]: Leaving directory `/root/coord/xlib/gsoap-2.7/gsoap/src'
make[2]: Leaving directory `/root/coord/xlib/gsoap-2.7/gsoap/src'
Making install in wsdl
make[2]: Entering directory `/root/coord/xlib/gsoap-2.7/gsoap/wsdl'
g++  -g -O2 -I../../gsoap -L.  -o wsdl2h  wsdl2h-wsdl2h.o wsdl2h-wsdl.o wsdl2h-schema.o wsdl2h-types.o wsdl2h-service.o wsdl2h-soap.o wsdl2h-mime.o wsdlC.cpp ../../gsoap/libgsoapssl++.a -lssl -lcrypto -lz 
/usr/bin/ld: cannot find -lssl
collect2: ld returned 1 exit status
make[2]: *** [wsdl2h] Error 1
make[2]: Leaving directory `/root/coord/xlib/gsoap-2.7/gsoap/wsdl'
make[1]: *** [install-recursive] Error 1
make[1]: Leaving directory `/root/coord/xlib/gsoap-2.7/gsoap'
make: *** [install-recursive] Error 1
[root@localhost gsoap-2.7]#

'[End] > Arii(Coord&Lucene)' 카테고리의 다른 글

Coord intall trouble Shooting(2)  (0) 2009.07.14