Results 1 to 4 of 4
hello forum...
first of all.... i'm a realy newbie
then let me show my problems:
i need to install PHP on Apache2,
when i configure
./configure --with-apxs2=/usr/local/apache2/bin/apxs --with-pgsql --with-xslt-sablot --with-xml ...
- 04-07-2006 #1Just Joined!
- Join Date
- Apr 2006
- Posts
- 3
problem installing PHP on Apache2
hello forum...
first of all.... i'm a realy newbie
then let me show my problems:
i need to install PHP on Apache2,
when i configurei've some problem./configure --with-apxs2=/usr/local/apache2/bin/apxs --with-pgsql --with-xslt-sablot --with-xml --with-dom >log_configurazione.txtconfigure: warning: You will need re2c 0.9.11 or later if you want to regenerate PHP parsers.
configure: error: libxml2 version 2.6.11 or greater required.
can anyoine help me about it
thenks
- 04-07-2006 #2
Install libxml2 (and libxml2-devel depending on your distro) and re2c, then install php.
- 09-04-2006 #3Just Joined!
- Join Date
- Sep 2006
- Posts
- 4
I have that prob to I try to install this
and I must install this re2c 0.9.11 but where can I find that to fedoracore4 ????Code:http://www.ispconfig.org/downloads.htm
- 09-05-2006 #4Just Joined!
- Join Date
- Sep 2006
- Posts
- 5
you should have a default installer for fedoracore4. I just do emerge libxml2 on gentoo and works like a charm. I'm sure it can be installed from the source too. Just google the package and read the INSTALL or README file when you finish extracting it.


Reply With Quote