Re: [PHP-INSTALL] Installing PHP5 with Apache2 on Windows XP

2006-02-15 Thread Christopher Chan
You can try one of the pre-packaged stacks with Apache, PHP, and MySQL for windows. It automatically pre-configures the pieces for you. SpikeSource has one that can be downloaded from http://www.spikesource.com/downloads.html odutola ekundayo wrote: I am trying to install PHP5 with Apache

RE: [PHP-INSTALL] Compile Oddity

2005-09-27 Thread Christopher Chan
I just checked in PHP 5's configure script, it is looking for a header file to validate curl's existence. $PHP_CURL/include/curl/easy.h or /usr/include/curl/easy.h or /usr/local/include/curl/easy.h Hope this helps. -- Christopher Chan SpikeSource, Inc. [EMAIL PROTE

RE: [PHP-INSTALL] Compile Oddity

2005-09-27 Thread Christopher Chan
rce of curl and built it yourself, you probably did a 'make install'. It could, by default, on install runtime components, it may not have installed the header files, which may be what PHP is looking for. Check to see if there is an option to install the curl-devel equivalent or look i