Hi!

I'm trying to compile tinc-vpn 1.1pre3 on Ubuntu 12.10, but I get this error:


checking curses.h usability... no
checking curses.h presence... no
checking for curses.h... no
configure: error: "curses header files not found."


(See the attached text file for the output when running ./configure)

I have  searched  on google after this error message but I can't find anything 
about it.

I have also made sure that zlib, lzo and libevent is installed by installing 
the packages zlib1g, zlib1g-dev, liblzo2-2, liblzo2-dev, libevent-dbg and 
libevent-dev.
I think these packages are the  correct ones.

Do you have any idea of what's wrong? What am I missing?

{\rtf1\ansi\ansicpg1252\cocoartf1187\cocoasubrtf340
{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
{\colortbl;\red255\green255\blue255;}
\paperw11900\paperh16840\margl1440\margr1440\vieww10800\viewh8400\viewkind0
\deftab720
\pard\pardeftab720

\f0\fs24 \cf0 root@ubuntu:~/tinc-1.1pre3# ./configure\
checking for gcc... gcc\
checking whether the C compiler works... yes\
checking for C compiler default output file name... a.out\
checking for suffix of executables...\'a0\
checking whether we are cross compiling... no\
checking for suffix of object files... o\
checking whether we are using the GNU C compiler... yes\
checking whether gcc accepts -g... yes\
checking for gcc option to accept ISO C89... none needed\
checking how to run the C preprocessor... gcc -E\
checking for grep that handles long lines and -e... /bin/grep\
checking for egrep... /bin/grep -E\
checking for ANSI C header files... yes\
checking for sys/types.h... yes\
checking for sys/stat.h... yes\
checking for stdlib.h... yes\
checking for string.h... yes\
checking for memory.h... yes\
checking for strings.h... yes\
checking for inttypes.h... yes\
checking for stdint.h... yes\
checking for unistd.h... yes\
checking minix/config.h usability... no\
checking minix/config.h presence... no\
checking for minix/config.h... no\
checking whether it is safe to define __EXTENSIONS__... yes\
checking for a BSD-compatible install... /usr/bin/install -c\
checking whether build environment is sane... yes\
checking for a thread-safe mkdir -p... /bin/mkdir -p\
checking for gawk... no\
checking for mawk... mawk\
checking whether make sets $(MAKE)... no\
checking for style of include used by make... none\
checking dependency style of gcc... none\
checking whether to enable maintainer-specific portions of Makefiles... no\
checking for gcc option to accept ISO C99... -std=gnu99\
checking how to run the C preprocessor... gcc -E\
checking whether ln -s works... yes\
checking for ranlib... ranlib\
checking build system type... x86_64-unknown-linux-gnu\
checking host system type... x86_64-unknown-linux-gnu\
checking for ANSI C header files... (cached) yes\
checking stdbool.h usability... yes\
checking stdbool.h presence... yes\
checking for stdbool.h... yes\
checking syslog.h usability... yes\
checking syslog.h presence... yes\
checking for syslog.h... yes\
checking sys/file.h usability... yes\
checking sys/file.h presence... yes\
checking for sys/file.h... yes\
checking sys/ioctl.h usability... yes\
checking sys/ioctl.h presence... yes\
checking for sys/ioctl.h... yes\
checking sys/mman.h usability... yes\
checking sys/mman.h presence... yes\
checking for sys/mman.h... yes\
checking sys/param.h usability... yes\
checking sys/param.h presence... yes\
checking for sys/param.h... yes\
checking sys/resource.h usability... yes\
checking sys/resource.h presence... yes\
checking for sys/resource.h... yes\
checking sys/socket.h usability... yes\
checking sys/socket.h presence... yes\
checking for sys/socket.h... yes\
checking sys/time.h usability... yes\
checking sys/time.h presence... yes\
checking for sys/time.h... yes\
checking sys/uio.h usability... yes\
checking sys/uio.h presence... yes\
checking for sys/uio.h... yes\
checking sys/un.h usability... yes\
checking sys/un.h presence... yes\
checking for sys/un.h... yes\
checking sys/wait.h usability... yes\
checking sys/wait.h presence... yes\
checking for sys/wait.h... yes\
checking netdb.h usability... yes\
checking netdb.h presence... yes\
checking for netdb.h... yes\
checking arpa/inet.h usability... yes\
checking arpa/inet.h presence... yes\
checking for arpa/inet.h... yes\
checking dirent.h usability... yes\
checking dirent.h presence... yes\
checking for dirent.h... yes\
checking for net/if.h... yes\
checking for net/if_types.h... no\
checking for linux/if_tun.h... yes\
checking for net/if_tun.h... no\
checking for net/tun/if_tun.h... no\
checking for net/if_tap.h... no\
checking for net/tap/if_tap.h... no\
checking for net/ethernet.h... yes\
checking for net/if_arp.h... yes\
checking for netinet/in_systm.h... yes\
checking for netinet/in.h... yes\
checking for netinet/in6.h... no\
checking for time.h... yes\
checking for netpacket/packet.h... yes\
checking for netinet/if_ether.h... yes\
checking for netinet/ip.h... yes\
checking for netinet/ip6.h... yes\
checking for netinet/tcp.h... yes\
checking for netinet/ip_icmp.h... yes\
checking for netinet/icmp6.h... yes\
checking for an ANSI C-conforming const... yes\
checking for working volatile... yes\
checking for pid_t... yes\
checking for size_t... yes\
checking whether time.h and sys/time.h may both be included... yes\
checking whether struct tm is in sys/time.h or time.h... time.h\
checking for working __malloc__ attribute... no\
checking for socklen_t... yes\
checking for struct ether_header... yes\
checking for struct arphdr... yes\
checking for struct ether_arp... yes\
checking for struct in_addr... yes\
checking for struct addrinfo... yes\
checking for struct ip... yes\
checking for struct icmp... yes\
checking for struct in6_addr... yes\
checking for struct sockaddr_in6... yes\
checking for struct ip6_hdr... yes\
checking for struct icmp6_hdr... yes\
checking for struct nd_neighbor_solicit... yes\
checking for struct nd_opt_hdr... yes\
checking return type of signal handlers... void\
checking for asprintf... yes\
checking for daemon... yes\
checking for fchmod... yes\
checking for flock... yes\
checking for ftime... yes\
checking for fork... yes\
checking for get_current_dir_name... yes\
checking for gettimeofday... yes\
checking for mlockall... yes\
checking for putenv... yes\
checking for random... yes\
checking for select... yes\
checking for strdup... yes\
checking for strerror... yes\
checking for strsignal... yes\
checking for strtol... yes\
checking for system... yes\
checking for time... yes\
checking for usleep... yes\
checking for unsetenv... yes\
checking for vsyslog... yes\
checking for writev... yes\
checking for socket... yes\
checking for gethostbyname... yes\
checking whether freeaddrinfo is declared... yes\
checking whether gai_strerror is declared... yes\
checking whether getaddrinfo is declared... yes\
checking whether getnameinfo is declared... yes\
checking curses.h usability... no\
checking curses.h presence... no\
checking for curses.h... no\
configure: error: "curses header files not found."\
root@ubuntu:~/tinc-1.1pre3#\'a0}



Regards,

Håvard Rabbe
_______________________________________________
tinc mailing list
[email protected]
http://www.tinc-vpn.org/cgi-bin/mailman/listinfo/tinc

Reply via email to