From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wi0-f180.google.com (mail-wi0-f180.google.com [209.85.212.180]) by dpdk.org (Postfix) with ESMTP id D383768BE for ; Thu, 17 Apr 2014 10:21:09 +0200 (CEST) Received: by mail-wi0-f180.google.com with SMTP id q5so450584wiv.13 for ; Thu, 17 Apr 2014 01:21:10 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:message-id:date:from:user-agent:mime-version:to :cc:subject:references:in-reply-to:content-type :content-transfer-encoding; bh=fOZV346oN/8euQy9sPLKPPu1MEekzjY3VkUjzV3PJ+E=; b=YLzSkY05wP3AREL8YWknNr94w8qmoTNEaXLZ8KMnxHw4uoNcKTrOgvqKiSWmy0gMh8 R5bOp8Eo9FwL6v03f/sKeBDO2JI+fuZ+O4V8d4pqq8J3y6EPZ42wgNeGOZ0npv5hnZ9J MbnIoDDBOWYLP53T6xA8RO9+IVCC8Px0oiXrX4VGtk/uOzLtWhgHIXvpCsy0gnVTfZhw hgS+uykHOZ+DoPtObOso+F2UluzfPr51i+qZcZ8PV4CaX3tkIjmw1zBA9WEqRjLxcbFm 4MFuuT0By9yVZJrq7Ywxt5qppo/UINiWTMgBsYhqor/hAtxombbzTiaqkVcEv04mZNq6 K+PQ== X-Gm-Message-State: ALoCoQkZlzADyxcj0rGHyBRxYJsAVa6fl3OMqqpgA89YGs7ffmGcvfNUkuLCt+nf803iPOnQuWKi X-Received: by 10.180.96.130 with SMTP id ds2mr22371334wib.48.1397722870142; Thu, 17 Apr 2014 01:21:10 -0700 (PDT) Received: from [10.16.0.195] (6wind.net2.nerim.net. [213.41.180.237]) by mx.google.com with ESMTPSA id ed10sm3428399wib.7.2014.04.17.01.21.08 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Thu, 17 Apr 2014 01:21:09 -0700 (PDT) Message-ID: <534F8EF3.1010105@6wind.com> Date: Thu, 17 Apr 2014 10:21:07 +0200 From: Olivier MATZ User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20131103 Icedove/17.0.10 MIME-Version: 1.0 To: =?UTF-8?B?7LWc6rCV7J28?= References: <4973A92E8BA55E48B00297B9D961EF832862543A@SMTP2.etri.info> In-Reply-To: <4973A92E8BA55E48B00297B9D961EF832862543A@SMTP2.etri.info> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit Cc: "dev@dpdk.org" Subject: Re: [dpdk-dev] Build break on Ubuntu12.04 X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 17 Apr 2014 08:21:10 -0000 Hi, On 04/17/2014 09:47 AM, 최강일 wrote: > cd $(OVS_DIR)/openvswitch > ./boot.sh > ./configure RTE_SDK=$(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-parameter -Wstrict-aliasing -Wbad-function-cast -Wcast-align -Wmissing-prototypes -Wmissing-field-initializers -Wno-bad-function-cast -g -O2 -export-dynamic -lpthread -o tests/test-dpdk-link tests/test-dpdk-link.o tests/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/DPDK-1.6.0/x86_64-ivshmem-linuxapp-gcc/lib/libethdev.a /home/snp/dpdk-ovs/DPDK-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/dpdk-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-linuxapp-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_error': > /home/snp/dpdk-ovs/openvswitch/lib/stream-ssl.c:516: undefined reference to `ERR_get_error' > /home/snp/dpdk-ovs/openvswitch/lib/stream-ssl.c:518: undefined reference 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 reference 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 reference to `PEM_read_X509' > /home/snp/dpdk-ovs/openvswitch/lib/stream-ssl.c:1140: undefined reference to `ERR_get_error' > /home/snp/dpdk-ovs/openvswitch/lib/stream-ssl.c:1140: undefined reference to `ERR_error_string' > /home/snp/dpdk-ovs/openvswitch/lib/stream-ssl.c:1143: undefined reference 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 reference to `EVP_sha1' > /home/snp/dpdk-ovs/openvswitch/lib/stream-ssl.c:1207: undefined reference to `X509_digest' > /home/snp/dpdk-ovs/openvswitch/lib/stream-ssl.c:1218: undefined reference to `X509_get_subject_name' > /home/snp/dpdk-ovs/openvswitch/lib/stream-ssl.c:1218: undefined reference to `X509_NAME_oneline' > /home/snp/dpdk-ovs/openvswitch/lib/stream-ssl.c:1221: undefined reference to `CRYPTO_free' > lib/libopenvswitch.a(stream-ssl.o): In function `ssl_wait': I think you should post your question to dpdk-ovs@lists.01.org instead. Regards, Olivier