Skip to content

Commit

Permalink
add one problem and its solution
Browse files Browse the repository at this point in the history
  • Loading branch information
mudongliang committed Jun 4, 2018
1 parent 02f1cdd commit ac800f1
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions CVE-2015-3890/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,20 @@ sudo make install

## Problems in Installation & Configuration

```
In file included from clientinfo.cpp:19:0:
../../src/http/iptogeo.h:24:19: fatal error: GeoIP.h: No such file or directory
#include "GeoIP.h"
^
compilation terminated
```

**Solution:**

```
sudo apt install libgeoip-dev
```


## How to trigger vulnerability

Expand Down

0 comments on commit ac800f1

Please sign in to comment.