
Hello,
I'm trying to install the curl package 1.3.2.1 for haskell, I'm using Ubuntu and
I've already installed curl-7.18.2. I can't get rid of the configuration error.
According to the log entry the curl.h doesn't exist.
Shell output:
runghc Setup.hs configure
Configuring curl-1.3.2.1...
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 ANSI C... none needed
checking how to run the C preprocessor... gcc -E
configure: error: curl libraries not found, so curl package cannot be built
See `config.log' for more details.
Part of Log entry:
configure:2439: gcc -E conftest.c
conftest.c:9:23: error: curl/curl.h: No such file or directory
configure:2445: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME "Haskell curl package"
| #define PACKAGE_TARNAME "curl"
| #define PACKAGE_VERSION "1.1"
| #define PACKAGE_STRING "Haskell curl package 1.1"
| #define PACKAGE_BUGREPORT "dons@galois.com"
| /* end confdefs.h. */
| #include

Em Qua, 2008-07-16 às 19:50 +0000, Thomas Fuhrmann escreveu:
Hello,
Hello.
conftest.c:9:23: error: curl/curl.h: No such file or directory
http://packages.ubuntu.com/search?searchon=contents&keywords=curl.h&mode=exactfilename&suite=hardy&arch=any Hope it helps. -- Marco Túlio Gontijo e Silva Página: http://marcotmarcot.googlepages.com/ Blog: http://marcotmarcot.blogspot.com/ Correio: marcot@riseup.net XMPP: marcot@jabber.org IRC: marcot@irc.freenode.net Telefone: 25151920 Celular: 98116720 Endereço: Rua Turfa, 639/701 Prado 30410-370 Belo Horizonte/MG Brasil

Marco Túlio Gontijo e Silva
Em Qua, 2008-07-16 às 19:50 +0000, Thomas Fuhrmann escreveu:
Hello,
Hello.
conftest.c:9:23: error: curl/curl.h: No such file or directory
Hope it helps.
Thanks a lot, the GnuTLS package wasn't yet installed. Bye

noahaon:
Hello,
I'm trying to install the curl package 1.3.2.1 for haskell, I'm using Ubuntu and I've already installed curl-7.18.2. I can't get rid of the configuration error. According to the log entry the curl.h doesn't exist.
Shell output:
runghc Setup.hs configure Configuring curl-1.3.2.1... 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 ANSI C... none needed checking how to run the C preprocessor... gcc -E configure: error: curl libraries not found, so curl package cannot be built See `config.log' for more details.
Part of Log entry:
configure:2439: gcc -E conftest.c conftest.c:9:23: error: curl/curl.h: No such file or directory configure:2445: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "Haskell curl package" | #define PACKAGE_TARNAME "curl" | #define PACKAGE_VERSION "1.1" | #define PACKAGE_STRING "Haskell curl package 1.1" | #define PACKAGE_BUGREPORT "dons@galois.com" | /* end confdefs.h. */ | #include
configure:2469: error: curl libraries not found, s o curl package cannot be built See `config.log' for more details.
Check where curl/curl.h is on your system. It is possible the development headers are missing?
participants (3)
-
Don Stewart
-
Marco Túlio Gontijo e Silva
-
Thomas Fuhrmann