[LON-CAPA-cvs] cvs: modules /msu/sentinel install_mod_sentinel
raeburn
lon-capa-cvs-allow@mail.lon-capa.org
Thu, 17 Jul 2008 22:45:50 -0000
raeburn Thu Jul 17 18:45:50 2008 EDT
Modified files:
/modules/msu/sentinel install_mod_sentinel
Log:
- Add extra step required with gsoap 2.7.10.
Index: modules/msu/sentinel/install_mod_sentinel
diff -u modules/msu/sentinel/install_mod_sentinel:1.4 modules/msu/sentinel/install_mod_sentinel:1.5
--- modules/msu/sentinel/install_mod_sentinel:1.4 Wed Jan 16 21:52:50 2008
+++ modules/msu/sentinel/install_mod_sentinel Thu Jul 17 18:45:47 2008
@@ -11,6 +11,16 @@
make
make install
+#
+# Note: a newer version of goap (gsoap_2.7.10) is available
+# If you install this version you need to do the following
+# otherwise make for mod_sentinel (below) will fail
+#
+# cd /usr/src/gsoap-2.7
+# mkdir soapcpp2/gsoap-palm
+# cp /usr/src/gsoap-2.7/gsoap/stdsoap2.c /usr/src/gsoap-2.7/soapcpp2/gsoap-palm/stdsoap2.c
+#
+
# get, build and install mod_sentinel
cd /usr/src
wget http://install.loncapa.org/msu/mod_sentinel-2.3.tgz