[PHP-INSTALL] Unable to load dynamic libraries - Win XP/Apache 2/PHP 4.3

2004-10-20 Thread weston
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

[PHP-INSTALL] Also...

2004-10-20 Thread 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

[PHP-INSTALL] Trouble Applying Seiler's Closure patch to 5.3

2008-06-13 Thread Weston C
the patch there? Also open to other ideas/advice! Thanks, Weston

[PHP-INST] OS X and Curl Issues

2002-11-30 Thread Weston Houghton
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

Re: [PHP-INST] OS X and Curl Issues

2002-12-01 Thread Weston Houghton
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

[PHP-INST] 4.3 Install on Solaris

2003-01-31 Thread Weston Houghton
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