php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #47571 configure error xml2-config not found
Submitted: 2009-03-05 10:49 UTC Modified: 2009-03-05 12:59 UTC
From: batemans_25 at hotmail dot com Assigned:
Status: Not a bug Package: Compile Failure
PHP Version: 5.2.9 OS: Xubuntu 8.10
Private report: No CVE-ID: None
 [2009-03-05 10:49 UTC] batemans_25 at hotmail dot com
Description:
------------
Configuring extensions
checking whether to enable LIBXML support... yes
checking libxml2 install dir... no
checking for xml2-config path... 
configure: error: xml2-config not found. Please check your libxml2 installation.

FROM shell SCRIPT:
root@compaq-presario:~/Documents/PHP/php-5.2.9# ./configure --prefix=/usr/local/php --with-apxs2=/usr/bin/apxs2 --with-mysql=/usr/share/mysql --enable-magic-quotes

checked package manager == YES [and I re-Installed]!!!

Expected result:
----------------
SUCCESS and on to "make"


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2009-03-05 12:59 UTC] jani@php.net
Sorry, but your problem does not imply a bug in PHP itself.  For a
list of more appropriate places to ask for help using PHP, please
visit http://www.php.net/support.php as this bug system is not the
appropriate forum for asking support questions.  Due to the volume
of reports we can not explain in detail here why your report is not
a bug.  The support channels will be able to provide an explanation
for you.

Thank you for your interest in PHP.

Either you didn't install the devel (rpm?) package which has xml2-config script or it's not in your PATH. Either or, it's not a PHP bug.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Apr 19 15:01:28 2024 UTC