How to remove cutombuild curl

DanielP

Verified User
Joined
Jun 28, 2019
Messages
161
CentOS 7

I updated my curl today but I got some issues with one script after that

so how I can remove it and go back to the stock rpm 7.29.0

I tried ./build remove_curl but it is not designed for that

then I tried to trick it with

echo "curl:7.29.0:" > custom_versions.txt

but that file is set as missing so any suggestions how to proceed ?
 
our dev fixed the script so no need of help any more ... but still question is interesting
 
While you are waiting for an answer from @DanielP, here are some ideas:

If it's a PHP script then you might need to re-compile PHP against desired cURL version.
If it's a bash script, you can use a full path for curl.
 
Back
Top