lwthiker / curl-impersonate

curl-impersonate: A special build of curl that can impersonate Chrome & Firefox
MIT License
3.46k stars 229 forks source link

configure error when trying to build current version on Ubuntu 20.04 #122

Closed A-Posthuman closed 1 year ago

A-Posthuman commented 1 year ago

Hi, I was able to build a prior version ok, but right now when trying to build the current version I get:

cd curl-impersonate autoconf mkdir build && cd build ../configure

configure: error: cannot find install-sh, install.sh, or shtool in "." "./.." "./../.."

Any ideas on what I might be missing? I'm building it on the same instance I previously built it ok, just deleted the git clone dir and re-cloned the current version.

lwthiker commented 1 year ago

Hi,

This has to do with some autoconf quirk on Ubuntu. It's also the reason the project now bundles the configure script. If you skip the autoconf step then it'll work.

lwthiker commented 1 year ago

I'm closing this, if the error persists please reopen.