Problem with php53-curl-5.3.25

Hello.

Today I tried to update php53-curl-5.3.24 to php53-curl-5.3.25 from ports. In the compilation process I have an error:

Code:
/usr/bin/ld: /usr/local/lib/libssl.a(s2_clnt.o): relocation R_X86_64_32 against `a local symbol' can not be used when making a shared object; recompile with -fPIC
/usr/local/lib/libssl.a: could not read symbols: Bad value
*** [./curl.la] Error code 1

My system is FreeBSD 9.1-RELEASE-p3 amd64.

I'm trying to find an answer to this problem on mailing lists and Google but I found nothing.
 
Nobody knows how to solve this problem? :( Or maybe you need from me some additional information?
 
Solved. I just deinstalled openssl (ports version), upgraded php53-curl and installed openssl again. This is an openssl problem.
 
Back
Top