Index: /trunk/Ohana/src/opihi/pantasks/pantasks_server.c
===================================================================
--- /trunk/Ohana/src/opihi/pantasks/pantasks_server.c	(revision 11889)
+++ /trunk/Ohana/src/opihi/pantasks/pantasks_server.c	(revision 11890)
@@ -84,2 +84,6 @@
   return;
 }
+
+/* these are needed to resolve symbols expected by libshell.so */
+void welcome () { }
+void program_init (int *argc, char **argv) {}
