Expat.dll missing

I am trying to run SOAP4R but seem to be missing ‘expat.dll’.
Where does it come from ?

Regards,
Ron Groenenberg

Hi,

From: Groenenberg, Ron [mailto:rgroenenberg@atsautomation.com]
Sent: Tuesday, October 22, 2002 2:49 AM

I am trying to run SOAP4R but seem to be missing ‘expat.dll’.
Where does it come from ?

Here:
http://expat.sourceforge.net/

You also can use SOAP4R with REXML or NQXML(). You
are using WindowsInstaller distribution, aren’t you?
To uninstall half-way-installed XMLParser module at
ruby -rrbconfig -e ‘p Config::CONFIG[“sitelibdir”]’,
delete xml
files here except xmlrpc module if it is
installed.

(*) You can use SOAP4R with xmlscan, one of the fastest
XML processors for SOAP4R because SOAP4R uses streaming
interface only and common SOAP messages are enough small
to parse.

Regards,
// NaHi

Forgot to mention…

From: NAKAMURA, Hiroshi [mailto:nahi@keynauts.com]
Sent: Tuesday, October 22, 2002 10:24 AM

(*) You can use SOAP4R with xmlscan, one of the fastest
XML processors for SOAP4R because SOAP4R uses streaming
interface only and common SOAP messages are enough small
to parse.

SOAP4R xmlscan module is in CVS repository(**)
but has not been released yet.

(**) http://www.ruby-lang.org/~knu/cgi-bin/cvsweb.cgi/lib/soap4r/

Regards,
// NaHi

Hi,

From: “NAKAMURA, Hiroshi” nahi@keynauts.com
Sent: Tuesday, October 22, 2002 10:24 AM

You also can use SOAP4R with REXML or NQXML(). You
are using WindowsInstaller distribution, aren’t you?
To uninstall half-way-installed XMLParser module at
ruby -rrbconfig -e ‘p Config::CONFIG[“sitelibdir”]’,
delete xml
files here except xmlrpc module if it is
installed.

I checked http://www.rubygarden.org/ruby?WindowsInstaller
Hmm. WindowsInstaller must include expat.dll.
I don’t know why your ruby cannot find expat.dll…

Regards,
// NaHi