Hide : cURL to OS update is available

exlhost

Verified User
Joined
Jan 13, 2017
Messages
235
Location
NL
Hello

How to hide cURL to OS update is available now as curl is not managed by DA anymore as Curl is installed from source.
custom_versions.txt is not working.

Thanks
 
as Curl is installed from source
You do that yourself? Because even if you have set curl to yes in options.conf still the OS version will be used since a short while ago.

If you build it yourself and you want to stop the updates, then for RH alike that is easy.
Edit your /etc/yum.conf file, you will see a line like this:
exclude=apache* httpd* mod_* mysql* MySQL* mariadb* da_* *ftp* exim* sendmail* php* bind-chroot*
change to:
exclude=apache* httpd* mod_* mysql* MySQL* mariadb* da_* *ftp* exim* sendmail* php* bind-chroot* curl*
and you should be fine, no curl stuff will be updated by the OS anymore.

If you're running Debian alike, I don't know how this works with apt to exclude stuff.
 
Want to hide it from custombuild
As custombuild want to downgrade it again when i check for updates.
 
update:

Needed to install curl on a different directory then DA is using.
 
I know this is an old post, but how did you compile php to use custom cURL?
I tried --with-curl=/customdir/curl but the php compilation failed.

Regards,
GB
 
Back
Top