Index: /branches/prototype-v0/zoo-project/zoo-kernel/Makefile.in
===================================================================
--- /branches/prototype-v0/zoo-project/zoo-kernel/Makefile.in	(revision 860)
+++ /branches/prototype-v0/zoo-project/zoo-kernel/Makefile.in	(revision 861)
@@ -45,5 +45,5 @@
 
 service_callback.o: service_callback.c
-	g++ -fPIC ${XML2CFLAGS} ${JSON_CFLAGS} ${CFLAGS} -c service_callback.c
+	g++ -fPIC ${XML2CFLAGS} ${GDAL_CFLAGS} ${JSON_CFLAGS} ${CFLAGS} -c service_callback.c
 
 request_parser.o: request_parser.c request_parser.h
Index: /branches/prototype-v0/zoo-project/zoo-kernel/sql/schema.sql
===================================================================
--- /branches/prototype-v0/zoo-project/zoo-kernel/sql/schema.sql	(revision 860)
+++ /branches/prototype-v0/zoo-project/zoo-kernel/sql/schema.sql	(revision 861)
@@ -31,6 +31,6 @@
 -- Create a dedicated schema to store all tables
 -- Uncomment the following 2 lines to activate the schema use
--- CREATE SCHEMA process;
--- SET search_path TO process;
+-- CREATE SCHEMA processdb;
+-- SET search_path TO processdb;
 --------------------------------------------------------------------------------
 -- Services table
Index: /branches/prototype-v0/zoo-project/zoo-kernel/zoo_loader.c
===================================================================
--- /branches/prototype-v0/zoo-project/zoo-kernel/zoo_loader.c	(revision 860)
+++ /branches/prototype-v0/zoo-project/zoo-kernel/zoo_loader.c	(revision 861)
@@ -86,10 +86,4 @@
   fflush(stderr);
 #endif
-  fprintf (stderr, "Addr:%s\n", cgiRemoteAddr); 
-  fprintf (stderr, "RequestMethod: (%s) %d %d\n", cgiRequestMethod,strncasecmp(cgiRequestMethod,"post",4),strncmp(cgiContentType,"text/xml",8)==0 || strncasecmp(cgiRequestMethod,"post",4)==0); 
-  fprintf (stderr, "Request: %s\n", cgiQueryString);
-  fprintf (stderr, "ContentType: %s\n", cgiContentType);
-  fprintf (stderr, "ContentLength: %d\n", cgiContentLength);
-  fflush(stderr);
   
   char *strQuery=NULL;
Index: /branches/prototype-v0/zoo-project/zoo-kernel/zoo_service_loader.c
===================================================================
--- /branches/prototype-v0/zoo-project/zoo-kernel/zoo_service_loader.c	(revision 860)
+++ /branches/prototype-v0/zoo-project/zoo-kernel/zoo_service_loader.c	(revision 861)
@@ -1194,13 +1194,6 @@
   };
   r_inputs = getMap (request_inputs, "Request");
-  fprintf(stderr," ** DEBUG %s %d \n",__FILE__,__LINE__);
-  fflush(stderr);
-  //dumpMap(r_inputs);
-  fprintf(stderr," ** DEBUG %s %d \n",__FILE__,__LINE__);
-  fflush(stderr);
   if(r_inputs!=NULL)
     REQUEST = zStrdup (r_inputs->value);
-  fprintf(stderr," ** DEBUG %s %d \n",__FILE__,__LINE__);
-  fflush(stderr);
   int reqId=-1;
   if (strncasecmp (REQUEST, "GetCapabilities", 15) != 0){
@@ -1305,6 +1298,4 @@
     close(saved_stdout);
   }
-
-  dumpMap(request_inputs);
 
   if (strncasecmp (REQUEST, "GetCapabilities", 15) == 0)
@@ -1896,5 +1887,4 @@
 #ifdef META_DB
   int metadb_id=_init_sql(m,"metadb");
-  fprintf(stderr,"CONNECTING METADB!\n");
   //FAILED CONNECTING DB
   if(getMapFromMaps(m,"lenv","dbIssue")!=NULL || metadb_id<0){
