|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
Can't load 'SimpleXML' as 'libxml' is not loaded in Unknown line 0.
I am trying to integrate libxml2 with PHP by linking it with
libxml2_a_dll.lib.However this is not happening.Apache throws following warning. PHP Warning: Cannot load module 'SimpleXML' because required module 'libxml' is not loaded in Unknown on line 0 I have added libxml.obj to STATIC_EXTBJS and libxml2_a_dll.lib to STATIC_EXT_LIBS and LIBXML_STATIC_FR_DLL to STATIC_EXT_CFLAGS. Following are the two crucial lines in the makefile for obtaining library libxml2_a_dll.lib . c{$(LIBXML_STATIC)}.obj: $(CC) $(INCLUDE_FLAGS) $(CFLAGS) /D "LIBXML_STATIC" /D "LIBXML_STATIC_FR_DLL" /Fo$(LIBXML_STATIC)\ /c $< all: $(STATICBJS) $(SBJS) lib.exe /nologo /UT:$(LIBXML_STATIC)\libxml2_a_dll.lib $(STATICBJS) I am novice to such kind of job.Can anyone please help me. Thanks, Chhaya |
![]() |
| Viewing: Web Development Archives > Mailing Lists > PHP - Windows > Can't load 'SimpleXML' as 'libxml' is not loaded in Unknown line 0. |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|