cURL / Mailing Lists / curl-users / Single Mail

curl-users

re: Inconsistency in memory allocation

From: <blinde_at_5happy.com>
Date: Wed, 18 Sep 2002 10:13:03 -0700

guys -

sorry to ask a newbie question, but i am trying to install curl on a
virtual host and don't really know how to go from here.

please advise?

thanks,
bruce

p.s.: here's where it barfs out during the make:

./configure --prefix=$HOME --exec-prefix=$HOME/curl_exec --with-ssl
--disable-shared

...
gcc -DHAVE_CONFIG_H -I../include -I../lib -I../lib
-I/usr/local/ssl/include/openssl -I/usr/local/ssl/include -g -O2 -c http.c
-Wp,-MD,.deps/http.TPlo -o http.o
In file included from /usr/include/sys/select.h:31,
                 from http.c:76:
/usr/include/selectbits.h:30: warning: `__FD_ZERO' redefined
/usr/include/asm/posix_types.h:61: warning: this is the location of the
previous definition
/usr/include/selectbits.h:35: warning: `__FD_SET' redefined
/usr/include/asm/posix_types.h:41: warning: this is the location of the
previous definition
/usr/include/selectbits.h:40: warning: `__FD_CLR' redefined
/usr/include/asm/posix_types.h:46: warning: this is the location of the
previous definition
/usr/include/selectbits.h:49: warning: `__FD_ISSET' redefined
/usr/include/asm/posix_types.h:54: warning: this is the location of the
previous definition
In file included from http.c:76:
/usr/include/sys/select.h:60: warning: `FD_SET' redefined
/usr/include/linux/time.h:30: warning: this is the location of the previous
definition
/usr/include/sys/select.h:61: warning: `FD_CLR' redefined
/usr/include/linux/time.h:31: warning: this is the location of the previous
definition
/usr/include/sys/select.h:62: warning: `FD_ISSET' redefined
/usr/include/linux/time.h:32: warning: this is the location of the previous
definition
/usr/include/sys/select.h:63: warning: `FD_ZERO' redefined
/usr/include/linux/time.h:33: warning: this is the location of the previous
definition
In file included from http.c:76:
/usr/include/sys/select.h:45: syntax error before `fd_mask'
/usr/include/sys/select.h:45: warning: empty declaration
/usr/include/sys/select.h:48: conflicting types for `fd_set'
/usr/include/linux/types.h:9: previous declaration of `fd_set'
/usr/include/sys/select.h:73: conflicting types for `__select'
/usr/include/sys/time.h:55: previous declaration of `__select'
/usr/include/sys/select.h:76: conflicting types for `select'
/usr/include/sys/time.h:58: previous declaration of `select'
http.c: In function `Curl_ConnectHTTPProxyTunnel':
http.c:306: `__fd_mask' undeclared (first use this function)
http.c:306: (Each undeclared identifier is reported only once
http.c:306: for each function it appears in.)
make[2]: *** [http.lo] Error 1
make[2]: Leaving directory `/home/www/scharffenberger/curl-7.9.8/lib'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/home/www/scharffenberger/curl-7.9.8/lib'
make: *** [all-recursive] Error 1

-------------------------------------------------------
This SF.NET email is sponsored by: AMD - Your access to the experts
on Hammer Technology! Open Source & Linux Developers, register now
for the AMD Developer Symposium. Code: EX8664
http://www.developwithamd.com/developerlab
Received on 2002-09-18