ot;C:/php/extensions/"
which seems to be taking effect, given that the error message gives the
pathname, but obviously it isn't finding the dll. (I've also tried setting
it with falling slashes, ie \'s)
Any ideas on what else to try?
-Weston
I'd thought I'd signed up for the digest here, and I just got about 15
individual messages from people's autoresponders. Does that seem right?
-Weston
the patch there?
Also open to other ideas/advice!
Thanks,
Weston
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
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
All,
I seem to be getting a silly error on Solaris when trying to do a PHP
4.3 make. I get an error that looks to me like the liner arguments are
just too long. to be honest, I'm a bit stupified as to why this is
happening or how to fix it. FWIW, I have compiled 4.23 just fine on
that box