From 6b9eb2d65f2b3440cd6d5a4e45ee1e8dd272a55e Mon Sep 17 00:00:00 2001 From: byshen-dev Date: Wed, 29 Jan 2020 20:46:53 -0800 Subject: [PATCH] change docs to be compartible with new version of httpd --- doc/tutorial-ubuntu-16.04.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/doc/tutorial-ubuntu-16.04.md b/doc/tutorial-ubuntu-16.04.md index 1c65751..66a8409 100644 --- a/doc/tutorial-ubuntu-16.04.md +++ b/doc/tutorial-ubuntu-16.04.md @@ -74,7 +74,14 @@ Extract the bitcode. >ls -la httpd.bc -rw-r--r-- 1 vagrant vagrant 1119584 Aug 4 20:02 httpd.bc ``` +> Note that in httpd-2.4.41, the binary of `httpd` is under directory ".libs", + > in that case, please cd into ".libs" then execute the command. +``` +cd .libs +ls -la httpd +extract-bc httpd +``` ## Step 6. Turn the bitcode into a second executable binary. (optional -- just for fun and sanity checking)