From 73bef9090dc8e96d48f0e61bd98b3f5b473695ff Mon Sep 17 00:00:00 2001 From: luomin Date: Mon, 16 Oct 2017 11:03:14 +0900 Subject: [PATCH] [FAB-6557] add notes for ltdl.h header error The previous solutions/documentations for the same issue are no longer exist in current version of document. Documenting the dependency of libtool and its installation again. Change-Id: Iff5ee72645814ab67481911986c2fcfbb474fec7 Signed-off-by: luomin --- docs/source/dev-setup/devenv.rst | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/source/dev-setup/devenv.rst b/docs/source/dev-setup/devenv.rst index e9fd1d9c35e..4cb3717325e 100644 --- a/docs/source/dev-setup/devenv.rst +++ b/docs/source/dev-setup/devenv.rst @@ -183,6 +183,13 @@ the Microsoft Visual C++ Redistributable package installed. You can download the missing package at the following address: http://www.microsoft.com/en-us/download/details.aspx?id=8328 +**NOTE:** The inclusion of the miekg/pkcs11 package introduces +an external dependency on the libtdl.h header file during +a build of fabric. Please ensure your libtool and libtdhl-dev packages +are installed. Otherwise, you may get a ltdl.h header missing error. +You can download the missing package by command: +``sudo apt-get install -y build-essential git make curl unzip g++ libtool``. + .. Licensed under Creative Commons Attribution 4.0 International License https://creativecommons.org/licenses/by/4.0/