2016-09-01 15 views
0

ndnSIM(ns-3モジュール)のインストールに問題があります。今日はns-3のインストールについて質問しましたが、問題を解決することはできません。 ndnSIMをインストールする別の方法が見つかりました。ndnSIMのインストールに失敗しました=> cryptoPPは存在しますが使用できません

私はこのURLを参照して、手順を段階的に従いました。

しかし、ns-3/src/ndnSIM/ndn-cxx directory(wafビルドシステムを使用して)を構成すると、エラーメッセージが表示されます。

はい、そうです。

上記のURLに手順7です。以下はエラーメッセージです。

Setting top to       : /home/juhyun-park/다운로드/ndnSIM/ns-3/src/ndnSIM/ndn-cxx 
Setting out to       : /home/juhyun-park/다운로드/ndnSIM/ns-3/src/ndnSIM/ndn-cxx/build 
Building static library     : no 
Building shared library     : yes 
Checking for 'g++' (C++ compiler)  : /usr/bin/g++ 
Checking supported CXXFLAGS    : -std=c++11 
Checking supported CXXFLAGS    : -pedantic -Wall -O2 -g 
Checking for program 'doxygen'   : /usr/bin/doxygen 
Checking for program 'tar'    : /bin/tar 
Checking for program 'sphinx-build'  : /usr/bin/sphinx-build 
Checking for std::is_default_constructible : yes 
Checking for std::is_nothrow_move_constructible : yes 
Checking for std::is_nothrow_move_assignable : yes 
Checking for friend typename-specifier   : yes 
Checking for override and final specifiers  : yes 
Checking for std::vector::insert with const_iterators : no 
Checking for program 'sh'        : /bin/sh 
Checking for library pthread       : yes 
Checking for library rt        : yes 
Checking for function getpass       : yes 
Checking for rtnetlink        : yes 
Checking for program 'pkg-config'      : /usr/bin/pkg-config 
Checking for 'sqlite3'        : yes 
Checking Crypto++ lib         : 561 
Checking if CryptoPP library works     : no 
Checking if CryptoPP library works     : no 
CryptoPP is present, but is not usable 
(complete log in /home/juhyun-park/다운로드/ndnSIM/ns-3/src/ndnSIM/ndn-cxx/build/config.log) 

最後の2つの文にご注意ください。

CryptoPPが存在しているが、使用できません

(完全なログでは/ home/juhyun-公園/다운로드/ndnSIM/ns-3/src/ndnSIM/ndn-cxx/build/config.log )

と添付のログファイルダウンロードリンクです。

logfile

私はこの問題を解決するために何をすべき?


私の開発環境はその次のとおりです。

OS:Ubuntuの14.04 LTS(デスクトップ版)
種類:64ビット
カーネル:4.4.0-36-ジェネリック

答えて

0

必要はありませんndn-cxxスタンドアロンを構築するには、ns-3のトップディレクターを./waf configureで構築した後、ndn-cxxヘッダーをインストールした後、ndn-cxxヘッダーを/usr/local/include/ns3-dev/ns3/ndnSIM/ndn-cxx

にインストールします
関連する問題