project-navigation
Personal tools

Author Topic: install them on FreeBsd 7.0 fail  (Read 2542 times)

rednikov

  • Guest
install them on FreeBsd 7.0 fail
« on: June 07, 2008, 08:13:31 am »
Please help me..

i am try:
./configure
checking build system type... i386-unknown-freebsd7.0
checking host system type... i386-unknown-freebsd7.0
checking target system type... i386-unknown-freebsd7.0
checking system... not sure... guessing a unix variant
checking for sed... yes
checking for echo... yes
checking target OS... freebsd
checking target CPU... i386
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
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... /usr/bin/grep
checking for egrep... /usr/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 for short... yes
checking size of short... 2
checking for int... yes
checking size of int... 4
checking for long... yes
checking size of long... 4
checking for long long... yes
checking size of long long... 8
checking for int*... yes
checking size of int*... 4
checking for rm... yes
checking for mkdir... yes
checking for getaddrinfo... yes
checking for freeaddrinfo... yes
checking whether AI_NUMERICSERV is declared... yes
checking for stdint.h... (cached) yes
checking for library containing dlopen... none required
checking for library containing cos... -lm
checking for library containing stricmp... no
checking for library containing strcasecmp... none required
checking zlib.h usability... yes
checking zlib.h presence... yes
checking for zlib.h... yes
checking for compress in -lz... yes
checking curl/curl.h usability... no
checking curl/curl.h presence... no
checking for curl/curl.h... no
configure: error: Could not find curl/curl.h!

pkg_info | grep curl
curl-7.18.0         Non-interactive tool to get files from FTP, GOPHER, HTTP(S)
whereis curl
curl: /usr/local/bin/curl /usr/local/man/man1/curl.1.gz /usr/ports/ftp/curl

where is problem?

Offline geever

  • Project Coder
  • PHALANX Commander
  • ***
  • Posts: 2561
    • View Profile
Re: install them on FreeBsd 7.0 fail
« Reply #1 on: June 07, 2008, 09:23:36 am »
I don't know freebsd but does curl-7.18.0 package contain the development (header) files? If not you need to intall the dev package too.

-geever