You are not logged in.
Pages: 1
I'm trying to build ettercap on Waldorf. I followed the install instructions -- mkdir build; cd build; cmake .. -- but I keep getting this error near the end:
-- Could NOT find Freetype (missing: FREETYPE_INCLUDE_DIRS)
-- Some or all of the gtk libraries were not found. (missing: GTK2_GLIB_INCLUDE_DIR)
-- Found OpenSSL: /usr/lib/i386-linux-gnu/libssl.so;/usr/lib/i386-linux-gnu/libcrypto.so (found version "1.0.1e")
CMake Error at /usr/share/cmake-2.8/Modules/FindPackageHandleStandardArgs.cmake:97 (MESSAGE):
Could NOT find ZLIB (missing: ZLIB_INCLUDE_DIR)
Call Stack (most recent call first):
/usr/share/cmake-2.8/Modules/FindPackageHandleStandardArgs.cmake:288 (_FPHSA_FAILURE_MESSAGE)
/usr/share/cmake-2.8/Modules/FindZLIB.cmake:85 (FIND_PACKAGE_HANDLE_STANDARD_ARGS)
cmake/Modules/EttercapLibCheck.cmake:59 (find_package)
CMakeLists.txt:95 (include)
-- Configuring incomplete, errors occurred!I have zlib1g and zlib1g-dev installed, so I don't understand the issue. In addition, I thought I solved all the dependencies -- per the readme -- by running:
apt-get install debhelper cmake bison flex libgtk2.0-dev libltdl3-dev libncurses-dev libncurses5-dev libnet1-dev libpcap-dev libpcre3-dev libssl-dev libcurl4-openssl-dev ghostscript Still, the error persists. Any suggestions?
Offline
Try installing the FreeType developer package. I'm not sure what it's called as I don't use Debian, but the first line of your error message indicates it's missing.
If you can't sit by a cozy fire with your code in hand enjoying its simplicity and clarity, it needs more work. --Carlos Torres
Github
I am a #! forum moderator. Feel free to send me a PM with any question you have!
Offline
I did, but to no avail. Since I've been having some issues due to unsuccessfully trying to build another program, I just decided to reinstall #! After that, those Debian dependencies installed, along with ettercap, with no issues.
Offline
Pages: 1
Copyright © 2012 CrunchBang Linux.
Proudly powered by Debian. Hosted by Linode.
Debian is a registered trademark of Software in the Public Interest, Inc.