From mboxrd@z Thu Jan 1 00:00:00 1970 From: Olivier MATZ Subject: Re: Build break on Ubuntu12.04 Date: Thu, 17 Apr 2014 10:21:07 +0200 Message-ID: <534F8EF3.1010105@6wind.com> References: <4973A92E8BA55E48B00297B9D961EF832862543A@SMTP2.etri.info> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: quoted-printable Cc: "dev-VfR2kkLFssw@public.gmane.org" To: =?UTF-8?B?7LWc6rCV7J28?= Return-path: In-Reply-To: <4973A92E8BA55E48B00297B9D961EF832862543A-eDPCXSO9MckY3osOUFOI3Q@public.gmane.org> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces-VfR2kkLFssw@public.gmane.org Sender: "dev" Hi, On 04/17/2014 09:47 AM, =EC=B5=9C=EA=B0=95=EC=9D=BC wrote: > cd $(OVS_DIR)/openvswitch > ./boot.sh > ./configure RTE_SDK=3D$(DPDK_DIR) > make > > I got following ERROR message. > > gcc -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith= -Wdeclaration-after-statement -Wformat-security -Wswitch-enum -Wunused-p= arameter -Wstrict-aliasing -Wbad-function-cast -Wcast-align -Wmissing-pro= totypes -Wmissing-field-initializers -Wno-bad-function-cast -g -O2 -expo= rt-dynamic -lpthread -o tests/test-dpdk-link tests/test-dpdk-link.o test= s/dpdk-ring-stub.o lib/libopenvswitch.a /home/snp/dpdk-ovs/DPDK-1.6.0/x86= _64-ivshmem-linuxapp-gcc/lib/librte_mbuf.a /home/snp/dpdk-ovs/DPDK-1.6.0/= x86_64-ivshmem-linuxapp-gcc/lib/librte_eal.a /home/snp/dpdk-ovs/DPDK-1.6.= 0/x86_64-ivshmem-linuxapp-gcc/lib/librte_pmd_ring.a /home/snp/dpdk-ovs/DP= DK-1.6.0/x86_64-ivshmem-linuxapp-gcc/lib/libethdev.a /home/snp/dpdk-ovs/D= PDK-1.6.0/x86_64-ivshmem-linuxapp-gcc/lib/librte_cmdline.a /home/snp/dpdk= -ovs/DPDK-1.6.0/x86_64-ivshmem-linuxapp-gcc/lib/librte_hash.a /home/snp/d= pdk-ovs/DPDK-1.6.0/x86_64-ivshmem-linuxapp-gcc/lib/librte_lpm.a /home/snp= /dpdk-ovs/DPDK-1.6.0/x86_64-ivshmem-linuxapp-gcc/l ib/librte_mempool.a /home/snp/dpdk-ovs/DPDK-1.6.0/x86_64-ivshmem-linuxapp= -gcc/lib/librte_ring.a /home/snp/dpdk-ovs/DPDK-1.6.0/x86_64-ivshmem-linux= app-gcc/lib/librte_malloc.a /home/snp/dpdk-ovs/DPDK-1.6.0/x86_64-ivshmem-= linuxapp-gcc/lib/librte_ivshmem.a -lpthread -lrt -lm > lib/libopenvswitch.a(stream-ssl.o): In function `interpret_queued_ssl_e= rror': > /home/snp/dpdk-ovs/openvswitch/lib/stream-ssl.c:516: undefined referenc= e to `ERR_get_error' > /home/snp/dpdk-ovs/openvswitch/lib/stream-ssl.c:518: undefined referenc= e to `ERR_error_string' > lib/libopenvswitch.a(stream-ssl.o): In function `interpret_ssl_error': > /home/snp/dpdk-ovs/openvswitch/lib/stream-ssl.c:562: undefined referenc= e to `ERR_get_error' > lib/libopenvswitch.a(stream-ssl.o): In function `read_cert_file': > /home/snp/dpdk-ovs/openvswitch/lib/stream-ssl.c:1136: undefined referen= ce to `PEM_read_X509' > /home/snp/dpdk-ovs/openvswitch/lib/stream-ssl.c:1140: undefined referen= ce to `ERR_get_error' > /home/snp/dpdk-ovs/openvswitch/lib/stream-ssl.c:1140: undefined referen= ce to `ERR_error_string' > /home/snp/dpdk-ovs/openvswitch/lib/stream-ssl.c:1143: undefined referen= ce to `X509_free' > lib/libopenvswitch.a(stream-ssl.o): In function `log_ca_cert': > /home/snp/dpdk-ovs/openvswitch/lib/stream-ssl.c:1207: undefined referen= ce to `EVP_sha1' > /home/snp/dpdk-ovs/openvswitch/lib/stream-ssl.c:1207: undefined referen= ce to `X509_digest' > /home/snp/dpdk-ovs/openvswitch/lib/stream-ssl.c:1218: undefined referen= ce to `X509_get_subject_name' > /home/snp/dpdk-ovs/openvswitch/lib/stream-ssl.c:1218: undefined referen= ce to `X509_NAME_oneline' > /home/snp/dpdk-ovs/openvswitch/lib/stream-ssl.c:1221: undefined referen= ce to `CRYPTO_free' > lib/libopenvswitch.a(stream-ssl.o): In function `ssl_wait': I think you should post your question to dpdk-ovs-hn68Rpc1hR1g9hUCZPvPmw@public.gmane.org instead. Regards, Olivier