# Install Instructions for gperftools

**URL:** https://community.zeek.org/t/install-instructions-for-gperftools/3831
**Category:** Zeek
**Created:** [September 16, 2015, 4:54pm UTC](https://community.zeek.org/t/install-instructions-for-gperftools/3831 "2015-09-16T16:54:07Z")
**Posts on this page:** 5
**Page:** 1

<div class="post-metadata">

### Author: ![Davison\_Charles\_Robe](https://avatars.discourse-cdn.com/v4/letter/d/85e7bf/32.png) [@Davison\_Charles\_Robe](https://community.zeek.org/u/Davison_Charles_Robe)
#### Post date: [September 16, 2015, 4:54pm UTC](https://community.zeek.org/t/install-instructions-for-gperftools/3831/1 "2015-09-16T16:54:07Z")

</div>

Does anyone have install instructions for gperftools on Ubuntu 14.04?

I received the following output before installing bro and wanted to make sure it was included:

Broccoli: true

Broctl: true

Aux. Tools: true

GeoIP: true

gperftools found: false

tcmalloc: false

debugging: false

jemalloc: false

---

<div class="post-metadata">

### Author: ![Hosom\_Stephen\_M](https://avatars.discourse-cdn.com/v4/letter/h/d26b3c/32.png) [@Hosom\_Stephen\_M](https://community.zeek.org/u/Hosom_Stephen_M)
#### Post date: [September 16, 2015, 5:36pm UTC](https://community.zeek.org/t/install-instructions-for-gperftools/3831/2 "2015-09-16T17:36:35Z")

</div>

I believe this is:

sudo apt-get install libgoogle-perftools-dev

---

<div class="post-metadata">

### Author: ![Davison\_Charles\_Robe](https://avatars.discourse-cdn.com/v4/letter/d/85e7bf/32.png) [@Davison\_Charles\_Robe](https://community.zeek.org/u/Davison_Charles_Robe)
#### Post date: [September 16, 2015, 5:45pm UTC](https://community.zeek.org/t/install-instructions-for-gperftools/3831/3 "2015-09-16T17:45:54Z")

</div>

Thank you,

I added this to your suggestion and it is working!

sudo apt-get install google-perftools libgoogle-perftools-dev

---

<div class="post-metadata">

### Author: ![Azoff\_Justin\_S](https://avatars.discourse-cdn.com/v4/letter/a/dec6dc/32.png) [@Azoff\_Justin\_S](https://community.zeek.org/u/Azoff_Justin_S)
#### Post date: [September 16, 2015, 5:49pm UTC](https://community.zeek.org/t/install-instructions-for-gperftools/3831/4 "2015-09-16T17:49:33Z")

</div>

Yeah.. just keep in mind that if you build bro against perftools on the manager, the worker boxes will need the library installed as well. Otherwise the resulting bro binary will fail to start.

---

<div class="post-metadata">

### Author: ![system](https://canada1.discourse-cdn.com/flex011/uploads/zeek/original/1X/f09d732bc2cc7c7cc7e35db67cf4e1d5233ce7a7.png) [@system](https://community.zeek.org/u/system)
#### Post date: [May 6, 2022, 3:43pm UTC](https://community.zeek.org/t/install-instructions-for-gperftools/3831/5 "2022-05-06T15:43:05Z")

</div>


