Opened 12 years ago

Closed 12 years ago

#1177 closed Defect (invalid)

ignored configure option --without-libcurl

Reported by: toralf Owned by:
Priority: Undetermined Milestone: Undetermined
Component: Undetermined Version: 7.0.15
Keywords: Cc:

Description

I checked out the trunk, run _autosetup and then :

$> ./configure --disable-server --enable-client-release --build=i686-pc-linux-gnu --without-libcurl

but run into this :

... checking for windows.h... (cached) no checking for sys/socket.h... (cached) yes checking for socklen_t... yes checking type of getsockopt() parameter five... socklen_t configure: error: ================================================================================ ERROR: could not find (recent enough) development-libs for libcurl.

This library is required to build the boinc-client. (If you don't want to build the client, use --disable-client with configure.

If libcurl-dev is installed on your system, make sure that the script 'curl-config' is found in your PATH, and that 'curl-config --version' gives something recent enough (see above).

You can download libcurl from: http://curl.haxx.se/

================================================================================

Change History (1)

comment:1 Changed 12 years ago by toralf

Resolution: invalid
Status: newclosed
Note: See TracTickets for help on using tickets.