Possibly the fact that it says it cant find an entrypoint would indicate that the libxml2 it is finding is not the right one, or maybe it cant find iconv.dll which provides the encodings. I thought we didnt rely in encodings yet, but maybe we do.
On 08/07/06, Pete Robbins <[EMAIL PROTECTED]> wrote:
Axis2\lib should definitely be on the path. Do you have libxml2 on your path? On wiindows you also need iconv and zlib on the path. Here'w what the Axis2C doc says: You also need the following dlls - libxml2.dll [http://www.xmlsoft.org - download the version >= libxml2-2.6.20.win32] - iconv.dll [http://www.xmlsoft.org - download the version >= iconv-1.9.1.win32] - zlib1.dll [http://www.xmlsoft.org - download the version >= zlib-1.2.3.win32] axis2c and sdo prereq these. I need to add these to the SCA doc that pre-reqs axis2c and SDO! Cheers, On 08/07/06, ant elder <[EMAIL PROTECTED]> wrote: > > I've tried following the instructions in the Calculator sample INSTALL doc > and get an error in a popup window saying: > > This application has failed to start because axis2_engine.dll was not > found > > The output at the command prompt is: > > C:\SCA\Dist\Cpp\tuscany_sca_cpp- > 0.1.incubating-M1-bin\samples\Calculator\deploy\bin>runclient.cmd add 5 6 > using Axis2C: C:\SCA\Dist\Cpp\axis2c-bin-0.92-win32" > using TUSCANY_SDOCPP: C:\SCA\Dist\Cpp\tuscany_sdo_cpp- > 0.1.incubating-M1-bin > using TUSCANY_SCACPP: C:\SCA\Dist\Cpp\tuscany_sca_cpp- > 0.1.incubating-M1-bin > > > I tried adding the Axis2 lib dir to the PATH and then get a different > popup > window error saying: > > The procedure entry point xmlTextReaderConstEncoding could not be located > in > the dynamic link library libxml2.dll > > What am I doing wrong? > > Thanks, > > ...ant > > -- Pete
