albn
08-14-2004, 03:38 AM
I would like to install DOMXML with PHP and Apache, but when looking at the instructions, it is not very clear to me.
I am running Slackware 10 with Apache 1.3.31, and PHP 4.3.7
Okay... so the instructions tell me:
In order to use the DOM functions, you must configure php by specifying the '--with-dom' argument. They are not a part of the standard configuration. Here is a sample compilation.
%> ./configure --with-dom --with-apache=../apache_1.3.12
%> make
%> make install
Seems easy enough, but when I tried it, there was no luck configuring it. I tried different paths to the Apache binaries and Apache sources in the tree, but even adding hppd.h, the configure script complained about httpd.h not bieng there. I am also thinking, does it need to be configured with zlib as well? No matter, I will be happy to get past the first hurdle.
Anybody else install this successfully?
Thanks
albn
I am running Slackware 10 with Apache 1.3.31, and PHP 4.3.7
Okay... so the instructions tell me:
In order to use the DOM functions, you must configure php by specifying the '--with-dom' argument. They are not a part of the standard configuration. Here is a sample compilation.
%> ./configure --with-dom --with-apache=../apache_1.3.12
%> make
%> make install
Seems easy enough, but when I tried it, there was no luck configuring it. I tried different paths to the Apache binaries and Apache sources in the tree, but even adding hppd.h, the configure script complained about httpd.h not bieng there. I am also thinking, does it need to be configured with zlib as well? No matter, I will be happy to get past the first hurdle.
Anybody else install this successfully?
Thanks
albn