Hello PHP.
I'm running Linux Mandrake 9.0 with Apache 1.3.26 and PHP 4.2.3 and I'm
trying to get the XML parser "expat" to work. I get this error:
Call to undefined function: xml_parser_create()
I have installed expat from the Mandrake Control center, but I dont
think PHP found that out :-)
I checked out the manual and found a tip:
libexpat.a: $(OBJS)
ar -rc $@ $(OBJS)
ranlib $@
but i do not know what to do with it ?How do I get the XML parser to work with PHP ??? Kind Regards Lasse Tarp

