Tag: curl

CentOS 7 vs CentOS 8 differences

I have had several of my scripts break, that had worked on CentOS 6 and CentOS 7, when applying them to CentOS 8.  Here are a couple of examples and their fixes. curl A script inspired by 802.1x in Lion for Macbook Air needing AD domain authentication and a script on GitHub contained a line similar to the following. # curl…

Read More »

Enable Curl support for php in Windows

I had been testing an installation, where I encountered an error that curl support was needed to continue. After a little research, I found the following to work for me. After restarting the service, curl was recognized and the installation was permitted to continue.

Read More »