php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #22634 unable to link xml on cygwin
Submitted: 2003-03-11 06:01 UTC Modified: 2003-03-11 10:55 UTC
From: momo@php.net Assigned:
Status: Closed Package: Compile Failure
PHP Version: 4CVS-2003-03-11 (stable) OS: win2000 cygwin
Private report: No CVE-ID: None
 [2003-03-11 06:01 UTC] momo@php.net
the configure:
...
checking whether to enable XML support... yes
checking external libexpat install dir... yes
checking for XMLRPC-EPI support... no
checking libexpat dir for XMLRPC-EPI... no
checking iconv dir for XMLRPC-EPI... no
checking whether to enable xslt support... no
...


the make:
...
ext/xml/xml.o(.text+0xad5): In function `zm_info_xml':
/cygdrive/d/php-dev/php4/ext/xml/xml.c:233: undefined reference to `__imp__php_
ML_ExpatVersion'
ext/xml/xml.o(.text+0xdbb): In function `xml_parser_dtor':
/cygdrive/d/php-dev/php4/ext/xml/xml.c:297: undefined reference to `__imp__php_
ML_ParserFree'
ext/xml/xml.o(.text+0x2516): In function `zif_xml_parser_create':
/cygdrive/d/php-dev/php4/ext/xml/xml.c:1043: undefined reference to `__imp__php
XML_ParserCreate'
ext/xml/xml.o(.text+0x2537):/cygdrive/d/php-dev/php4/ext/xml/xml.c:1047: undefi
ed reference to `__imp__php_XML_SetUserData'
ext/xml/xml.o(.text+0x275b): In function `zif_xml_parser_create_ns':
/cygdrive/d/php-dev/php4/ext/xml/xml.c:1099: undefined reference to `__imp__php
XML_ParserCreateNS'
ext/xml/xml.o(.text+0x277f):/cygdrive/d/php-dev/php4/ext/xml/xml.c:1103: undefi
ed reference to `__imp__php_XML_SetUserData'
ext/xml/xml.o(.text+0x2afa): In function `zif_xml_set_element_handler':
/cygdrive/d/php-dev/php4/ext/xml/xml.c:1163: undefined reference to `__imp__php
XML_SetElementHandler'
ext/xml/xml.o(.text+0x2bc9): In function `zif_xml_set_character_data_handler':
/cygdrive/d/php-dev/php4/ext/xml/xml.c:1182: undefined reference to `__imp__php
XML_SetCharacterDataHandler'
ext/xml/xml.o(.text+0x2c99): In function `zif_xml_set_processing_instruction_ha
dler':
/cygdrive/d/php-dev/php4/ext/xml/xml.c:1201: undefined reference to `__imp__php
XML_SetProcessingInstructionHandler'
ext/xml/xml.o(.text+0x2d69): In function `zif_xml_set_default_handler':
/cygdrive/d/php-dev/php4/ext/xml/xml.c:1219: undefined reference to `__imp__php
XML_SetDefaultHandler'
ext/xml/xml.o(.text+0x2e39): In function `zif_xml_set_unparsed_entity_decl_hand
er':
/cygdrive/d/php-dev/php4/ext/xml/xml.c:1238: undefined reference to `__imp__php
XML_SetUnparsedEntityDeclHandler'
ext/xml/xml.o(.text+0x2f09): In function `zif_xml_set_notation_decl_handler':
/cygdrive/d/php-dev/php4/ext/xml/xml.c:1256: undefined reference to `__imp__php
XML_SetNotationDeclHandler'
ext/xml/xml.o(.text+0x2fd9): In function `zif_xml_set_external_entity_ref_handl
r':
/cygdrive/d/php-dev/php4/ext/xml/xml.c:1274: undefined reference to `__imp__php
XML_SetExternalEntityRefHandler'
ext/xml/xml.o(.text+0x30a9): In function `zif_xml_set_start_namespace_decl_hand
er':
/cygdrive/d/php-dev/php4/ext/xml/xml.c:1293: undefined reference to `__imp__php
XML_SetStartNamespaceDeclHandler'
ext/xml/xml.o(.text+0x3179): In function `zif_xml_set_end_namespace_decl_handle
':
/cygdrive/d/php-dev/php4/ext/xml/xml.c:1312: undefined reference to `__imp__php
XML_SetEndNamespaceDeclHandler'
ext/xml/xml.o(.text+0x3274): In function `zif_xml_parse':
/cygdrive/d/php-dev/php4/ext/xml/xml.c:1340: undefined reference to `__imp__php
XML_Parse'
ext/xml/xml.o(.text+0x3495): In function `zif_xml_parse_into_struct':
/cygdrive/d/php-dev/php4/ext/xml/xml.c:1375: undefined reference to `__imp__php
XML_SetDefaultHandler'
ext/xml/xml.o(.text+0x34b1):/cygdrive/d/php-dev/php4/ext/xml/xml.c:1376: undefi
ed reference to `__imp__php_XML_SetElementHandler'
ext/xml/xml.o(.text+0x34c5):/cygdrive/d/php-dev/php4/ext/xml/xml.c:1377: undefi
ed reference to `__imp__php_XML_SetCharacterDataHandler'
ext/xml/xml.o(.text+0x34ed):/cygdrive/d/php-dev/php4/ext/xml/xml.c:1379: undefi
ed reference to `__imp__php_XML_Parse'
ext/xml/xml.o(.text+0x361a): In function `zif_xml_get_error_code':
/cygdrive/d/php-dev/php4/ext/xml/xml.c:1397: undefined reference to `__imp__php
XML_GetErrorCode'
ext/xml/xml.o(.text+0x36a7): In function `zif_xml_error_string':
/cygdrive/d/php-dev/php4/ext/xml/xml.c:1412: undefined reference to `__imp__php
XML_ErrorString'
ext/xml/xml.o(.text+0x37aa): In function `zif_xml_get_current_line_number':
/cygdrive/d/php-dev/php4/ext/xml/xml.c:1431: undefined reference to `__imp__php
XML_GetCurrentLineNumber'
ext/xml/xml.o(.text+0x383a): In function `zif_xml_get_current_column_number':
/cygdrive/d/php-dev/php4/ext/xml/xml.c:1447: undefined reference to `__imp__php
XML_GetCurrentColumnNumber'
ext/xml/xml.o(.text+0x38ca): In function `zif_xml_get_current_byte_index':
/cygdrive/d/php-dev/php4/ext/xml/xml.c:1463: undefined reference to `__imp__php
XML_GetCurrentByteIndex'
collect2: ld returned 1 exit status
make: *** [sapi/cgi/php.exe] Error 1

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2003-03-11 10:55 UTC] moriyoshi@php.net
This bug has been fixed in CVS.

In case this was a PHP problem, snapshots of the sources are packaged
every three hours; this change will be in the next snapshot. You can
grab the snapshot at http://snaps.php.net/.
 
In case this was a documentation problem, the fix will show up soon at
http://www.php.net/manual/.

In case this was a PHP.net website problem, the change will show
up on the PHP.net site and on the mirror sites in short time.
 
Thank you for the report, and for helping us make PHP better.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Mar 28 21:01:27 2024 UTC