Got this error when i installed curl in my Red Hat Enterprise Linux Server
../lib/.libs/libcurl.so: undefined reference to `ERR_remove_thread_state'
collect2: ld returned 1 exit status
make[2]: *** [curl] Error 1
make[2]: Leaving directory `/root/src/curl-7.26.0/src'
make[1]: *** [install] Error 2
make[1]: Leaving directory `/root/src/curl-7.26.0/src'
make: *** [install-recursive] Error 1
Any idea on how to get this fixed?