php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #1577 XML test update 99JN21 in configure.in wrong
Submitted: 1999-06-21 18:14 UTC Modified: 1999-06-23 01:30 UTC
From: apis at visi dot com Assigned:
Status: Closed Package: Compile Failure
PHP Version: 3.0 Latest CVS (21/06/1999) OS: Solaris 2.5.1
Private report: No CVE-ID: None
 [1999-06-21 18:14 UTC] apis at visi dot com
CVS 99JN21 during ./ configure test for with-xml=/usr/local gives:
checking for Hyperwave support... no
checking for XML support... ./configure: test: argument expected
This with-xml=/usr/local was ok before the xml changes
to configure.in done 99JN20 -- now CVS 99JN21 is broken.
CVS 99JN17 , the lib was not found so added in the
-lexpat by hand in Makefile for linking.
With the cvs from 99JN17, I also had to edit into config.h
#define HAVE_LIBEXPAT 1  -- as ./configure did not find
xml along the way.
Also, seems odd that php3_xml.h has: #include <xml/xmltok.h>
#include <xml/xmlparse.h>
  whereas most php3 functions don't expect a subdirectory
of e.g. /usr/local/include as does the XML kit
so had to make xml sub-directory during install XML kit.

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [1999-06-23 01:30 UTC] apis at visi dot com
Thanks to Sascha Schumann, fixed in current CVS and
worked on Solaris 2.5.1 CGI and Apache module. - Apis
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sun May 05 22:01:29 2024 UTC