Project

General

Profile

Bug #11436

Updated by Peter Amstutz about 7 years ago

Seems to be expecting gnutls.h? 

 <pre> 
 Running pycurl-7.43.0/setup.py -q bdist_egg --dist-dir /tmp/easy_install-lUty8x/pycurl-7.43.0/egg-dist-tmp-GlEUIQ 
 Using curl-config (libcurl 7.38.0) 
 warning: no files found matching 'src/Makefile' 
 In file included from src/docstrings.c:4:0: 
 src/pycurl.h:173:30: fatal error: gnutls/gnutls.h: No such file or directory 
  #     include <gnutls/gnutls.h> 
                               ^ 
 compilation terminated. 
 error: Setup script exited with error: command 'x86_64-linux-gnu-gcc' failed with exit status 1 
 </pre> 

Back