From: Roumalyn T. <rt...@nt...> - 2012-11-19 04:10:46
|
Hi! Thank you for your suggestion. I have checked the build list and -lxml is included. I have noticed the following: When I start the servers using pg_ctl, I get the error. But when I use postgres, the error does not occur. For example: /usr/local/pgsql/bin/gtm -D /usr/local/pgsql/data_gtm 1>&1 & /usr/local/pgsql/bin/postgres -X -p 15432 -D /usr/local/pgsql/data_datanode1 1>&1 & /usr/local/pgsql/bin/postgres -X -p 15433 -D /usr/local/pgsql/data_datanode2 1>&1 & /usr/local/pgsql/bin/postgres -C -D /usr/local/pgsql/data_coordinator1 1>&1 & Do you have any idea why this happens? Thank you very much for your help. On Sat, 17 Nov 2012 00:02:05 +0900, Koichi Suzuki <koi...@gm...> wrote: > If you are not sure that libxml is loaded to postgres, you can use nm > command to see if libxml entries are included in your binary, or you > can see build list if -lxml is included in compiler command line. > > Sorry for just general suggestion but hope this helps. > > Regards; > ---------- > Koichi Suzuki > > > 2012/11/16 Michael Paquier <mic...@gm...>: >> >> >> On Fri, Nov 16, 2012 at 5:28 PM, Roumalyn Tiru <rt...@nt...> >> wrote: >>> >>> Hi! >>> >>> Please disregard my previous email. >>> I just created a new database instead of using postgres. >>> It worked! >>> >>> Thank you very much for your support! :) >> >> OK cool. >> Please note that it works also on template postgres. >> I am sure you missed only a little thing :) >> -- >> Michael Paquier >> http://michael.otacoo.com >> >> ------------------------------------------------------------------------------ >> Monitor your physical, virtual and cloud infrastructure from a single >> web console. Get in-depth insight into apps, servers, databases, vmware, >> SAP, cloud infrastructure, etc. Download 30-day Free Trial. >> Pricing starts from $795 for 25 servers or applications! >> http://p.sf.net/sfu/zoho_dev2dev_nov >> _______________________________________________ >> Postgres-xc-general mailing list >> Pos...@li... >> https://lists.sourceforge.net/lists/listinfo/postgres-xc-general >> |