Skip to content

Commit 17d37ca

Browse files
committed
FAB-2684 Doc update for missing header file
The inclusion of the miekg/pkcs11 package introduced an external dependency on the libtdl.h header file during a build of fabric-ca. This will be addressed by updating the instructions to indicate the explicit need (an instructions for installing) the libtool and libltdl-dev packages. Change-Id: I68be86542999b8c1c486baf17178f5b2bfc61ff3 Signed-off-by: rennman <[email protected]>
1 parent 77760ef commit 17d37ca

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

docs/source/Setup/ca-setup.rst

+11
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,17 @@ Prerequisites
2727

2828
- Go 1.7+ installation or later
2929
- **GOPATH** environment variable is set correctly
30+
- libtool and libtdhl-dev packages are installed
31+
32+
The following installs the libtool dependencies.
33+
34+
::
35+
36+
# sudo apt install libtool libltdl-dev
37+
38+
For more information on libtool, see https://www.gnu.org/software/libtool.
39+
40+
For more information on libtdhr-dev, see https://www.gnu.org/software/libtool/manual/html_node/Using-libltdl.html.
3041

3142
Install
3243
~~~~~~~

0 commit comments

Comments
 (0)