Click to See Complete Forum and Search --> : libxml 2.2.7 ... required ...
dannymm
02-12-2001, 05:15 AM
can somebody tell me from where can i download libxml 2.2.7 ... which is required for DOM support in PHP .
i have already tried at ftp.gnome.org but could not login to that server.
if you have the downloaded version (for linux)please mail a copy to me at danny@indvalley.com ...
Thanks,
Danny ....
brain
02-12-2001, 01:44 PM
http://rpmfind.net/linux/RPM/libxml2.html
but aslo u need devel:
http://rpmfind.net/linux/RPM/libxml2-devel.html
and about compiling:
also u need zlib (and devel) => 1.0.9 (from RedHat for example)
and last:
when u'll try to compile it all together, u'll probably recieve compilation error like this:
>cheking gzgets in zlib: no
try to create symbolic link
/usr/lib/libxml.so -> libxml2.so.2.3.0
/usr/lib/libxml.so.2 -> libxml2.so.2.3.0
(!) i've spend whole weekend solving this issue...
PS. myconf:
./configure --prefix=/usr/local/php --with-zlib=/usr --with-dom=/usr ...
PHP Builder
Copyright Internet.com Inc. All Rights Reserved.