error with php compiling

#1
Hi,

I try to compile PHP5, but i see this:

ERROR Could not retrieve PHP source archive

/usr/local/lsws/phpbuild/phpbuild.1197440827.8.sh: line 16: curl: command not found

Waht is it?
How fix this mistake?
 
#4
hm... i use wget, all works, but when configuring i get:

checking whether to enable LIBXML support... yes
checking libxml2 install dir... no
checking for xml2-config path... /usr/bin/xml2-config
checking whether libxml build works... yes
checking for OpenSSL support... no
checking for Kerberos support... no
checking for PCRE support... yes
checking for ZLIB support... yes
checking if the location of ZLIB install directory is defined... no
configure: error: Cannot find libz

what is it? :(
 
#8
i do all and now i see php 5.2.5 :) but have one problem: i can't find php.ini...
phpinfo shows:
Configuration File (php.ini) Path /usr/local/lsws/lsphp5/lib
but here is onlu dir named "php", hm, where is php.ini? :eek:
 
Top