Got it working. First I removed every curl binary and library I could find
(had 3 sets, 1 from apple's installation, 1 from my compile, and 1 from a
Fink compile I did).
Then I configured curl to use Apple's paths, made, and installed:
- cd curl-7.10
- ./configure --prefix=/usr
- make
- sudo make
I found two main things that were hampering my install.
1. While I thought I had updated cURL, I believe I may have only
upgraded the executable itself the first time, while leaving the
libraries themselves at an older version.
2. OS X install cURL with a prefix of /usr, whereas the standard c
I've got curl 7.10 and am getting the same error on Mac OS 10.2.2 server.
Here's my config:
./configure --with-apxs=/usr/sbin/apxs --with-pgsql --with-xml
--with-openssl=/usr/local/ssl --with-pear --with-curl=/usr/lib/curl
Here's curl:
[systame:local/src/php-4.2.3] randy% /usr/bin/curl -V
curl
I'm working on getting the following install working under OS 10.2.2:
./configure --prefix=/usr \
--sysconfdir=/etc \
--localstatedir=/var \
--mandir=/usr/share/man \
--with-apxs=/usr/sbin/apxs \
--with-mysql \
--with-gd=/usr/local \
--with-png-dir=/usr/local \
--with-zlib-dir=/usr/local \
--with