On curl: (2) failed initialization

was originally created because curl could not access HTTPS and the network said it was necessary to recompile and install curl

I will download..

./configure

make

make install

results in

curl: (2) Failed Initialization

okay, I’m on my knees.

all over the world looking for reasons…

find this

It means that the curl binary is picking up the system curl library. While it was linked at compile time to the correct library, at run-time it’s picking up the incorrect library, which seems to be a pretty typical reason for this error happening.

so confure is mainly used with –disable-shared

and then make…

is OK…

Read More: