Skip to content

Commit 73bef90

Browse files
committed
[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 <luomin_tokyotech@hotmail.com>
1 parent fb9c2fa commit 73bef90

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

docs/source/dev-setup/devenv.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -183,6 +183,13 @@ the Microsoft Visual C++ Redistributable package installed. You can
183183
download the missing package at the following address:
184184
http://www.microsoft.com/en-us/download/details.aspx?id=8328
185185

186+
**NOTE:** The inclusion of the miekg/pkcs11 package introduces
187+
an external dependency on the libtdl.h header file during
188+
a build of fabric. Please ensure your libtool and libtdhl-dev packages
189+
are installed. Otherwise, you may get a ltdl.h header missing error.
190+
You can download the missing package by command:
191+
``sudo apt-get install -y build-essential git make curl unzip g++ libtool``.
192+
186193
.. Licensed under Creative Commons Attribution 4.0 International License
187194
https://creativecommons.org/licenses/by/4.0/
188195

0 commit comments

Comments
 (0)