Index: simias-1.8.3.10200.stable/configure.in =================================================================== --- simias-1.8.3.10200.stable.orig/configure.in 2010-04-15 10:16:23.000000000 -0400 +++ simias-1.8.3.10200.stable/configure.in 2010-07-19 12:29:01.505201104 -0400 @@ -345,7 +345,7 @@ case $SIMIAS_OS in AC_CHECK_PROG(CXX, g++, g++) StoreProviderAssembly="SimiasLib.dll" StoreProviderType="Simias.Storage.Provider.Flaim.FlaimProvider" - GSOAP_PATH="$TOOLDIR/gsoap/linux-2.7" + GSOAP_PATH="/usr/bin" mappingpath="${exec_prefix}/${LIB64}/simias/web/bin/Simias.exe" ;; # Index: simias-1.8.3.10200.stable/src/core/libsimias/Makefile.am =================================================================== --- simias-1.8.3.10200.stable.orig/src/core/libsimias/Makefile.am 2010-04-15 10:16:23.000000000 -0400 +++ simias-1.8.3.10200.stable/src/core/libsimias/Makefile.am 2010-07-19 12:29:01.505201104 -0400 @@ -27,8 +27,8 @@ envC.c: $(srcdir)/stdsoap2.c $(GSOAP_PATH)/soapcpp2 -c -penv $(srcdir)/env.h $(srcdir)/stdsoap2.c: - cp $(GSOAP_PATH)/stdsoap2.h $(srcdir) - cp $(GSOAP_PATH)/stdsoap2.c $(srcdir) + cp $(GSOAP_PATH)/../include/stdsoap2.h $(srcdir) + cp $(GSOAP_PATH)/../include/gsoap/stdsoap2.c $(srcdir) $(srcdir)/libsimias.h: $(srcdir)/stdsoap2.c $(SIMIAS_WSDL) $(GSOAP_PATH)/wsdl2h -c -o $@ $(SIMIAS_WSDL)