curl / Mailing Lists / curl-users / Single Mail
Buy commercial curl support from WolfSSL. We help you work out your issues, debug your libcurl applications, use the API, port to new platforms, add new features and more. With a team lead by the curl founder himself.

Re: curl 7.71.1 Install errors

From: Rainer Canavan via curl-users <curl-users_at_cool.haxx.se>
Date: Fri, 7 Aug 2020 16:59:04 +0200

[...]
> /bin/mkdir -p '/opt/dba/curl-7.71.1/include/curl'
> /bin/install -c -m 644 curl.h curlver.h easy.h mprintf.h stdcheaders.h multi.h typecheck-gcc.h system.h urlapi.h '/opt/dba/curl-7.71.1/include/curl'
> /bin/install: ‘curl.h’ and ‘/opt/dba/curl-7.71.1/include/curl/curl.h’ are the same file
> /bin/install: ‘curlver.h’ and ‘/opt/dba/curl-7.71.1/include/curl/curlver.h’ are the same file
[...]
> /bin/install: ‘typecheck-gcc.h’ and ‘/opt/dba/curl-7.71.1/include/curl/typecheck-gcc.h’ are the same file
> /bin/install: ‘system.h’ and ‘/opt/dba/curl-7.71.1/include/curl/system.h’ are the same file
> /bin/install: ‘urlapi.h’ and ‘/opt/dba/curl-7.71.1/include/curl/urlapi.h’ are the same file
> make[6]: *** [install-pkgincludeHEADERS] Error 1
> make[6]: Leaving directory `/opt4/dba/curl-7.71.1/include/curl'

it appears you are trying to install the header files into the source
directory where you have unpacked the curl source code. Don't do that.

rainer

-----------------------------------------------------------
Unsubscribe: https://cool.haxx.se/list/listinfo/curl-users
Etiquette: https://curl.haxx.se/mail/etiquette.html
Received on 2020-08-07