[PHP] Unable to configure PHP5 on Linux

2003-07-28 Thread Jonathan Villa
My current setup is httpd 2.0.47 on a Red Hat 8. When I try to configure php I do ./configure --with-apxs2=/etc/httpd/bin/apxs --disable-cgi it runs for a while until I get configure: error: libxml2 version 2.5.1 or greater required. but yet, when I do an rpm search for libxml2 rpm -q

Re: [PHP] Unable to configure PHP5 on Linux

2003-07-28 Thread Evan Nemerson
Ya- you have to have libxml2-devel installed. Possibly http://rpmfind.net/linux/RPM/rufus/libxml/libxml2-devel-2.5.1-1.i386.html but check your distro cd first. Or you could rpm -e libxml2-2.5.1-1, get a tarball, and compile it yourself On Monday 28 July 2003 07:13 pm, Jonathan Villa wrote:

Re: [PHP] Unable to configure PHP5 on Linux

2003-07-28 Thread Jonathan Villa
Thanks! That was it... On Mon, 2003-07-28 at 21:41, Evan Nemerson wrote: Ya- you have to have libxml2-devel installed. Possibly http://rpmfind.net/linux/RPM/rufus/libxml/libxml2-devel-2.5.1-1.i386.html but check your distro cd first. Or you could rpm -e libxml2-2.5.1-1, get a tarball, and