pcap.h header file problem
The system won’t let me correct Eric Fossum’s comment, because I lack reputation. There is a typo (“libcap” vs. “libpcap”) and his suggested command should read the following: sudo apt-get install libpcap-dev
The system won’t let me correct Eric Fossum’s comment, because I lack reputation. There is a typo (“libcap” vs. “libpcap”) and his suggested command should read the following: sudo apt-get install libpcap-dev
Don’t just enable the first occurrence of display_errors in the php.ini file. Make sure you scroll down to the “real” setting and change it from Off to On. The thing is that if you settle with changing (i.e. uncomment + add = On) by the very first occurrence of display_errors your changes will be overwritten … Read more
Sounds like you need to install the devel package for zlib, probably want to do something like # ubuntu 12,14,16,18,20.04+ sudo apt-get install zlib1g-dev Instead of using python-brew you might want to consider just compiling by hand, it’s not very hard. Just download the source, and configure, make, make install. You’ll want to at least … Read more
Adding this answer partially because it fixed my problem of the same issue and so I can bookmark this question myself. I was able to fix it by doing the following: sudo apt-get install gcc-multilib g++-multilib If you’ve installed a version of gcc / g++ that doesn’t ship by default (such as g++-4.8 on lucid) … Read more