Skip to content

Commit 474ff73

Browse files
authored
Merge pull request travitch#95 from ucsdopera/master
change docs to be compatible with new version of httpd
2 parents a66eb59 + 6b9eb2d commit 474ff73

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

doc/tutorial-ubuntu-16.04.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,14 @@ Extract the bitcode.
7474
>ls -la httpd.bc
7575
-rw-r--r-- 1 vagrant vagrant 1119584 Aug 4 20:02 httpd.bc
7676
```
77+
> Note that in httpd-2.4.41, the binary of `httpd` is under directory ".libs",
78+
> in that case, please cd into ".libs" then execute the command.
7779
80+
```
81+
cd .libs
82+
ls -la httpd
83+
extract-bc httpd
84+
```
7885
## Step 6.
7986

8087
Turn the bitcode into a second executable binary. (optional -- just for fun and sanity checking)

0 commit comments

Comments
 (0)