Hi,
I'm getting really confused with MacPorts. I've installed PHP5 with apache, mysql5, pear, pnctl, snmp and pcre support. When it's installed, it installs curl with it, but by default, curl has SSL disabled. So then, I installed curl (through ports) with ssl enabled. But PHP doesn't pick this up and still reports an error that curl doesn't have SSL disabled. Any ideas? PS curl has got SSL enabled:
$ curl-config --protocols
HTTP
HTTPS
FTP
FTPS
FILE
TELNET
DICT
TFTP