From: "Vishal Arora" on 2 Mar 2007 03:54 Hi Does anyone has an idea how xlogdump works with Windows installation of Postgres. I have postgres 8.2.x installed on my windows PC. How do we install it on Linux box with existing postgres 8.2.x installation Thanks Vishal _________________________________________________________________ Find a local pizza place, movie theater, and more�.then map the best route! http://maps.live.com/?icid=hmtag1&FORM=MGAC01 ---------------------------(end of broadcast)--------------------------- TIP 5: don't forget to increase your free space map settings
From: "Vishal Arora" on 2 Mar 2007 05:48 I am getting a following error while make install for xlogdump - [root(a)localhost xlogdump]# make install gcc -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Winline -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing xlogdump.o ..../../src/port/sprompt.o ../../src/backend/utils/hash/pg_crc.o -L../../src/port -lpgport -L../../src/interfaces/libpq -lpq -L../../src/port -Wl,-rpath,'/usr/local/pgsql/lib' -lpgport -lz -lreadline -ltermcap -lcrypt -ldl -lm -o xlogdumpxlogdump.o(.text+0x163f): In function `dumpXLog': : undefined reference to `__stack_chk_fail' collect2: ld returned 1 exit status make: *** [xlogdump] Error 1 Please anyone can help in the same >From: "Vishal Arora" <aroravishal22(a)hotmail.com> >To: pgsql-hackers(a)postgresql.org >Subject: [HACKERS] xlogViewer / xlogdump >Date: Fri, 02 Mar 2007 08:54:07 +0000 > > >Hi > >Does anyone has an idea how xlogdump works with Windows installation of >Postgres. >I have postgres 8.2.x installed on my windows PC. > > >Thanks > >Vishal > >_________________________________________________________________ >Find a local pizza place, movie theater, and more�.then map the best route! >http://maps.live.com/?icid=hmtag1&FORM=MGAC01 > > >---------------------------(end of broadcast)--------------------------- >TIP 5: don't forget to increase your free space map settings _________________________________________________________________ With tax season right around the corner, make sure to follow these few simple tips. http://articles.moneycentral.msn.com/Taxes/PreparationTips/PreparationTips.aspx?icid=HMFebtagline ---------------------------(end of broadcast)--------------------------- TIP 5: don't forget to increase your free space map settings
From: "Jonah H. Harris" on 2 Mar 2007 08:45 On 3/2/07, Vishal Arora <aroravishal22(a)hotmail.com> wrote: > I am getting a following error while make install for xlogdump - For some reason, Diogo kept his already-built code in there, so you need to do a make clean && make install -- Jonah H. Harris, Software Architect | phone: 732.331.1324 EnterpriseDB Corporation | fax: 732.331.1301 33 Wood Ave S, 3rd Floor | jharris(a)enterprisedb.com Iselin, New Jersey 08830 | http://www.enterprisedb.com/ ---------------------------(end of broadcast)--------------------------- TIP 7: You can help support the PostgreSQL project by donating at http://www.postgresql.org/about/donate
|
Pages: 1 Prev: Implicit casts with generic arrays Next: Bug: Buffer cache is not scan resistant |